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#041E2B
  • activityBar.border#041E2B
  • activityBar.foreground#00D9FF
  • activityBar.inactiveForeground#0A3050
  • activityBarBadge.background#00D9FF
  • activityBarBadge.foreground#02121B
  • breadcrumb.activeSelectionForeground#00D9FF
  • breadcrumb.background#02121B
  • breadcrumb.foreground#0A3050
  • button.background#00D9FF
  • button.foreground#02121B
  • button.hoverBackground#33E5FF
  • dropdown.background#041E2B
  • dropdown.border#00D9FF30
  • editor.background#02121B
  • editor.foreground#C8F0FF
  • editor.inactiveSelectionBackground#00D9FF14
  • editor.lineHighlightBackground#06324880
  • editor.lineHighlightBorder#00D9FF25
  • editor.selectionBackground#00D9FF28
  • editor.wordHighlightBackground#00D9FF1A
  • editor.wordHighlightStrongBackground#00D9FF30
  • editorBracketMatch.background#00D9FF22
  • editorBracketMatch.border#00D9FF70
  • editorCursor.foreground#00D9FF
  • editorGutter.background#02121B
  • editorHoverWidget.background#031620
  • editorHoverWidget.border#00D9FF30
  • editorIndentGuide.activeBackground1#00D9FF35
  • editorIndentGuide.background1#063248
  • editorLineNumber.activeForeground#00A8E8
  • editorLineNumber.foreground#0A3050
  • editorOverviewRuler.border#041E2B
  • editorSuggestWidget.background#031620
  • editorSuggestWidget.border#00D9FF30
  • editorSuggestWidget.highlightForeground#00A8E8
  • editorSuggestWidget.selectedBackground#00D9FF18
  • editorWidget.background#041E2B
  • focusBorder#00D9FF50
  • inputBox.background#041E2B
  • inputBox.border#00D9FF30
  • inputBox.foreground#C8F0FF
  • list.activeSelectionBackground#00D9FF1A
  • list.activeSelectionForeground#00D9FF
  • list.focusBackground#00D9FF1A
  • list.highlightForeground#00D9FF
  • list.hoverBackground#00D9FF0E
  • panel.background#02121B
  • panel.border#041E2B
  • panelTitle.activeBorder#00D9FF
  • panelTitle.activeForeground#00D9FF
  • scrollbarSlider.activeBackground#00D9FF38
  • scrollbarSlider.background#00D9FF12
  • scrollbarSlider.hoverBackground#00D9FF22
  • selection.background#00D9FF30
  • sideBar.background#041E2B
  • sideBar.foreground#60C8E0
  • sideBarSectionHeader.background#02121B
  • sideBarSectionHeader.border#00D9FF20
  • sideBarSectionHeader.foreground#00D9FF
  • statusBar.background#041E2B
  • statusBar.debuggingBackground#00D9FF
  • statusBar.debuggingForeground#02121B
  • statusBar.foreground#00D9FF
  • statusBarItem.hoverBackground#00D9FF22
  • tab.activeBackground#041E2B
  • tab.activeBorder#00D9FF
  • tab.activeBorderTop#00D9FF
  • tab.activeForeground#00D9FF
  • tab.border#041E2B
  • tab.inactiveBackground#02121B
  • tab.inactiveForeground#0A3050
  • terminal.ansiBlue#0088CC
  • terminal.ansiBrightBlue#00AAFF
  • terminal.ansiBrightCyan#00A8E8
  • terminal.ansiCyan#00D9FF
  • terminal.background#02121B
  • terminal.foreground#C8F0FF
  • titleBar.activeBackground#02121B
  • titleBar.activeForeground#C8F0FF
  • titleBar.inactiveBackground#010D13

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, keyword.control, keyword.operator.new, keyword.other.important#569CD6—
keyword.operator, keyword.operator.arithmetic, keyword.operator.bitwise, keyword.operator.comparison, keyword.operator.logical#D4D4D4—
storage.type, storage.modifier#569CD6—
entity.name.function, meta.function-call, support.function#DCDCAA—
entity.name.type, entity.name.class, entity.name.namespace, support.class#4EC9B0—
entity.name.tag, meta.tag#569CD6—
entity.other.attribute-name#9CDCFE—
variable, variable.other.readwrite, meta.object-literal.key#9CDCFE—
variable.other.constant, variable.other.enummember#4FC1FF—
variable.parameter#9CDCFE—
constant.numeric, constant.language, constant.character#B5CEA8—
constant.language.boolean#569CD6—
support.type.property-name.css, support.type.vendored.property-name.css#9CDCFE—
support.constant.property-value.css, constant.numeric.css, keyword.other.unit.css#CE9178—
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D—
punctuation.definition.tag, punctuation.section.embedded#569CD6—
markup.heading#569CD6bold
markup.bold—bold
markup.italic—italic
markup.underline.link#4EC9B0—
markup.inserted#B5CEA8—
markup.deleted#CE9178—
invalid#F44747—
invalid.deprecated#D7BA7D—