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#1E1E1E
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#777777
  • editor.background#1A1A1A
  • editor.foreground#E0E0E0
  • editorCursor.foreground#66CFFF
  • editorGroup.border#2E2E2E
  • editorGroupHeader.tabsBackground#1D1D1D
  • editorIndentGuide.activeBackground1#3A3A3A
  • editorIndentGuide.background1#2A2A2A
  • editorLineNumber.foreground#4D4D4D
  • editorWhitespace.foreground#2F2F2F
  • panel.background#1E1E1E
  • panel.border#333333
  • scrollbarSlider.activeBackground#3A3A3ACC
  • scrollbarSlider.background#3A3A3A55
  • scrollbarSlider.hoverBackground#3A3A3A88
  • sideBar.background#252525
  • sideBar.foreground#DDDDDD
  • statusBar.background#1E1E1E
  • statusBar.border#2A2A2A
  • statusBar.debuggingBackground#5AB8FF
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#CCCCCC
  • statusBar.noFolderBackground#1E1E1E
  • statusBar.noFolderForeground#CCCCCC
  • statusBarItem.activeBackground#5AB8FF55
  • statusBarItem.hoverBackground#3A3A3A
  • statusBarItem.prominentBackground#5AB8FF
  • statusBarItem.prominentHoverBackground#79C8FF
  • tab.activeBackground#1A1A1A
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#2A2A2A
  • tab.inactiveForeground#888888
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#E0E0E0
  • titleBar.inactiveBackground#222222
  • titleBar.inactiveForeground#888888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, keyword.operator, keyword.other, storage.type, storage.modifier#E0A060
string, constant.numeric, constant.language, constant.language.boolean, constant.language.null, constant, constant.other#7CFF98
entity.name.function, meta.function.declaration, meta.var.expr entity.name, support.function, entity.name.function.member, meta.function-call#66CFFF
entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type#66CFFF
variable.parameter, meta.parameters variable, variable.other.property, variable.other.object.property, meta.property-name#C8C8C8
variable.other.readwrite, variable.other#D4D4D4
comment.line, comment.block, comment.block.documentation#666666
comment.todo, comment.fixme, comment.note#FFD466
string.regexp, source.regexp#7CFF98
punctuation#707070
invalid, invalid.illegal#FF5C5Cunderline