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.background#21252B
  • editor.background#282C34
  • editor.findMatchBackground#528BFF
  • editor.findMatchHighlightBackground#528BFF80
  • editor.foreground#ABB2BF
  • editor.inactiveSelectionBackground#2C313A
  • editor.selectionBackground#3E4451
  • editorGutter.background#282C34
  • editorLineNumber.activeForeground#ABB2BF
  • editorLineNumber.foreground#636D83
  • list.activeSelectionBackground#528BFF
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#2C313A
  • list.inactiveSelectionBackground#3E4451
  • sideBar.background#21252B
  • sideBarTitle.foreground#ABB2BF
  • statusBar.background#21252B
  • statusBar.foreground#ABB2BF
  • tab.activeBackground#282C34
  • tab.activeForeground#ABB2BF
  • tab.inactiveBackground#21252B
  • tab.inactiveForeground#636D83

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#C678DD
keyword.control#C678DD
storage#C678DD
storage.type#C678DD
storage.modifier#C678DD
string#98C379
string.quoted#98C379
string.quoted.single#98C379
string.quoted.double#98C379
string.quoted.triple#98C379
string.template#98C379
comment#5C6370italic
comment.line#5C6370
comment.block#5C6370
comment.line.double-slash#5C6370
comment.line.double-dash#5C6370
comment.line.number-sign#5C6370
comment.line.percentage#5C6370
constant#56B6C2
constant.numeric#D19A66
constant.numeric.integer#D19A66
constant.numeric.float#D19A66
constant.numeric.hex#D19A66
constant.numeric.binary#D19A66
constant.numeric.octal#D19A66
constant.language#56B6C2
constant.character#56B6C2
constant.character.escape#56B6C2
constant.other#56B6C2
variable#E06C75
variable.other#E06C75
variable.parameter#E06C75
variable.language#C678DD
entity.name#E5C07B
entity.name.function#61AFEF
entity.name.class#E5C07B
entity.name.type#E5C07B
entity.name.tag#E06C75
entity.name.section#E5C07B
entity.other#E5C07B
entity.other.attribute-name#D19A66
support#61AFEF
support.function#61AFEF
support.type#E5C07B
support.class#E5C07B
support.constant#56B6C2
support.variable#E06C75
punctuation#ABB2BF
punctuation.definition#ABB2BF
punctuation.section#ABB2BF
punctuation.separator#ABB2BF
punctuation.terminator#ABB2BF
meta#ABB2BF
meta.preprocessor#C678DD
meta.import#C678DD
meta.export#C678DD
meta.class#E5C07B
meta.function#61AFEF
meta.tag#E06C75
invalid#F44747
invalid.deprecated#F44747
invalid.illegal#F44747
Kislay Theme by kislay - VS Code Theme