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#FFC600
  • activityBar.background#2b2b2b
  • activityBar.foreground#FFC600
  • activityBarBadge.background#C31A1A
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FFC600
  • badge.foreground#000000
  • button.background#C31A1A
  • button.foreground#FFFFFF
  • button.hoverBackground#E53935
  • dropdown.background#3c3c3c
  • dropdown.border#555555
  • dropdown.foreground#CCCCCC
  • editor.background#1e1e1e
  • editor.findMatchBackground#FF8C00
  • editor.findMatchHighlightBackground#FFAE42
  • editor.foreground#d4d4d4
  • editor.lineHighlightBackground#33333333
  • editor.lineHighlightBorder#555555
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#3A3D41
  • editorBracketMatch.background#3A3A3A
  • editorBracketMatch.border#FFC600
  • editorCursor.foreground#FFC600
  • editorGroupHeader.tabsBackground#2b2b2b
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#444444
  • editorLineNumber.activeForeground#FFC600
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#555555
  • focusBorder#FFC600
  • gitDecoration.conflictingResourceForeground#FF8C00
  • gitDecoration.deletedResourceForeground#F44747
  • gitDecoration.modifiedResourceForeground#D7BA7D
  • gitDecoration.untrackedResourceForeground#6A9955
  • input.background#3c3c3c
  • input.border#555555
  • input.foreground#CCCCCC
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FFC600
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#094771
  • list.highlightForeground#FFC600
  • list.hoverBackground#2a2d2e
  • minimap.background#2b2b2b
  • minimapSlider.activeBackground#99999955
  • minimapSlider.background#55555555
  • minimapSlider.hoverBackground#77777755
  • panel.background#252526
  • panel.border#444444
  • panelTitle.activeBorder#FFC600
  • panelTitle.activeForeground#FFC600
  • panelTitle.inactiveForeground#888888
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#99999955
  • scrollbarSlider.background#55555555
  • scrollbarSlider.hoverBackground#77777755
  • sideBar.background#252526
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#2d2d30
  • sideBarSectionHeader.foreground#CCCCCC
  • sideBarTitle.foreground#FFC600
  • statusBar.background#C31A1A
  • statusBar.debuggingBackground#FF8C00
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#333333
  • statusBarItem.hoverBackground#FFB84D
  • tab.activeBackground#1e1e1e
  • tab.activeBorder#FFC600
  • tab.activeForeground#FFC600
  • tab.border#444444
  • tab.inactiveBackground#2b2b2b
  • tab.inactiveForeground#888888
  • terminal.ansiBlue#569CD6
  • terminal.ansiBrightBlue#9CDCFE
  • terminal.ansiBrightCyan#7FDBD2
  • terminal.ansiBrightGreen#B5CEA8
  • terminal.ansiBrightMagenta#DDB6F2
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightYellow#FFEB99
  • terminal.ansiCyan#4EC9B0
  • terminal.ansiGreen#6A9955
  • terminal.ansiMagenta#C586C0
  • terminal.ansiRed#F44747
  • terminal.ansiYellow#DCDCAA
  • terminal.background#1e1e1e
  • terminal.foreground#CCCCCC
  • titleBar.activeBackground#1e1e1e
  • titleBar.activeForeground#FFC600
  • titleBar.inactiveBackground#2c2c2c
  • titleBar.inactiveForeground#AAAAAA

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#FFC600bold
keyword.operator, punctuation.accessor#D4D4D4—
variable, variable.other#9CDCFE—
variable.parameter#CE9178italic
entity.name.function, support.function#4EC9B0—
meta.function-call#4EC9B0—
entity.name.class, entity.name.type.class, support.class#C586C0bold
entity.name.type, support.type#4EC9B0—
entity.name.type.interface#9CDCFEitalic
constant.numeric#B5CEA8—
constant, constant.language, constant.character#B5CEA8—
constant.language.boolean#F44747bold
variable.other.property, support.variable.property#9CDCFE—
meta.object-literal.key#CE9178—
entity.name.tag, punctuation.definition.tag#569CD6—
entity.other.attribute-name#C586C0italic
punctuation, meta.brace#D4D4D4—
string.regexp#D16969—
constant.character.escape#D7BA7D—
meta.decorator, punctuation.decorator#C586C0—
invalid, invalid.illegal#F44747strikethrough
markup.heading, entity.name.section#FFC600bold
markup.bold#FFC600bold
markup.italic#CE9178italic
markup.underline.link#569CD6—
markup.inline.raw, markup.fenced_code#9CDCFE—
support.type.property-name.json#CE9178—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C586C0—
support.type.property-name.css#9CDCFE—
support.constant.property-value.css#D7BA7D—