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.foreground#f2ebe2
  • activityBarBadge.background#1593a2
  • editor.background#1D272C
  • editor.foreground#f2ebe2
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#3E3E3E
  • editor.selectionBackground#5A5A5A
  • editorCursor.foreground#FFCC00
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#3E3E3E
  • editorLineNumber.foreground#4B4B4B
  • gitDecoration.addedResourceForeground#459923
  • gitDecoration.conflictingResourceForeground#FFA500
  • gitDecoration.deletedResourceForeground#FF0000
  • gitDecoration.ignoredResourceForeground#7F7F7F
  • gitDecoration.modifiedResourceForeground#62b8c7
  • gitDecoration.untrackedResourceForeground#AA9DAA
  • list.activeSelectionForeground#FFD700
  • sideBar.background#0f1a1e
  • statusBar.background#1593a2
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#1593a2
  • tab.activeBackground#515151

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control, storage.type, entity.name.tag#FF5555bold
entity.name.type.class#FFD700bold
entity.name.function, support.type.property-name.css, markup.heading.markdown#50FA7B
variable.parameter, entity.name.keyword.java, support.type.property-name.json, storage.modifier#FF75C9bold
constant#FFA111
string.quoted, markup.list.numbered.markdown, markup.list.unordered.markdown#F1FA8C
constant.numeric#BD93F9
keyword.operator#FFB86C
meta.decorator, keyword.control.import.java, keyword.control.package.java#00FFFFitalic
entity.other.attribute-name#FFD700
string.quoted.double.html, string.quoted.single.html#50FA7B
comment.block.html, comment.block.xml, comment.block.css, comment#6272A4bold italic