Path: blob/main/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
14744 views
{1"name": "Kimbie Dark",2"type": "dark",3"colors": {4"input.background": "#51412c",5"dropdown.background": "#51412c",6"editor.background": "#221a0f",7"editor.foreground": "#d3af86",8"focusBorder": "#a57a4c",9"list.highlightForeground": "#e3b583",10"list.activeSelectionBackground": "#7c5021",11"list.hoverBackground": "#7c502166",12"quickInputList.focusBackground": "#7c5021AA",13"list.inactiveSelectionBackground": "#645342",14"pickerGroup.foreground": "#e3b583",15"pickerGroup.border": "#e3b583",16"inputOption.activeBorder": "#a57a4c",17"selection.background": "#84613daa",18"editor.selectionBackground": "#84613daa",19"minimap.selectionHighlight": "#84613daa",20"editorWidget.background": "#131510",21"editorHoverWidget.background": "#221a14",22"editorGroupHeader.tabsBackground": "#131510",23"editorLineNumber.activeForeground": "#adadad",24"tab.inactiveBackground": "#131510",25"tab.lastPinnedBorder": "#51412c",26"titleBar.activeBackground": "#423523",27"statusBar.background": "#423523",28"statusBar.debuggingBackground": "#423523",29"statusBar.noFolderBackground": "#423523",30"statusBarItem.remoteBackground": "#6e583b",31"ports.iconRunningProcessForeground": "#369432",32"activityBar.background": "#221a0f",33"activityBar.foreground": "#d3af86",34"sideBar.background": "#362712",35"menu.background": "#362712",36"menu.foreground": "#CCCCCC",37"editor.lineHighlightBackground": "#5e452b",38"editorCursor.foreground": "#d3af86",39"editorWhitespace.foreground": "#a57a4c",40"peekViewTitle.background": "#362712",41"peekView.border": "#5e452b",42"peekViewResult.background": "#362712",43"peekViewEditor.background": "#221a14",44"peekViewEditor.matchHighlightBackground": "#84613daa",45"button.background": "#6e583b",46"inputValidation.infoBorder": "#1b60a5",47"inputValidation.infoBackground": "#2b2a42",48"inputValidation.warningBackground": "#51412c",49// "inputValidation.warningBorder": "#5B7E7A",50"inputValidation.errorBackground": "#5f0d0d",51"inputValidation.errorBorder": "#9d2f23",52"badge.background": "#7f5d38",53"progressBar.background": "#7f5d38"54},55"tokenColors": [56{57"settings": {58"foreground": "#d3af86"59}60},61{62"scope": [63"meta.embedded",64"source.groovy.embedded",65"string meta.image.inline.markdown",66"variable.legacy.builtin.python"67],68"settings": {69"foreground": "#d3af86"70}71},72{73"name": "Text",74"scope": "variable.parameter.function",75"settings": {76"foreground": "#d3af86"77}78},79{80"name": "Comments",81"scope": [82"comment",83"punctuation.definition.comment"84],85"settings": {86"foreground": "#a57a4c"87}88},89{90"name": "Punctuation",91"scope": [92"punctuation.definition.string",93"punctuation.definition.variable",94"punctuation.definition.string",95"punctuation.definition.parameters",96"punctuation.definition.string",97"punctuation.definition.array"98],99"settings": {100"foreground": "#d3af86"101}102},103{104"name": "Delimiters",105"scope": "none",106"settings": {107"foreground": "#d3af86"108}109},110{111"name": "Operators",112"scope": "keyword.operator",113"settings": {114"foreground": "#d3af86"115}116},117{118"name": "Keywords",119"scope": [120"keyword",121"keyword.control",122"keyword.operator.new.cpp",123"keyword.operator.delete.cpp",124"keyword.other.using",125"keyword.other.directive.using",126"keyword.other.operator"127],128"settings": {129"foreground": "#98676a"130}131},132{133"name": "Variables",134"scope": "variable",135"settings": {136"foreground": "#dc3958"137}138},139{140"name": "Functions",141"scope": [142"entity.name.function",143"meta.require",144"support.function.any-method"145],146"settings": {147"foreground": "#8ab1b0"148}149},150{151"name": "Classes",152"scope": [153"support.class",154"entity.name.class",155"entity.name.type",156"entity.name.namespace",157"entity.name.scope-resolution"158],159"settings": {160"foreground": "#f06431"161}162},163{164"name": "Methods",165"scope": "keyword.other.special-method",166"settings": {167"foreground": "#8ab1b0"168}169},170{171"name": "Storage",172"scope": "storage",173"settings": {174"foreground": "#98676a"175}176},177{178"name": "Support",179"scope": "support.function",180"settings": {181"foreground": "#7e602c"182}183},184{185"name": "Strings, Inherited Class",186"scope": [187"string",188"constant.other.symbol",189"entity.other.inherited-class",190"punctuation.separator.namespace.ruby"191],192"settings": {193"foreground": "#889b4a"194}195},196{197"name": "Integers",198"scope": "constant.numeric",199"settings": {200"foreground": "#f79a32"201}202},203{204"name": "Floats",205"scope": "none",206"settings": {207"foreground": "#f79a32"208}209},210{211"name": "Boolean",212"scope": "none",213"settings": {214"foreground": "#f79a32"215}216},217{218"name": "Constants",219"scope": "constant",220"settings": {221"foreground": "#f79a32"222}223},224{225"name": "Tags",226"scope": "entity.name.tag",227"settings": {228"foreground": "#dc3958"229}230},231{232"name": "Attributes",233"scope": "entity.other.attribute-name",234"settings": {235"foreground": "#f79a32"236}237},238{239"name": "Attribute IDs",240"scope": [241"entity.other.attribute-name.id",242"punctuation.definition.entity"243],244"settings": {245"foreground": "#8ab1b0"246}247},248{249"name": "Selector",250"scope": "meta.selector",251"settings": {252"foreground": "#98676a"253}254},255{256"name": "Values",257"scope": "none",258"settings": {259"foreground": "#f79a32"260}261},262{263"name": "Headings",264"scope": [265"markup.heading",266"markup.heading.setext",267"punctuation.definition.heading",268"entity.name.section"269],270"settings": {271"fontStyle": "bold",272"foreground": "#8ab1b0"273}274},275{276"name": "Units",277"scope": "keyword.other.unit",278"settings": {279"foreground": "#f79a32"280}281},282{283"name": "Bold",284"scope": [285"markup.bold",286"punctuation.definition.bold"287],288"settings": {289"fontStyle": "bold",290"foreground": "#f06431"291}292},293{294"name": "Italic",295"scope": [296"markup.italic",297"punctuation.definition.italic"298],299"settings": {300"fontStyle": "italic",301"foreground": "#98676a"302}303},304{305"scope": "markup.strikethrough",306"settings": {307"fontStyle": "strikethrough"308}309},310{311"name": "Code",312"scope": "markup.inline.raw",313"settings": {314"foreground": "#889b4a"315}316},317{318"name": "Link Text",319"scope": "string.other.link",320"settings": {321"foreground": "#dc3958"322}323},324{325"name": "Link Url",326"scope": "meta.link",327"settings": {328"foreground": "#f79a32"329}330},331{332"name": "Lists",333"scope": "markup.list",334"settings": {335"foreground": "#dc3958"336}337},338{339"name": "Quotes",340"scope": "markup.quote",341"settings": {342"foreground": "#f79a32"343}344},345{346"name": "Separator",347"scope": "meta.separator",348"settings": {349"foreground": "#d3af86"350}351},352{353"name": "Inserted",354"scope": "markup.inserted",355"settings": {356"foreground": "#889b4a"357}358},359{360"name": "Deleted",361"scope": "markup.deleted",362"settings": {363"foreground": "#dc3958"364}365},366{367"name": "Changed",368"scope": "markup.changed",369"settings": {370"foreground": "#98676a"371}372},373{374"name": "Colors",375"scope": "constant.other.color",376"settings": {377"foreground": "#7e602c"378}379},380{381"name": "Regular Expressions",382"scope": "string.regexp",383"settings": {384"foreground": "#7e602c"385}386},387{388"name": "Escape Characters",389"scope": "constant.character.escape",390"settings": {391"foreground": "#7e602c"392}393},394{395"name": "Embedded",396"scope": [397"punctuation.section.embedded",398"variable.interpolation"399],400"settings": {401"foreground": "#088649"402}403},404{405"name": "Invalid",406"scope": "invalid",407"settings": {408"foreground": "#dc3958"409}410}411],412"semanticHighlighting": true413}414415416