Skip to main content
Coding Theme

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#00593f
  • activityBar.activeBorder#4caf50
  • activityBar.background#003d2b
  • activityBar.border#00593f
  • activityBar.foreground#ffffff
  • editor.background#0d2818
  • editor.foreground#e8f5e9
  • editor.inactiveSelectionBackground#00000000
  • editor.lineHighlightBackground#1a4028
  • editor.selectionBackground#2e7d4e80
  • panel.background#0d2818
  • panel.border#00452f
  • sideBar.background#00593f
  • sideBar.border#00452f
  • sideBar.foreground#ffffff
  • statusBar.background#00593f
  • statusBar.debuggingBackground#2e7d4e
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#003d2b
  • tab.activeBackground#0d2818
  • tab.activeBorder#4caf50
  • tab.activeForeground#ffffff
  • tab.border#00452f
  • tab.inactiveBackground#003d2b
  • tab.inactiveForeground#a5d6a7
  • terminal.background#0d2818
  • terminal.foreground#e8f5e9
  • titleBar.activeBackground#003d2b
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#002d21
  • titleBar.inactiveForeground#a5d6a7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
keyword, storage.type, storage.modifier#569CD6
keyword.control#C586C0
string, string.quoted#CE9178
variable, variable.other.readwrite#9CDCFE
variable.other.constant, variable.other.enummember#4FC1FF
entity.name.function, support.function#DCDCAA
entity.name.type, entity.name.class, support.type, support.class#4EC9B0
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined#B5CEA8
constant.character, constant.other#4FC1FF
invalid#F44747
markup.heading#569CD6bold
markup.bold#569CD6bold
entity.name.tag, meta.tag#569CD6
entity.other.attribute-name, entity.other.attribute-name.html#9CDCFE
meta.tag.structure.any.html, meta.tag.metadata.script.html, meta.tag.metadata.style.html#808080
punctuation.definition.tag#808080
string.quoted.double.html, string.quoted.single.html#CE9178
variable.other.object.js, variable.other.object.ts#9CDCFE
variable.other.property.js, variable.other.property.ts#9CDCFE
support.class.builtin.js, support.class.builtin.ts#4EC9B0
support.type.object.module.js, support.type.object.module.ts#4EC9B0
storage.type.function.js, storage.type.function.ts#569CD6
keyword.operator.new.js, keyword.operator.new.ts#569CD6
storage.type.class.js, storage.type.class.ts#569CD6
variable.language.this.js, variable.language.this.ts, variable.language.super.js, variable.language.super.ts#569CD6
meta.type.annotation.ts, meta.type.annotation.tsx, meta.return.type.ts, meta.return.type.tsx#4EC9B0
support.type.primitive.ts, support.type.primitive.tsx#4EC9B0
keyword.operator.type.ts, keyword.operator.type.tsx, keyword.operator.type.annotation.ts, keyword.operator.type.annotation.tsx#569CD6
entity.name.type.interface.ts, entity.name.type.interface.tsx, entity.name.type.alias.ts, entity.name.type.alias.tsx#4EC9B0
support.type.builtin.ts, support.type.builtin.tsx#4EC9B0
variable.parameter.ts, variable.parameter.tsx#9CDCFE
meta.definition.property.ts, meta.definition.property.tsx, variable.object.property.ts, variable.object.property.tsx#9CDCFE
storage.type.function.arrow.ts, storage.type.function.arrow.tsx#569CD6
keyword.operator.expression.typeof.ts, keyword.operator.expression.typeof.tsx#569CD6
support.variable.property.ts, support.variable.property.tsx#9CDCFE
entity.name.type.ts, entity.name.type.tsx#4EC9B0
support.type.any.ts, support.type.any.tsx#FF1744bold underline