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#073642
  • activityBar.border#00000033
  • activityBar.foreground#ccc
  • activityBarBadge.background#e62a29
  • badge.background#dc322f
  • button.background#3788f7
  • button.foreground#ffffff
  • editor.background#FDF6E3
  • editor.foreground#333333
  • editor.selectionBackground#85990088
  • editor.selectionHighlightBackground#b5890022
  • editorGroup.border#00000034
  • editorGroupHeader.noTabsBackground#eeeeee
  • editorGroupHeader.tabsBackground#eeeeee
  • editorGroupHeader.tabsBorder#00000034
  • editorGutter.background#eee8d5
  • editorLineNumber.foreground#808080
  • editorLink.activeForeground#1d34ea
  • editorWhitespace.foreground#bfbfbf
  • list.activeSelectionBackground#444
  • list.activeSelectionForeground#eee
  • list.hoverBackground#00000010
  • list.inactiveSelectionBackground#44444433
  • panel.background#eeeeee
  • panel.border#00000033
  • sideBar.background#eeeeee
  • sideBar.border#00000033
  • statusBar.background#eeeeee
  • statusBar.border#00000033
  • statusBar.foreground#666
  • tab.activeBackground#FDF6E3
  • tab.activeBorder#FDF6E3
  • tab.activeBorderTop#ffffff22
  • tab.activeForeground#0e0e0e
  • tab.border#00000033
  • tab.hoverBackground#FDF6E3
  • tab.inactiveBackground#0000001a
  • tab.inactiveForeground#545454
  • tab.unfocusedActiveForeground#545454
  • tab.unfocusedHoverBackground#00000000
  • tab.unfocusedHoverBorder#00000000
  • titleBar.activeBackground#d0d0d0
  • titleBar.activeForeground#292929
  • titleBar.inactiveBackground#f4f4f4
  • titleBar.inactiveForeground#a3a3a3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#657B83—
comment#93A1A1italic
string#2AA198—
string.regexp#D30102—
constant.numeric#D33682—
variable.language, variable.other#268BD2—
keyword#859900—
storage#073642bold
entity.name.class, entity.name.type#268BD2—
entity.name.function#268BD2—
punctuation.definition.variable#859900—
punctuation.section.embedded.begin, punctuation.section.embedded.end#D30102—
constant.language, meta.preprocessor#B58900—
support.function.construct, keyword.other.new#D30102—
constant.character, constant.other#CB4B16—
entity.other.inherited-class——
variable.parameter——
entity.name.tag#268BD2—
punctuation.definition.tag.begin, punctuation.definition.tag.end#93A1A1—
entity.other.attribute-name#93A1A1—
support.function#268BD2—
punctuation.separator.continuation#D30102—
support.constant——
support.type, support.class#859900—
support.type.exception#CB4B16—
support.other.variable——
invalid——
meta.diff, meta.diff.header#E0EDDDitalic
markup.deleted#dc322f
markup.changed#cb4b16
markup.inserted#219186—
markup.quote#859900—
markup.list#B58900—
markup.bold, markup.italic#D33682—
markup.inline.raw#2AA198
markup.heading#268BD2—
markup.heading.setext#268BD2
tobytheme by Toby Stokes - VS Code Theme