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#181818
  • editor.background#101010
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#1A1A1A
  • editor.selectionBackground#2A7A2A
  • editor.wordHighlightBackground#294229
  • editorCursor.foreground#88FF88
  • sideBar.background#181818
  • statusBar.background#202020
  • statusBar.foreground#88FF88
  • tab.activeBackground#202020
  • tab.border#1F1F1F
  • tab.inactiveBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type#88FF88—
string, variable.other.readwrite#B2FFB2—
comment#5C705Citalic
constant.numeric#88D8FF—
entity.name.function#8FD8FF—
variable#80A0FF—
invalid#FF5A5Abold
warning#FFD700—