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#E7E7EB
  • activityBar.foreground#C88A00
  • activityBar.inactiveForeground#6F707A
  • activityBarBadge.background#C88A00
  • activityBarBadge.foreground#F1F1F3
  • badge.background#C88A00
  • badge.foreground#F1F1F3
  • breadcrumb.background#F1F1F3
  • breadcrumb.focusForeground#C88A00
  • breadcrumb.foreground#6F707A
  • button.background#C88A00
  • button.foreground#F1F1F3
  • button.hoverBackground#E65100
  • diffEditor.insertedTextBackground#00897B33
  • diffEditor.removedTextBackground#D32F2F33
  • dropdown.background#DCDCE2
  • dropdown.foreground#231F2E
  • editor.background#F1F1F3
  • editor.foreground#231F2E
  • editor.inactiveSelectionBackground#C9CAD399
  • editor.lineHighlightBackground#E8E8ED
  • editor.selectionBackground#C9CAD3
  • editorBracketMatch.background#C9CAD3
  • editorBracketMatch.border#C88A00
  • editorCursor.foreground#C88A00
  • editorGutter.background#F1F1F3
  • editorHoverWidget.background#DCDCE2
  • editorHoverWidget.border#B7B8C1
  • editorIndentGuide.activeBackground1#7038D1
  • editorIndentGuide.background1#B7B8C1
  • editorLineNumber.activeForeground#C88A00
  • editorLineNumber.foreground#6F707A
  • editorOverviewRuler.border#B7B8C1
  • editorSuggestWidget.background#DCDCE2
  • editorSuggestWidget.border#B7B8C1
  • editorSuggestWidget.selectedBackground#C9CAD3
  • editorWhitespace.foreground#B7B8C1
  • editorWidget.background#DCDCE2
  • editorWidget.border#B7B8C1
  • focusBorder#C88A00
  • gitDecoration.addedResourceForeground#00897B
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#E65100
  • gitDecoration.untrackedResourceForeground#00897B
  • input.background#FAFAFB
  • input.border#B7B8C1
  • input.foreground#231F2E
  • inputOption.activeBorder#C88A00
  • inputValidation.errorBorder#D32F2F
  • inputValidation.infoBorder#00897B
  • inputValidation.warningBorder#E65100
  • list.activeSelectionBackground#C9CAD3
  • list.focusBackground#C9CAD3
  • list.highlightForeground#C88A00
  • list.hoverBackground#C9CAD399
  • menubar.selectionBackground#C9CAD3
  • minimap.background#E7E7EB
  • notifications.background#DCDCE2
  • notifications.foreground#231F2E
  • notificationsErrorIcon.foreground#D32F2F
  • notificationsInfoIcon.foreground#00897B
  • notificationsWarningIcon.foreground#E65100
  • progressBar.background#C88A00
  • quickInput.background#DCDCE2
  • quickInput.foreground#231F2E
  • quickInputTitle.background#E7E7EB
  • scrollbarSlider.background#B7B8C199
  • scrollbarSlider.hoverBackground#7038D199
  • sideBar.background#E7E7EB
  • sideBar.border#B7B8C1
  • sideBar.foreground#231F2E
  • sideBarSectionHeader.background#DCDCE2
  • sideBarSectionHeader.foreground#231F2E
  • statusBar.background#DCDCE2
  • statusBar.foreground#231F2E
  • statusBarItem.hoverBackground#C9CAD3
  • tab.activeBackground#F1F1F3
  • tab.activeBorderTop#C88A00
  • tab.activeForeground#231F2E
  • tab.inactiveBackground#E7E7EB
  • tab.inactiveForeground#6F707A
  • terminal.ansiBlack#F1F1F3
  • terminal.ansiBlue#7038D1
  • terminal.ansiCyan#00897B
  • terminal.ansiGreen#2E7D32
  • terminal.ansiMagenta#7038D1
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#231F2E
  • terminal.ansiYellow#E65100
  • terminal.background#F1F1F3
  • terminal.foreground#231F2E
  • titleBar.activeBackground#E7E7EB
  • titleBar.activeForeground#231F2E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F707Aitalic
keyword, storage, storage.type, storage.modifier, keyword.operator#7038D1
string, constant.character, constant.other.symbol#00897B
constant.numeric, constant.language, support.constant#E65100
entity.name.function, support.function, meta.function-call#C88A00
entity.name.type, support.type, support.class, entity.name.class#D97706
variable, variable.other, variable.other.property, meta.definition.variable#231F2E
entity.name.tag, entity.other.attribute-name#D32F2F
string.regexp, constant.character.escape#C62828
markup.heading, markup.bold#C88A00bold
markup.italic#00897Bitalic
markup.inline.raw, markup.fenced_code#00897B
Umbra Kitty Theme by Andrew Robbins - VS Code Theme