Skip to main content
CodingTheme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBackground#374151
  • activityBar.activeBorder#2563EB
  • activityBar.background#1F2937
  • activityBar.border#374151
  • activityBar.foreground#F9FAFB
  • activityBar.inactiveForeground#9CA3AF
  • activityBarBadge.background#2563EB
  • activityBarBadge.foreground#ffffff
  • badge.background#2563EB
  • badge.foreground#ffffff
  • button.background#374151
  • button.foreground#ffffff
  • button.hoverBackground#374151
  • debugToolBar.background#1F2937
  • debugToolBar.border#1F2937
  • dropdown.background#1F2937
  • editor.background#1F2937
  • editor.foreground#D1D5DB
  • editorGroup.emptyBackground#1F2937
  • editorGroupHeader.border#1F2937
  • editorGroupHeader.noTabsBackground#1F2937
  • editorGroupHeader.tabsBackground#1F2937
  • editorGutter.background#1F2937
  • editorLineNumber.activeForeground#F9FAFB
  • editorLineNumber.foreground#6B7280
  • editorWidget.background#1F2937
  • editorWidget.border#1F2937
  • input.background#374151
  • input.border#4B5563
  • input.foreground#D1D5DB
  • input.placeholderForeground#9CA3AF
  • inputOption.activeBackground#111827
  • inputOption.activeBorder#374151
  • inputOption.hoverBackground#1F2937
  • keybindingLabel.background#1F2937
  • keybindingLabel.border#1F2937
  • keybindingLabel.bottomBorder#1F2937
  • keybindingTable.headerBackground#1F2937
  • keybindingTable.rowsBackground#374151
  • list.activeSelectionBackground#374151
  • list.activeSelectionForeground#38BDF8
  • list.focusOutline#374151
  • list.hoverBackground#4B5563
  • list.inactiveSelectionBackground#374151
  • list.inactiveSelectionForeground#F9FAFB
  • minimap.background#1F2937
  • minimap.findMatchHighlight#0EA5E9
  • minimap.selectionHighlight#0EA5E9
  • panel.background#1F2937
  • panel.border#374151
  • panelTitle.activeBorder#1F2937
  • panelTitle.activeForeground#F9FAFB
  • panelTitle.inactiveForeground#9CA3AF
  • quickInput.background#1F2937
  • quickInputList.focusBackground#374151
  • quickInputList.focusForeground#F9FAFB
  • scrollbar.shadow#1F2937
  • sideBar.background#1F2937
  • sideBar.border#374151
  • sideBar.foreground#9CA3AF
  • statusBar.background#374151
  • tab.activeBackground#1F2937
  • tab.inactiveBackground#1F2937
  • tab.unfocusedHoverForeground#ffffff
  • terminal.ansiBrightBlue#A5CAFF
  • terminal.ansiBrightCyan#0EA5E9
  • terminal.ansiBrightGreen#F9FAFB
  • terminal.ansiBrightRed#F45282
  • terminal.ansiGreen#BBF7D0
  • terminal.ansiYellow#FEF08A
  • terminal.background#1F2937
  • terminal.dropBackground#374151
  • terminal.foreground#F9FAFB
  • terminal.selectionBackground#2563EB
  • terminal.selectionForeground#F9FAFB
  • terminalCursor.foreground#0EA5E9
  • titleBar.activeBackground#1F2937
  • titleBar.activeForeground#ffffff
  • titleBar.border#374151
  • titleBar.inactiveBackground#1F2937
  • titleBar.inactiveForeground#E5E7EB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
string.quoted.single, string.quoted.double, string.template, string.json.comments#EFD5AF
meta.function.php, variable.language.this.php, variable.other.property.php, source.unknown, meta.tag.metadata.doctype.html, entity.name.tag.html, keyword.control.from.js.jsx, keyword.control.from.ts.tsx, storage.type.class.php, punctuation.terminator.rule.css, constant.numeric.css, meta.property-list.css, punctuation.terminator.rule.scss, support.constant.property-value.css, support.function.basic_functions.php, variable.other.php, keyword.control.exit.php, support.other.namespace.php, variable.other.constant.property, meta.object-literal.key, meta.structure.dictionary.value.json.comments, variable.other.property.js.jsx, variable.other.property.ts.tsx, punctuation.terminator.tailwind.tailwind, text.html.php.blade, storage.type.function.php, meta.tag, meta.selector.pseudo-element.css, punctuation.terminator.apply.tailwind, entity.name.type.namespace.php, text.html.vue-html, meta.tag.block.any.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, meta.directive.vue, source.vue#D1D5DB
comment.block, comment.line.double-slash.js, comment.line.double-slash.ts, comment.line.double-slash.php#6B7280
entity.other.attribute-name.html, entity.other.attribute-name.js.jsx, entity.other.attribute-name.ts.tsx, entity.other.attribute-name.class.css, entity.name.function.php, support.function.string.php, entity.other.attribute-name.js, entity.other.attribute-name.ts, storage.type.class.php, storage.modifier.extends.php, storage.modifier.implements.php, keyword.other.use.php, keyword.other.namespace.php, entity.other.attribute-name.localname.xml, storage.type.enum.php, storage.modifier.php, entity.other.attribute-name.tsx#A5CAFF
support.class.php, entity.name.type.class.php, punctuation.section.embedded.begin.php, storage.type.php, keyword.control.import.js, keyword.control.import.js.jsx, variable.other.constant.js.jsx, variable.parameter.js.jsx, variable.other.readwrite.js.jsx, variable.parameter.ts.tsx, variable.other.readwrite.ts.tsx, variable.parameter.js, variable.parameter.ts, variable.other.constant.js, variable.other.constant.ts, variable.other.readwrite.js, variable.other.readwrite.ts, keyword.control.import.ts, keyword.control.import.ts.tsx, variable.other.constant.ts.tsx, meta.import.tsx, support.type.property-name.css, meta.property-list.scss, keyword.other.class.php, constant.language.boolean.true, keyword.operator.new, keyword.other.new, variable.parameter.tailwind.tailwind, variable.parameter.layer.tailwind, entity.name.function.blade, keyword.blade, constant.numeric.decimal.php, variable.other.readwrite.tsx#7DD3FC
keyword.other.phpdoc.php, keyword.control.return.php, keyword.operator.null-coalescing.php, entity.name.tag.js.jsx, entity.name.tag.html, variable.other.readwrite.alias.js.jsx, keyword.control.at-rule.import.css, keyword.control.at-rule.layer.tailwind, source.css, meta.at-rule.apply.tailwind, entity.name.tag.css.sass.symbol, keyword.operator.logical.php, entity.name.type.class.php, support.class.php, variable.other.readwrite.alias.js, variable.other.property.js, meta.definition.function.js.jsx, entity.name.function.js, entity.name.tag.js, variable.other.readwrite.alias.ts, variable.other.property.ts, meta.definition.function.ts.tsx, entity.name.function.ts, entity.name.function.tsx, entity.name.tag.ts, entity.name.tag.tsx, entity.other.inherited-class.php, entity.name.tag.localname.xml, entity.name.type.enum.php, entity.name.tag.template.html, entity.name.tag.script.html, meta.tag.block.any.html, entity.name.tag.style.html, variable.other.readwrite.alias.tsx#F45282

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Parsinta Exclusive by Parsinta - VS Code Theme