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.activeBorder#FDD017
  • activityBar.background#2D2D2D
  • activityBar.foreground#C0C0C0
  • activityBarBadge.background#E1120B
  • activityBarBadge.foreground#FFFFFF
  • badge.background#E1120B
  • badge.foreground#FFFFFF
  • button.background#E1120B
  • button.foreground#FFFFFF
  • button.hoverBackground#C50E09
  • dropdown.background#3C3C3C
  • dropdown.border#555555
  • dropdown.foreground#D4D4D4
  • editor.background#1E1E1E
  • editor.findMatchBackground#613214
  • editor.findMatchHighlightBackground#61321466
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#2A2A2A
  • editor.lineHighlightBorder#FDD017
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#3A3D41
  • editorBracketMatch.background#006400
  • editorBracketMatch.border#FDD017
  • editorCursor.foreground#FDD017
  • editorGroupHeader.tabsBackground#2D2D2D
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#FDD017
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3B3A32
  • focusBorder#FDD017
  • gitDecoration.conflictingResourceForeground#FF0000
  • gitDecoration.deletedResourceForeground#E1120B
  • gitDecoration.modifiedResourceForeground#FF8C00
  • gitDecoration.untrackedResourceForeground#FDD017
  • input.background#3C3C3C
  • input.border#555555
  • input.foreground#D4D4D4
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FDD017
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#094771
  • list.highlightForeground#FDD017
  • list.hoverBackground#2A2D2E
  • minimap.background#1E1E1E
  • minimapSlider.activeBackground#707070
  • minimapSlider.background#4E4E4E80
  • minimapSlider.hoverBackground#5E5E5E
  • panel.background#252526
  • panel.border#444444
  • panelTitle.activeBorder#FDD017
  • panelTitle.activeForeground#FDD017
  • panelTitle.inactiveForeground#808080
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#707070
  • scrollbarSlider.background#4E4E4E80
  • scrollbarSlider.hoverBackground#5E5E5E
  • sideBar.background#252526
  • sideBar.foreground#D4D4D4
  • sideBarSectionHeader.background#2D2D2D
  • sideBarSectionHeader.foreground#C0C0C0
  • sideBarTitle.foreground#FDD017
  • statusBar.background#2D2D2D
  • statusBar.debuggingBackground#E1120B
  • statusBar.foreground#C0C0C0
  • statusBar.noFolderBackground#1E1E1E
  • statusBarItem.hoverBackground#3A3A3A
  • tab.activeBackground#1E1E1E
  • tab.activeBorder#FDD017
  • tab.activeForeground#FDD017
  • tab.border#555555
  • tab.inactiveBackground#2D2D2D
  • tab.inactiveForeground#808080
  • terminal.ansiBlue#569CD6
  • terminal.ansiBrightBlue#9CC4FF
  • terminal.ansiBrightCyan#C7E1FF
  • terminal.ansiBrightGreen#B6E39D
  • terminal.ansiBrightMagenta#E1A6F0
  • terminal.ansiBrightRed#F66F6F
  • terminal.ansiBrightYellow#FFEE99
  • terminal.ansiCyan#9CDCFE
  • terminal.ansiGreen#6A9955
  • terminal.ansiMagenta#C586C0
  • terminal.ansiRed#E1120B
  • terminal.ansiYellow#FDD017
  • terminal.background#1E1E1E
  • terminal.foreground#D4D4D4
  • titleBar.activeBackground#2D2D2D
  • titleBar.activeForeground#FDD017
  • titleBar.inactiveBackground#1E1E1E
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, storage.type, storage.modifier#569CD6bold
keyword.operator, punctuation.accessor#C586C0—
variable, variable.other#9CDCFE—
variable.parameter#9CDCFEitalic
entity.name.function, support.function#DCDCAA—
meta.function-call#DCDCAA—
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#4EC9B0—
entity.name.type.interface#4EC9B0italic
constant.numeric#B5CEA8—
constant, constant.language, constant.character#B5CEA8—
constant.language.boolean#569CD6bold
variable.other.property, support.variable.property#9CDCFE—
meta.object-literal.key#9CDCFE—
entity.name.tag, punctuation.definition.tag#569CD6—
entity.other.attribute-name#9CDCFEitalic
punctuation, meta.brace#D4D4D4—
string.regexp#D16969—
constant.character.escape#D16969—
meta.decorator, punctuation.decorator#C586C0—
invalid, invalid.illegal#F44747strikethrough
markup.heading, entity.name.section#FDD017bold
markup.bold#FDD017bold
markup.italic#CE9178italic
markup.underline.link#569CD6—
markup.inline.raw, markup.fenced_code#DCDCAA—
support.type.property-name.json#9CDCFE—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#DCDCAA—
support.type.property-name.css#CE9178—
support.constant.property-value.css#B5CEA8—