Skip to main content
Coding Theme

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.activeBorder#ff007f
  • activityBar.background#000000
  • activityBar.foreground#ffffff
  • editor.background#10111A
  • editor.foreground#e0e0e0
  • editor.inactiveSelectionBackground#222222f3
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#000000
  • editor.selectionBackground#333333
  • editorCursor.foreground#928e95
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#666666
  • list.activeSelectionBackground#222222
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#000000
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#000000
  • list.inactiveSelectionForeground#dddddd
  • panel.background#0d0d0d
  • panel.border#222222
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#888888
  • sideBar.background#10111A
  • sideBar.foreground#a0a0a0
  • sideBarSectionHeader.background#151515
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#000000
  • statusBar.foreground#8c8a8a
  • statusBar.noFolderBackground#111111
  • terminal.background#10111A
  • terminal.foreground#ffffff
  • terminalCursor.background#000000
  • terminalCursor.foreground#2ee99e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.line#7a7a7aitalic
keyword, keyword.control, keyword.control.flow, keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as, keyword.control.return, keyword.control.if, keyword.control.else, keyword.other#C586C0bold
storage.type, storage.type.function, storage.type.class, storage.type.interface, storage.type.enum, storage.type.type, storage.modifier#C586C0bold
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.logical, keyword.operator.ternary, keyword.operator.spread, keyword.operator.rest, keyword.operator.optional, keyword.operator.type#ff007f
variable, variable.other, variable.other.readwrite, variable.other.readwrite.js, variable.other.readwrite.tsx, variable.other.readwrite.ts#50fa7b
variable.language.this, variable.language.self#C586C0italic
variable.parameter, variable.parameter.function, meta.parameters variable.other#9CDCFE
variable.other.property, variable.other.object.property, support.type.property-name, meta.object-literal.key#fcfcfc
string, string.quoted.single, string.quoted.double, string.quoted.backtick, string.template#faf39f
punctuation.definition.template-expression, punctuation.section.embedded#ff007f
constant.numeric, constant.numeric.integer, constant.numeric.float#bd93f9
constant.language.boolean, constant.language.null, constant.language.undefined, constant.language#bd93f9italic
constant.other, constant.character#bd93f9
entity.name.function, meta.function-call.generic, support.function, support.function.builtin#4EC9B0
meta.function-call entity.name.function, meta.method-call entity.name.function#4EC9B0
entity.name.class, entity.name.type.class, support.class, meta.class entity.name.type#f1b963bold
entity.name.type.interface, entity.name.type.alias, entity.name.type#f1b963italic
entity.name.type.enum, variable.other.enummember#bd93f9
support.type.primitive, support.type.builtin, entity.name.type.primitive#2ee99eitalic
entity.name.type.parameter, punctuation.definition.typeparameters#2ee99e
meta.decorator, entity.name.function.decorator, punctuation.decorator#ff007fitalic
entity.name.tag, entity.name.tag.jsx, entity.name.tag.tsx#1eb2f7
support.class.component, support.class.component.jsx, support.class.component.tsx#f1b963bold
entity.other.attribute-name, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#9CDCFE
punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#666666
string.quoted.double.import, string.quoted.single.import, meta.import string#faf39f
punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.definition.block, punctuation.definition.parameters#888888
entity.name.namespace, entity.name.module#f1b963
invalid, invalid.deprecated#ff5555strikethrough
Sushanto Dark Theme by Sushanto kumar - VS Code Theme