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#263238
  • activityBar.foreground#ECEFF1
  • activityBar.inactiveForeground#78909C
  • activityBarBadge.background#80CBC4
  • activityBarBadge.foreground#263238
  • badge.background#80CBC4
  • badge.foreground#263238
  • button.background#00897B
  • button.foreground#FFFFFF
  • button.hoverBackground#009688
  • descriptionForeground#90A4AE
  • diffEditor.insertedTextBackground#2E4A3A
  • diffEditor.removedTextBackground#4A2E32
  • disabledForeground#607D8B
  • dropdown.background#37474F
  • dropdown.border#546E7A
  • dropdown.foreground#ECEFF1
  • editor.background#263238
  • editor.foreground#CFD8DC
  • editor.inactiveSelectionBackground#37474F
  • editor.lineHighlightBackground#2E3B42
  • editor.selectionBackground#455A64
  • editor.selectionHighlightBackground#455A644D
  • editor.wordHighlightBackground#455A64
  • editor.wordHighlightStrongBackground#546E7A
  • editorBracketMatch.background#455A64
  • editorBracketMatch.border#80CBC4
  • editorCursor.foreground#80CBC4
  • editorError.foreground#EF5350
  • editorGutter.addedBackground#81C784
  • editorGutter.deletedBackground#E57373
  • editorGutter.modifiedBackground#FFB74D
  • editorHint.foreground#81C784
  • editorIndentGuide.activeBackground1#546E7A
  • editorIndentGuide.background1#37474F
  • editorInfo.foreground#29B6F6
  • editorLineNumber.activeForeground#B0BEC5
  • editorLineNumber.foreground#546E7A
  • editorSuggestWidget.background#263238
  • editorSuggestWidget.border#455A64
  • editorSuggestWidget.selectedBackground#37474F
  • editorWarning.foreground#FFB74D
  • editorWhitespace.foreground#455A64
  • editorWidget.background#263238
  • editorWidget.border#455A64
  • errorForeground#EF5350
  • focusBorder#80CBC4
  • foreground#CFD8DC
  • gitDecoration.addedResourceForeground#81C784
  • gitDecoration.conflictingResourceForeground#EF5350
  • gitDecoration.deletedResourceForeground#E57373
  • gitDecoration.modifiedResourceForeground#FFB74D
  • gitDecoration.untrackedResourceForeground#4DB6AC
  • input.background#37474F
  • input.border#546E7A
  • input.foreground#ECEFF1
  • inputOption.activeBorder#80CBC4
  • list.activeSelectionBackground#455A64
  • list.activeSelectionForeground#ECEFF1
  • list.focusBackground#455A64
  • list.highlightForeground#80CBC4
  • list.hoverBackground#37474F
  • list.inactiveSelectionBackground#37474F
  • notificationCenterHeader.background#2E3B42
  • notifications.background#263238
  • notifications.foreground#CFD8DC
  • panel.background#263238
  • panel.border#37474F
  • panelTitle.activeBorder#80CBC4
  • panelTitle.activeForeground#ECEFF1
  • panelTitle.inactiveForeground#78909C
  • progressBar.background#80CBC4
  • scrollbarSlider.activeBackground#90A4AECC
  • scrollbarSlider.background#607D8B66
  • scrollbarSlider.hoverBackground#78909C99
  • sideBar.background#263238
  • sideBar.border#37474F
  • sideBar.foreground#CFD8DC
  • sideBarSectionHeader.background#2E3B42
  • sideBarSectionHeader.foreground#ECEFF1
  • statusBar.background#37474F
  • statusBar.foreground#ECEFF1
  • statusBarItem.hoverBackground#455A64
  • tab.activeBackground#263238
  • tab.activeBorderTop#80CBC4
  • tab.activeForeground#ECEFF1
  • tab.border#37474F
  • tab.inactiveBackground#2E3B42
  • tab.inactiveForeground#78909C
  • terminal.background#263238
  • terminal.foreground#CFD8DC
  • terminal.selectionBackground#455A64
  • terminalCursor.foreground#80CBC4
  • textLink.activeForeground#B2DFDB
  • textLink.foreground#80CBC4
  • titleBar.activeBackground#263238
  • titleBar.activeForeground#ECEFF1
  • titleBar.inactiveBackground#263238
  • titleBar.inactiveForeground#78909C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#78909Citalic
string, constant.other.symbol#C3E88D
constant.numeric, constant.language#F78C6C
keyword, storage, storage.type, storage.modifier#C792EA
entity.name.function, support.function, meta.function-call#82AAFF
entity.name.type, support.type, support.class#FFCB6B
variable, variable.other, meta.definition.variable#F07178
variable.parameter, meta.function.parameters#F07178
entity.name.tag, meta.tag#F07178
entity.other.attribute-name, meta.tag.attributes#C792EA
punctuation, meta.brace, meta.delimiter#89DDFF
keyword.operator, keyword.operator.new, keyword.operator.expression#89DDFF
constant.language.boolean, constant.language.null#FF5370
invalid, invalid.illegal#F44336