forked from Shinonome/dots-hyprland
1103 lines
28 KiB
JSON
Executable File
1103 lines
28 KiB
JSON
Executable File
{
|
|
"name": "Gruvbox Dark Soft",
|
|
"type": "dark",
|
|
"tokenColors": [
|
|
{
|
|
"settings": {
|
|
"background": "#0A0606",
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": "emphasis",
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"scope": "strong",
|
|
"settings": {
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": "header",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["comment", "punctuation.definition.comment"],
|
|
"settings": {
|
|
"foreground": "#928374",
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["constant", "support.constant", "variable.arguments"],
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
{
|
|
"scope": "constant.rgb-value",
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": "entity.name.selector",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "entity.other.attribute-name",
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["entity.name.tag", "punctuation.tag"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["invalid", "invalid.illegal"],
|
|
"settings": {
|
|
"foreground": "#cc241d"
|
|
}
|
|
},
|
|
{
|
|
"scope": "invalid.deprecated",
|
|
"settings": {
|
|
"foreground": "#b16286"
|
|
}
|
|
},
|
|
{
|
|
"scope": "meta.selector",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "meta.preprocessor",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "meta.preprocessor.string",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "meta.preprocessor.numeric",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "meta.header.diff",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "storage",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "storage.modifier",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.tag",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.value",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.regexp",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.escape",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.quasi",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.entity",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "object",
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": "module.node",
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"scope": "support.type.property-name",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.control",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.control.module",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.control.less",
|
|
"settings": {
|
|
"foreground": "#faca7f"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.operator",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.operator.new",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.other.unit",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "metatag.php",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "support.function.git-rebase",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "constant.sha.git-rebase",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"name": "Types declaration and references",
|
|
"scope": [
|
|
"meta.type.name",
|
|
"meta.return.type",
|
|
"meta.return-type",
|
|
"meta.cast",
|
|
"meta.type.annotation",
|
|
"support.type",
|
|
"storage.type.cs",
|
|
"variable.class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["variable.this", "support.variable"],
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"entity.name",
|
|
"entity.static",
|
|
"entity.name.class.static.function",
|
|
"entity.name.function",
|
|
"entity.name.class",
|
|
"entity.name.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function declarations",
|
|
"scope": [
|
|
"storage.type.function",
|
|
"entity.function",
|
|
"entity.name.function.static"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "entity.name.function.function-call",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "support.function.builtin",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"entity.name.method",
|
|
"entity.name.method.function-call",
|
|
"entity.name.static.function-call"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "brace",
|
|
"settings": {
|
|
"foreground": "#FFDAD8"
|
|
}
|
|
},
|
|
{
|
|
"name": "variables",
|
|
"scope": [
|
|
"meta.parameter.type.variable",
|
|
"variable.parameter",
|
|
"variable.name",
|
|
"variable.other",
|
|
"variable",
|
|
"string.constant.other.placeholder"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"scope": "prototype",
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
{
|
|
"scope": "storage.type.class",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["punctuation"],
|
|
"settings": {
|
|
"foreground": "#a89984"
|
|
}
|
|
},
|
|
{
|
|
"scope": "punctuation.quoted",
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": "punctuation.quasi",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"scope": ["*url*", "*link*", "*uri*"],
|
|
"settings": {
|
|
"fontStyle": "underline"
|
|
}
|
|
},
|
|
// ----------------------------------------
|
|
// LANGUAGE SPECIFIC
|
|
// ----------------------------------------
|
|
// PYTHON ----------------------------------------
|
|
{
|
|
"name": "Python function",
|
|
"scope": ["meta.function.python", "entity.name.function.python"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Python Function and Class definition keywords",
|
|
"scope": [
|
|
"storage.type.function.python",
|
|
"storage.modifier.declaration",
|
|
"storage.type.class.python"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"name": "Python Function Call",
|
|
"scope": "meta.function-call.generic",
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Python Function Arguments",
|
|
"scope": "meta.function-call.arguments",
|
|
"settings": {
|
|
"foreground": "#FFDAD8"
|
|
}
|
|
},
|
|
{
|
|
"name": "Python Function decorator",
|
|
"scope": "entity.name.function.decorator",
|
|
"settings": {
|
|
"foreground": "#fabd2f",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"name": "Python ALL CAPS",
|
|
"scope": "constant.other.caps",
|
|
"settings": {
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
// SHELL ----------------------------------------
|
|
{
|
|
"scope": "keyword.operator.logical",
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"scope": "punctuation.definition.logical-expression",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.inperpolated.dollar.shell",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"string.interpolated.dollar.shell",
|
|
"string.interpolated.backtick.shell"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
// C C++ ----------------------------------------
|
|
{
|
|
"scope": "keyword.control.directive",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "support.function.C99",
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
// C# ----------------------------------------
|
|
{
|
|
"name": "C# functions & namespace",
|
|
"scope": [
|
|
"meta.function.cs",
|
|
"entity.name.function.cs",
|
|
"entity.name.type.namespace.cs"
|
|
],
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"name": "C# Variables",
|
|
"scope": [
|
|
"keyword.other.using.cs",
|
|
"entity.name.variable.field.cs",
|
|
"entity.name.variable.local.cs",
|
|
"variable.other.readwrite.cs"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"name": "C# This",
|
|
"scope": ["keyword.other.this.cs", "keyword.other.base.cs"],
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
// MAKEFILE ----------------------------------------
|
|
{
|
|
"scope": "meta.scope.prerequisites",
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"scope": "entity.name.function.target",
|
|
"settings": {
|
|
"foreground": "#b8bb26",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
// JAVA ----------------------------------------
|
|
{
|
|
"name": "coloring of the Java import and package identifiers",
|
|
"scope": [
|
|
"storage.modifier.import.java",
|
|
"storage.modifier.package.java"
|
|
],
|
|
"settings": {
|
|
"foreground": "#bdae93"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["keyword.other.import.java", "keyword.other.package.java"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "storage.type.java",
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"scope": "storage.type.annotation",
|
|
"settings": {
|
|
"foreground": "#ADC6FF",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": "keyword.other.documentation.javadoc",
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": "comment.block.javadoc variable.parameter.java",
|
|
"settings": {
|
|
"foreground": "#b8bb26",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"source.java variable.other.object",
|
|
"source.java variable.other.definition.java"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
// LISP ----------------------------------------
|
|
{
|
|
"name": "Lisp optional function parameters",
|
|
"scope": "meta.function-parameters.lisp",
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
// MARKUP ----------------------------------------
|
|
{
|
|
"scope": "markup.underline",
|
|
"settings": {
|
|
"fontStyle": "underline"
|
|
}
|
|
},
|
|
{
|
|
"scope": "string.other.link.title.markdown",
|
|
"settings": {
|
|
"foreground": "#928374",
|
|
"fontStyle": "underline"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.underline.link",
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.bold",
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.heading",
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.italic",
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.inserted",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.deleted",
|
|
"settings": {
|
|
"foreground": "#d65d0e"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.changed",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.punctuation.quote.beginning",
|
|
"settings": {
|
|
"foreground": "#98971a"
|
|
}
|
|
},
|
|
{
|
|
"scope": "markup.punctuation.list.beginning",
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["markup.inline.raw", "markup.fenced_code.block"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
// JSON ----------------------------------------
|
|
{
|
|
"scope": "string.quoted.double.json",
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Level 0",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Level 1",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Level 2",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Level 3",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
// CSS ----------------------------------------
|
|
{
|
|
"scope": "entity.other.attribute-name.css",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "source.css meta.selector",
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": "support.type.property-name.css",
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"scope": "entity.other.attribute-name.class",
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": [
|
|
"source.css support.function.transform",
|
|
"source.css support.function.timing-function",
|
|
"source.css support.function.misc"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ff8582"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS property value",
|
|
"scope": [
|
|
"support.property-value",
|
|
"constant.rgb-value",
|
|
"support.property-value.scss",
|
|
"constant.rgb-value.scss"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d65d0e"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["entity.name.tag.css"],
|
|
"settings": {
|
|
"fontStyle": "normal"
|
|
}
|
|
},
|
|
// HTML / XML ----------------------------------------
|
|
{
|
|
"scope": ["punctuation.definition.tag"],
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["text.html entity.name.tag", "text.html punctuation.tag"],
|
|
"settings": {
|
|
"foreground": "#8ec07c",
|
|
"fontStyle": "bold"
|
|
}
|
|
},
|
|
// javascript ---------------------------------------
|
|
{
|
|
"scope": ["source.js variable.language"],
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
// typescript ---------------------------------------
|
|
{
|
|
"scope": ["source.ts variable.language"],
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
// golang --------------------------------------------
|
|
{
|
|
"scope": ["source.go storage.type"],
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["source.go entity.name.import"],
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["source.go keyword.package", "source.go keyword.import"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["source.go keyword.interface", "source.go keyword.struct"],
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["source.go entity.name.type"],
|
|
"settings": {
|
|
"foreground": "#fcd7d5"
|
|
}
|
|
},
|
|
{
|
|
"scope": ["source.go entity.name.function"],
|
|
"settings": {
|
|
"foreground": "#d3869b"
|
|
}
|
|
},
|
|
// cucumber
|
|
{
|
|
"scope": ["keyword.control.cucumber.table"],
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
// REASONML ------------------------------------
|
|
{
|
|
"name": "ReasonML String",
|
|
"scope": ["source.reason string.double", "source.reason string.regexp"],
|
|
"settings": {
|
|
"foreground": "#b8bb26"
|
|
}
|
|
},
|
|
{
|
|
"name": "ReasonML equals sign",
|
|
"scope": ["source.reason keyword.control.less"],
|
|
"settings": {
|
|
"foreground": "#8ec07c"
|
|
}
|
|
},
|
|
{
|
|
"name": "ReasonML variable",
|
|
"scope": ["source.reason entity.name.function"],
|
|
"settings": {
|
|
"foreground": "#ADC6FF"
|
|
}
|
|
},
|
|
{
|
|
"name": "ReasonML property",
|
|
"scope": [
|
|
"source.reason support.property-value",
|
|
"source.reason entity.name.filename"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
// POWERSHELL ------------------------------------
|
|
{
|
|
"name": "Powershell member",
|
|
"scope": ["source.powershell variable.other.member.powershell"],
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
},
|
|
{
|
|
"name": "Powershell function",
|
|
"scope": ["source.powershell support.function.powershell"],
|
|
"settings": {
|
|
"foreground": "#fabd2f"
|
|
}
|
|
},
|
|
{
|
|
"name": "Powershell function attribute",
|
|
"scope": ["source.powershell support.function.attribute.powershell"],
|
|
"settings": {
|
|
"foreground": "#bdae93"
|
|
}
|
|
},
|
|
{
|
|
"name": "Powershell hashtable member",
|
|
"scope": [
|
|
"source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fe8019"
|
|
}
|
|
}
|
|
],
|
|
"colors": {
|
|
// BASE COLORS
|
|
"focusBorder": "#1A1513",
|
|
"foreground": "#fcd7d5",
|
|
"widget.shadow": "#0A060630",
|
|
"selection.background": "#ff858280",
|
|
"errorForeground": "#ff8582",
|
|
// BUTTON
|
|
"button.background": "#ff858280",
|
|
"button.foreground": "#fcd7d5",
|
|
"button.hoverBackground": "#ff858260",
|
|
// DROPDOWN
|
|
"dropdown.background": "#0A0606",
|
|
"dropdown.border": "#0A0606",
|
|
"dropdown.foreground": "#fcd7d5",
|
|
// INPUT
|
|
"input.background": "#fcd7d505",
|
|
"input.border": "#0A0606",
|
|
"input.foreground": "#fcd7d5",
|
|
"input.placeholderForeground": "#fcd7d560",
|
|
"inputValidation.errorBorder": "#ff8582",
|
|
"inputValidation.errorBackground": "#cc241d80",
|
|
"inputValidation.infoBorder": "#ADC6FF",
|
|
"inputValidation.infoBackground": "#ff858280",
|
|
"inputValidation.warningBorder": "#fabd2f",
|
|
"inputValidation.warningBackground": "#faca7f80",
|
|
"inputOption.activeBorder": "#fcd7d560",
|
|
// SCROLL BAR
|
|
"scrollbar.shadow": "#0A0606",
|
|
"scrollbarSlider.activeBackground": "#9D817F",
|
|
"scrollbarSlider.hoverBackground": "#665c54",
|
|
"scrollbarSlider.background": "#50494599",
|
|
// BADGE
|
|
"badge.background": "#d3869b",
|
|
"badge.foreground": "#0A0606",
|
|
// PROGRESS BAR
|
|
"progressBar.background": "#ff8582",
|
|
// LISTS AND TREES
|
|
"list.activeSelectionBackground": "#0A060680",
|
|
"list.activeSelectionForeground": "#8ec07c",
|
|
"list.hoverBackground": "#0A060680",
|
|
"list.hoverForeground": "#FFDAD8",
|
|
"list.focusBackground": "#0A0606",
|
|
"list.focusForeground": "#fcd7d5",
|
|
"list.inactiveSelectionForeground": "#ff8582",
|
|
"list.inactiveSelectionBackground": "#0A060680",
|
|
"list.dropBackground": "#0A0606",
|
|
"list.highlightForeground": "#ff8582",
|
|
// SIDE BAR
|
|
"sideBar.background": "#0A0606",
|
|
"sideBar.foreground": "#FFDAD8",
|
|
"sideBar.border": "#0A0606",
|
|
"sideBarTitle.foreground": "#fcd7d5",
|
|
"sideBarSectionHeader.background": "#0A060600",
|
|
"sideBarSectionHeader.foreground": "#fcd7d5",
|
|
// ACTIVITY BAR
|
|
"activityBar.background": "#0A0606",
|
|
"activityBar.dropBackground": "#0A0606",
|
|
"activityBar.foreground": "#fcd7d5",
|
|
"activityBar.border": "#0A0606",
|
|
"activityBarBadge.background": "#ff8582",
|
|
"activityBarBadge.foreground": "#fcd7d5",
|
|
// EDITOR GROUPS
|
|
"editorGroup.background": "#0A0606",
|
|
"editorGroup.border": "#0A0606",
|
|
"editorGroup.dropBackground": "#0A060660",
|
|
"editorGroupHeader.noTabsBackground": "#0A0606",
|
|
"editorGroupHeader.tabsBackground": "#0A0606",
|
|
"editorGroupHeader.tabsBorder": "#0A0606",
|
|
// TABS
|
|
"tab.border": "#0A060600",
|
|
"tab.activeBorder": "#ff8582",
|
|
"tab.activeBackground": "#32302f",
|
|
"tab.activeForeground": "#fcd7d5",
|
|
"tab.inactiveForeground": "#a89984",
|
|
"tab.inactiveBackground": "#0A0606",
|
|
"tab.unfocusedActiveForeground": "#a89984",
|
|
"tab.unfocusedActiveBorder": "#0A060600",
|
|
"tab.unfocusedInactiveForeground": "#928374",
|
|
// EDITOR
|
|
"editor.background": "#1A1513",
|
|
"editor.foreground": "#fcd7d5",
|
|
"editorLineNumber.foreground": "#665c54",
|
|
"editorCursor.foreground": "#fcd7d5",
|
|
"editor.selectionBackground": "#ff858240",
|
|
"editor.selectionHighlightBackground": "#fabd2f40",
|
|
"editor.hoverHighlightBackground": "#ff858250",
|
|
"editorLink.activeForeground": "#fcd7d5",
|
|
"editor.findMatchBackground": "#ADC6FF70",
|
|
"editor.findMatchHighlightBackground": "#fe801930",
|
|
"editor.findRangeHighlightBackground": "#ADC6FF70",
|
|
"editor.lineHighlightBackground": "#0A060660",
|
|
"editor.lineHighlightBorder": "#0A060600",
|
|
"editorWhitespace.foreground": "#a8998420",
|
|
"editorIndentGuide.background": "#a8998420",
|
|
"editorIndentGuide.activeBackground": "#a8998450",
|
|
"editorRuler.foreground": "#a8998440",
|
|
"editorCodeLens.foreground": "#a8998490",
|
|
"editorBracketMatch.border": "#0A060600",
|
|
"editorBracketMatch.background": "#92837480",
|
|
"editorHoverWidget.background": "#0A0606",
|
|
"editorHoverWidget.border": "#0A0606",
|
|
"editorOverviewRuler.border": "#0A060600",
|
|
"editorOverviewRuler.findMatchForeground": "#bdae93",
|
|
"editorOverviewRuler.rangeHighlightForeground": "#bdae93",
|
|
"editorOverviewRuler.selectionHighlightForeground": "#665c54",
|
|
"editorOverviewRuler.wordHighlightForeground": "#665c54",
|
|
"editorOverviewRuler.wordHighlightStrongForeground": "#665c54",
|
|
"editorOverviewRuler.modifiedForeground": "#ADC6FF",
|
|
"editorOverviewRuler.addedForeground": "#ADC6FF",
|
|
"editorOverviewRuler.deletedForeground": "#ADC6FF",
|
|
"editorOverviewRuler.errorForeground": "#ff8582",
|
|
"editorOverviewRuler.warningForeground": "#faca7f",
|
|
"editorOverviewRuler.infoForeground": "#d3869b",
|
|
"editorGutter.background": "#0A060600",
|
|
"editorGutter.modifiedBackground": "#ADC6FF",
|
|
"editorGutter.addedBackground": "#b8bb26",
|
|
"editorGutter.deletedBackground": "#ff8582",
|
|
"editorError.foreground": "#cc241d",
|
|
"editorWarning.foreground": "#faca7f",
|
|
"editorInfo.foreground": "#ff8582",
|
|
// EDITOR - BRACKET PAIR COLORIZATION
|
|
"editorBracketHighlight.foreground1": "#b16286",
|
|
"editorBracketHighlight.foreground2": "#ff8582",
|
|
"editorBracketHighlight.foreground3": "#ff8582",
|
|
"editorBracketHighlight.foreground4": "#98971a",
|
|
"editorBracketHighlight.foreground5": "#faca7f",
|
|
"editorBracketHighlight.foreground6": "#d65d0e",
|
|
"editorBracketHighlight.unexpectedBracket.foreground": "#cc241d",
|
|
// DIFF EDITOR
|
|
"diffEditor.insertedTextBackground": "#b8bb2630",
|
|
"diffEditor.removedTextBackground": "#ff858230",
|
|
// WIDGET
|
|
"editorWidget.background": "#0A0606",
|
|
"editorWidget.border": "#0A0606",
|
|
"editorSuggestWidget.background": "#0A0606",
|
|
"editorSuggestWidget.foreground": "#fcd7d5",
|
|
"editorSuggestWidget.highlightForeground": "#ff8582",
|
|
"editorSuggestWidget.selectedBackground": "#0A060660",
|
|
"editorSuggestWidget.border": "#0A0606",
|
|
// PEEK VIEW
|
|
"peekView.border": "#0A0606",
|
|
"peekViewEditor.background": "#0A060650",
|
|
"peekViewEditorGutter.background": "#0A060650",
|
|
"peekViewEditor.matchHighlightBackground": "",
|
|
"peekViewResult.background": "#0A060650",
|
|
"peekViewResult.fileForeground": "#fcd7d5",
|
|
"peekViewResult.matchHighlightBackground": "#8ec07c30",
|
|
"peekViewResult.selectionBackground": "#8ec07c30",
|
|
"peekViewResult.selectionForeground": "#8ec07c30",
|
|
"peekViewTitle.background": "#0A060650",
|
|
"peekViewTitleDescription.foreground": "#bdae93",
|
|
"peekViewTitleLabel.foreground": "#fcd7d5",
|
|
// MERGE CONFLICTS
|
|
"merge.currentHeaderBackground": "#ff858240",
|
|
"merge.currentContentBackground": "#ff858220",
|
|
"merge.incomingHeaderBackground": "#ff858240",
|
|
"merge.incomingContentBackground": "#ff858220",
|
|
"merge.border": "#0A060600",
|
|
"editorOverviewRuler.currentContentForeground": "#ff8582",
|
|
"editorOverviewRuler.incomingContentForeground": "#ff8582",
|
|
"editorOverviewRuler.commonContentForeground": "#928374",
|
|
// PANELS
|
|
"panel.border": "#0A0606",
|
|
"panelTitle.activeForeground": "#fcd7d5",
|
|
// STATUS BAR
|
|
"statusBar.background": "#0A0606",
|
|
"statusBar.border": "#0A0606",
|
|
"statusBar.foreground": "#fcd7d5",
|
|
"statusBar.debuggingBackground": "#fe8019",
|
|
"statusBar.debuggingForeground": "#0A0606",
|
|
"statusBar.debuggingBorder": "#0A060600",
|
|
"statusBar.noFolderBackground": "#0A0606",
|
|
"statusBar.noFolderBorder": "#0A060600",
|
|
"statusBar.prominentBackground": "#ff8582",
|
|
"statusBar.prominentHoverBackground": "#ff858270",
|
|
// INTEGRATED TERMINAL
|
|
"terminal.ansiBlack": "#0A0606",
|
|
"terminal.ansiBrightBlack": "#928374",
|
|
"terminal.ansiRed": "#cc241d",
|
|
"terminal.ansiBrightRed": "#ff8582",
|
|
"terminal.ansiGreen": "#98971a",
|
|
"terminal.ansiBrightGreen": "#b8bb26",
|
|
"terminal.ansiYellow": "#faca7f",
|
|
"terminal.ansiBrightYellow": "#fabd2f",
|
|
"terminal.ansiBlue": "#ff8582",
|
|
"terminal.ansiBrightBlue": "#ADC6FF",
|
|
"terminal.ansiMagenta": "#b16286",
|
|
"terminal.ansiBrightMagenta": "#d3869b",
|
|
"terminal.ansiCyan": "#ff8582",
|
|
"terminal.ansiBrightCyan": "#8ec07c",
|
|
"terminal.ansiWhite": "#a89984",
|
|
"terminal.ansiBrightWhite": "#fcd7d5",
|
|
"terminal.foreground": "#fcd7d5",
|
|
"terminal.background": "#0A0606",
|
|
// TITLE BAR macOS (not tested)
|
|
"titleBar.activeBackground": "#110A0A",
|
|
"titleBar.activeForeground": "#fcd7d5",
|
|
"titleBar.inactiveBackground": "#0A0606",
|
|
// GIT COLORS
|
|
"gitDecoration.modifiedResourceForeground": "#faca7f",
|
|
"gitDecoration.deletedResourceForeground": "#cc241d",
|
|
"gitDecoration.untrackedResourceForeground": "#98971a",
|
|
"gitDecoration.ignoredResourceForeground": "#7c6f64",
|
|
"gitDecoration.conflictingResourceForeground": "#b16286",
|
|
// MENU BAR
|
|
"menu.border": "#0A0606",
|
|
// JUPYTER NOTEBOOKS
|
|
"notebook.cellEditorBackground": "#282828",
|
|
"notebook.focusedCellBorder": "#221b1b",
|
|
"notebook.cellBorderColor": "#0A0606",
|
|
"notebook.focusedEditorBorder": "#0A0606",
|
|
// NOTIFICATION
|
|
"notification.background": "#0A0606",
|
|
"notification.foreground": "#fcd7d5",
|
|
"notification.buttonBackground": "#665c54",
|
|
"notification.buttonHoverBackground": "#665c5450",
|
|
"notification.buttonForeground": "#fcd7d5",
|
|
"notification.infoBackground": "#ADC6FF",
|
|
"notification.infoForeground": "#0A0606",
|
|
"notification.warningBackground": "#fabd2f",
|
|
"notification.warningForeground": "#0A0606",
|
|
"notification.errorBackground": "#ff8582",
|
|
"notification.errorForeground": "#0A0606",
|
|
// EXTENSIONS
|
|
"extensionButton.prominentBackground": "#b8bb2680",
|
|
"extensionButton.prominentHoverBackground": "#b8bb2630",
|
|
// OTHERS
|
|
"textLink.foreground": "#ADC6FF",
|
|
"textLink.activeForeground": "#ff8582",
|
|
"debugToolBar.background": "#0A0606"
|
|
}
|
|
}
|