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#000000
  • button.background#00FFFF
  • button.foreground#000000
  • button.hoverBackground#00B8D4
  • editor.background#000000
  • editor.foreground#C2F9FF
  • editor.inactiveSelectionBackground#00223380
  • editor.lineHighlightBackground#002233
  • editor.selectionBackground#004466cc
  • editorCursor.foreground#00FFFF
  • gitDecoration.addedResourceForeground#00E676
  • gitDecoration.conflictingResourceForeground#FFEB3B
  • gitDecoration.deletedResourceForeground#FF5252
  • gitDecoration.ignoredResourceForeground#607D8B
  • gitDecoration.modifiedResourceForeground#448AFF
  • gitDecoration.submoduleResourceForeground#00B0FF
  • gitDecoration.untrackedResourceForeground#69F0AE
  • list.activeSelectionBackground#002B36
  • list.activeSelectionForeground#00FFFF
  • list.focusBackground#003f4f
  • list.focusForeground#00FFFF
  • list.hoverBackground#002a3a
  • list.hoverForeground#1DE9F6
  • list.inactiveSelectionBackground#001f2f
  • list.inactiveSelectionForeground#00E5FF
  • sideBar.background#000000
  • sideBar.foreground#C2F9FF
  • sideBarSectionHeader.foreground#00FFFF
  • sideBarTitle.foreground#00F0FF
  • statusBar.background#001f2f
  • statusBar.foreground#C2F9FF
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#00F0FF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier, keyword.control#00FFFFbold
variable, variable.other.readwrite, meta.definition.variable.name#C2F9FF
variable.parameter, support.variable#00E5FF
entity.name.function, support.function#00FF94bold
string, constant.other.string#1DE9F6
constant.language.boolean, constant.language.null#18FFFF
constant.numeric#00FFB3
entity.name.type, entity.name.class, support.class, support.type#448AFFitalic
entity.name.interface, support.type.interface#82B1FF
comment, punctuation.definition.comment#4FC3F7italic
meta.decorator, meta.decorator punctuation.decorator#7C4DFF
keyword.operator, punctuation.separator, punctuation.terminator#00B0FF
invalid, invalid.illegal#FF1744underline
markup.heading, markup.heading.setext#00FFFFbold
markup.boldbold
markup.italicitalic
CLU by Fausto Calviño - VS Code Theme