Skip to main content
Coding Theme

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#0d0f17
  • activityBar.foreground#7de5ff
  • activityBar.inactiveForeground#4d5b85
  • editor.background#121420
  • editor.foreground#78a9ff
  • editor.lineHighlightBackground#1e2235
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#3d85ff44
  • editor.selectionHighlightBackground#3d85ff22
  • editorGroupHeader.tabsBackground#0d0f17
  • editorLineNumber.activeForeground#7de5ff
  • editorLineNumber.foreground#4d5b85
  • sideBar.background#161925
  • sideBar.foreground#a1c4ff
  • sideBarSectionHeader.background#1c2030
  • statusBar.background#121420
  • statusBar.foreground#7de5ff
  • tab.activeBackground#121420
  • tab.activeForeground#7de5ff
  • tab.inactiveBackground#0d0f17
  • tab.inactiveForeground#4d5b85
  • titleBar.activeBackground#0d0f17
  • titleBar.activeForeground#7de5ff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4d5b85
keyword, storage.type, storage.modifier, keyword.control, keyword.control.flow, keyword.control.conditional, keyword.control.import#a1c4ff
string#40e0d0
constant.numeric, constant.language, support.constant#7de5ff
entity.name.function, support.function#3d85ff
variable, variable.parameter, variable.other.readwrite#a1c4ff
entity.name.type, entity.name.class, support.class, support.type#3ddfe2
entity.name.tag, punctuation, meta.brace, punctuation.definition.tag#5fafff
entity.other.attribute-name#40e0d0