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#F6F8FA
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFEB3B
  • editor.findMatchHighlightBackground#FFEB3B80
  • editor.foreground#24292E
  • editor.inactiveSelectionBackground#F1F8FF
  • editor.selectionBackground#C8E1FF
  • editorGutter.background#FFFFFF
  • editorLineNumber.activeForeground#24292E
  • editorLineNumber.foreground#1B1F234D
  • list.activeSelectionBackground#0366D6
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#F6F8FA
  • list.inactiveSelectionBackground#F1F8FF
  • sideBar.background#F6F8FA
  • sideBarTitle.foreground#24292E
  • statusBar.background#FFFFFF
  • statusBar.foreground#586069
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#24292E
  • tab.inactiveBackground#F6F8FA
  • tab.inactiveForeground#586069

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword#D73A49
keyword.control#D73A49
storage#D73A49
storage.type#D73A49
storage.modifier#D73A49
string#032F62
string.quoted#032F62
string.quoted.single#032F62
string.quoted.double#032F62
string.quoted.triple#032F62
string.template#032F62
comment#6A737Ditalic
comment.line#6A737D
comment.block#6A737D
comment.line.double-slash#6A737D
comment.line.double-dash#6A737D
comment.line.number-sign#6A737D
comment.line.percentage#6A737D
constant#005CC5
constant.numeric#005CC5
constant.numeric.integer#005CC5
constant.numeric.float#005CC5
constant.numeric.hex#005CC5
constant.numeric.binary#005CC5
constant.numeric.octal#005CC5
constant.language#005CC5
constant.character#005CC5
constant.character.escape#005CC5
constant.other#005CC5
variable#24292E
variable.other#24292E
variable.parameter#24292E
variable.language#D73A49
entity.name#6F42C1
entity.name.function#6F42C1
entity.name.class#6F42C1
entity.name.type#6F42C1
entity.name.tag#22863A
entity.name.section#6F42C1
entity.other#6F42C1
entity.other.attribute-name#6F42C1
support#6F42C1
support.function#6F42C1
support.type#6F42C1
support.class#6F42C1
support.constant#6F42C1
support.variable#6F42C1
punctuation#24292E
punctuation.definition#24292E
punctuation.section#24292E
punctuation.separator#24292E
punctuation.terminator#24292E
meta#24292E
meta.preprocessor#D73A49
meta.import#D73A49
meta.export#D73A49
meta.class#6F42C1
meta.function#6F42C1
meta.tag#22863A
invalid#CB2431
invalid.deprecated#CB2431
invalid.illegal#CB2431
Kislay Theme by kislay - VS Code Theme