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#F5F7FA
  • activityBar.foreground#232946
  • activityBar.inactiveForeground#90A4AE
  • button.hoverBackground#E3EAF2
  • dropdown.background#E0E5EC
  • dropdown.foreground#232946
  • dropdown.listBackground#E0E5EC
  • editor.background#F5F7FA
  • editor.foreground#232946
  • editor.inactiveSelectionBackground#E3EAF288
  • editor.lineHighlightBackground#E3EAF2
  • editor.selectionBackground#00B4D822
  • editor.snippetFinalTabstopHighlightBackground#F5F7FA
  • editor.snippetFinalTabstopHighlightBorder#00B4D8
  • editor.snippetTabstopHighlightBackground#F5F7FA
  • editor.snippetTabstopHighlightBorder#00B4D8
  • editorCursor.foreground#00B4D8
  • editorError.background#F5F7FA
  • editorError.border#F44336
  • editorError.foreground#232946
  • editorGroup.background#F5F7FA
  • editorGroupHeader.tabsBackground#F5F7FA
  • editorIndentGuide.activeBackground#00B4D8
  • editorIndentGuide.background#E3EAF2
  • editorInfo.background#F5F7FA
  • editorInfo.border#00B4D8
  • editorInfo.foreground#232946
  • editorSuggestWidget.background#F5F7FA
  • editorSuggestWidget.border#00B4D8
  • editorSuggestWidget.foreground#232946
  • editorWarning.background#F5F7FA
  • editorWarning.border#FFD166
  • editorWarning.foreground#232946
  • input.background#F5F7FA
  • input.border#E3EAF2
  • input.foreground#232946
  • input.placeholderForeground#90A4AE
  • list.activeSelectionBackground#E3EAF2
  • list.activeSelectionForeground#232946
  • list.background#F5F7FA
  • list.foreground#232946
  • list.hoverBackground#E3EAF2
  • list.inactiveSelectionBackground#F5F7FA
  • list.inactiveSelectionForeground#232946
  • menu.background#F5F7FA
  • menu.foreground#232946
  • menu.selectionBackground#E3EAF2
  • menu.selectionForeground#232946
  • menubar.selectionBackground#E3EAF2
  • menubar.selectionForeground#232946
  • notification.background#F5F7FA
  • notification.border#00B4D8
  • notification.foreground#232946
  • notificationToast.background#F5F7FA
  • notificationToast.border#00B4D8
  • notificationToast.foreground#232946
  • panel.background#E3EAF2
  • quickInput.background#F5F7FA
  • quickInput.foreground#232946
  • quickInputList.focusBackground#E3EAF2
  • quickInputList.focusForeground#232946
  • sideBar.background#FFFFFF
  • statusBar.background#F5F7FA
  • statusBar.foreground#232946
  • tab.activeBackground#E3EAF2
  • tab.hoverBackground#E3EAF2
  • tab.inactiveBackground#F5F7FA
  • terminal.background#F5F7FA
  • terminal.foreground#232946
  • terminal.selectionBackground#E3EAF2
  • terminalCursor.background#232946
  • terminalCursor.foreground#00B4D8
  • titleBar.activeBackground#F5F7FA

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#90A4AEitalic
string, constant.other.symbol#009688
variable, identifier#14213D
keyword, storage.type#1565C0bold
constant.numeric, constant.language#FFD166
entity.name.function, support.function#512DA8
entity.name.class, support.class#3D5AFE
entity.name.tag, support.class.component.html#FF6B81
entity.other.attribute-name, attribute.name#6C63FF
support.type.property-name.css, meta.property-name.css#00B8D9
support.constant.property-value.css, constant.other.color.rgb-value.css, constant.numeric.css#00B894
constant.language.boolean, constant.language.null#FFB300