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#060E0A
  • activityBar.foreground#7ACA6A
  • activityBar.inactiveForeground#2A4830
  • activityBarBadge.background#DA8090
  • activityBarBadge.foreground#0A120E
  • badge.background#DA8090
  • button.background#3A7A4A
  • button.foreground#E0F0D8
  • editor.background#0A120E
  • editor.foreground#C8D8C0
  • editor.lineHighlightBackground#101A14
  • editor.selectionBackground#3A7A4A40
  • editorBracketHighlight.foreground1#7ACA6A
  • editorBracketHighlight.foreground2#D4AA70
  • editorBracketHighlight.foreground3#DA8090
  • editorBracketHighlight.foreground4#8ABB7A
  • editorBracketHighlight.foreground5#C0A050
  • editorBracketHighlight.foreground6#90C080
  • editorBracketHighlight.unexpectedBracket.foreground#FF0000
  • editorBracketMatch.background#6AAA5A33
  • editorBracketMatch.border#7ACA6AAA
  • editorCursor.foreground#7ACA6A
  • editorGroupHeader.tabsBackground#060E0A
  • editorGutter.addedBackground#7ACA6A
  • editorGutter.deletedBackground#CC4444
  • editorGutter.modifiedBackground#D4AA70
  • editorIndentGuide.activeBackground#6AAA5A55
  • editorIndentGuide.background#182820
  • editorLineNumber.activeForeground#7ACA6A
  • editorLineNumber.foreground#1E3A25
  • editorSuggestWidget.highlightForeground#7ACA6A
  • focusBorder#7ACA6A88
  • gitDecoration.addedResourceForeground#7ACA6A
  • gitDecoration.deletedResourceForeground#DA7070
  • gitDecoration.modifiedResourceForeground#D4AA70
  • icon.foreground#7ACA6A
  • input.background#080F0B
  • input.foreground#C8D8C0
  • list.activeSelectionBackground#3A7A4A44
  • list.activeSelectionForeground#7ACA6A
  • list.highlightForeground#7ACA6A
  • list.hoverBackground#101A14
  • panel.background#060E0A
  • progressBar.background#3A7A4A
  • settings.headerForeground#7ACA6A
  • sideBar.background#080F0B
  • sideBar.foreground#7A9A70
  • sideBarTitle.foreground#7ACA6A
  • statusBar.background#060E0A
  • statusBar.debuggingBackground#DA8090
  • statusBar.foreground#7ACA6A
  • tab.activeBackground#0A120E
  • tab.activeBorderTop#7ACA6A
  • tab.activeForeground#7ACA6A
  • tab.inactiveBackground#060E0A
  • tab.inactiveForeground#2A4830
  • terminal.ansiBlue#4A7090
  • terminal.ansiBrightBlue#7AA0BB
  • terminal.ansiBrightGreen#7ACA6A
  • terminal.ansiBrightMagenta#DA8090
  • terminal.ansiBrightRed#DA7070
  • terminal.ansiBrightYellow#D4AA70
  • terminal.ansiGreen#5AAA4A
  • terminal.ansiMagenta#AA5A7A
  • terminal.ansiRed#AA4444
  • terminal.ansiYellow#B09030
  • terminal.background#060E0A
  • terminal.foreground#C8D8C0
  • terminalCursor.foreground#7ACA6A
  • titleBar.activeBackground#060E0A
  • titleBar.activeForeground#7ACA6A
  • titleBar.inactiveForeground#2A4830
  • window.activeBorder#3A7A4A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, text#C8D8C0—
comment, punctuation.definition.comment#3A5A40italic
keyword, keyword.control, storage.type, storage.modifier#DA8090bold
keyword.operator#7A9A70—
string, string.quoted#D4AA70—
constant.character.escape#AADA5A—
constant.numeric#C0A050—
constant, constant.language#E0F0D8bold
entity.name.function, support.function#7ACA6A—
variable.parameter#7A9A70italic
entity.name.class, support.class#D4AA70bold
entity.name.type, support.type#6AAA5A—
variable, variable.other#90C080—
variable.other.property#7A9A70—
support.type.property-name#7ACA6A—
variable.language.this#DA8090italic
keyword.control.import, keyword.control.export#DA8090bold
entity.name.tag#DA8090—
entity.other.attribute-name#D4AA70italic
support.type.property-name.json#7ACA6A—
markup.heading#7ACA6Abold
invalid#FF0000bold underline