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#141926
  • activityBar.foreground#F2A365
  • activityBar.inactiveForeground#667C99
  • button.background#82AAFF
  • button.foreground#141926
  • button.hoverBackground#6b8edd
  • editor.background#141926
  • editor.foreground#E0E6ED
  • editor.lineHighlightBackground#2A324A
  • editorCursor.foreground#F2A365
  • editorError.foreground#FF6B6B
  • editorGroupHeader.tabsBackground#141926
  • editorHoverWidget.background#212A42
  • editorHoverWidget.border#2E3C5D
  • editorIndentGuide.activeBackground#667C99
  • editorIndentGuide.background#1e2638
  • editorInfo.foreground#82AAFF
  • editorLineNumber.activeForeground#E0E6ED
  • editorLineNumber.foreground#667C99
  • editorSuggestWidget.background#212A42
  • editorSuggestWidget.border#2E3C5D
  • editorSuggestWidget.selectedBackground#354770
  • editorWarning.foreground#F78C6C
  • editorWidget.background#212A42
  • editorWidget.border#2E3C5D
  • focusBorder#667C99
  • input.background#0A0E14
  • input.border#2A324A
  • input.foreground#E0E6ED
  • list.activeSelectionBackground#2A324A
  • list.activeSelectionForeground#F2A365
  • list.hoverBackground#1e2638
  • list.inactiveSelectionBackground#1e2638
  • menu.background#212A42
  • menu.border#2E3C5D
  • menu.foreground#E0E6ED
  • menu.selectionBackground#354770
  • menu.selectionForeground#F2A365
  • menu.separatorBackground#2E3C5D
  • menubar.selectionBackground#354770
  • menubar.selectionForeground#F2A365
  • quickInput.background#212A42
  • quickInput.border#2E3C5D
  • quickInput.foreground#E0E6ED
  • quickInputList.focusBackground#354770
  • quickInputList.focusForeground#F2A365
  • settings.checkboxBackground#212A42
  • settings.checkboxBorder#2E3C5D
  • settings.checkboxForeground#E0E6ED
  • settings.dropdownBackground#212A42
  • settings.dropdownBorder#2E3C5D
  • settings.dropdownForeground#E0E6ED
  • settings.numberInputBackground#212A42
  • settings.numberInputBorder#2E3C5D
  • settings.numberInputForeground#E0E6ED
  • settings.textInputBackground#212A42
  • settings.textInputBorder#2E3C5D
  • settings.textInputForeground#E0E6ED
  • sideBar.background#1B2233
  • statusBar.background#1B2233
  • statusBar.debuggingBackground#F2A365
  • statusBar.debuggingForeground#141926
  • statusBar.noFolderBackground#1B2233
  • tab.activeBackground#1B2233
  • tab.activeBorderTop#F2A365
  • tab.activeForeground#E0E6ED
  • tab.inactiveBackground#141926
  • tab.inactiveForeground#667C99
  • terminal.background#141926
  • terminal.foreground#E0E6ED
  • titleBar.activeBackground#1B2233
  • widget.shadow#0A0E14

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
keyword, storage.type, storage.modifier, variable.language#C792EA
entity.name.function, support.function, meta.function-call#82AAFF
string, string.quoted, punctuation.definition.string#C3E88D
entity.name.type, entity.name.class, support.class, support.type#FFCB6B
constant.numeric, constant.language, support.constant, constant.character#F2A365
variable, variable.other, variable.parameter, entity.name.variable#E0E6ED
keyword.operator, punctuation#667C99
entity.name.tag, meta.tag, entity.other.attribute-name, meta.object-literal.key#82AAFF