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#282C34
  • 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
string#98C379
string.quoted#98C379
comment#5C6370italic
comment.line#5C6370
comment.block#5C6370
constant.numeric#D19A66
constant.language#56B6C2
variable#E06C75
variable.other#E06C75
entity.name.function#61AFEF
entity.name.class#E5C07B
entity.name.type#E5C07B
support.function#61AFEF
support.type#E5C07B
Kislay Theme by kislay - VS Code Theme