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#110f0d
  • activityBar.foreground#c99d5a
  • activityBarBadge.background#b87d3a
  • activityBarBadge.foreground#110f0d
  • editor.background#1a1614
  • editor.foreground#f2e8dc
  • editor.lineHighlightBackground#2a1f1e
  • editor.selectionBackground#3a2d2c
  • editorCursor.foreground#d6aa63
  • editorLineNumber.activeForeground#d6aa63
  • editorLineNumber.foreground#6b5a54
  • sideBar.background#1a1614
  • sideBar.foreground#d8c4b0
  • sideBarTitle.foreground#c99d5a
  • statusBar.background#110f0d
  • statusBar.foreground#c99d5a
  • tab.activeBackground#1a1614
  • tab.activeForeground#f2e8dc
  • tab.inactiveBackground#1a1614
  • tab.inactiveForeground#c99d5a
  • titleBar.activeBackground#110f0d
  • titleBar.activeForeground#c99d5a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7b6a60italic
keyword, storage.type, storage.modifier#c99d5abold
string, constant.other.symbol, constant.other.key#dc9d7c
entity.name.function, meta.function-call, support.function#d6aa63bold
variable, string constant.other.placeholder#f2e8dc
constant.numeric, constant.language#b8825d
entity.name.type, support.class, support.type#ddc376bold
keyword.operator, punctuation#b87d3a
invalid, invalid.illegal#ff6b6b
ChiChavez by Jesus Chavez - VS Code Theme