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#FF6F00
  • activityBar.background#F5F5F5
  • activityBar.foreground#C53000
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#FAFAF5
  • badge.background#FF6F00
  • badge.foreground#FAFAF5
  • button.background#FF6F00
  • button.foreground#FAFAF5
  • button.hoverBackground#FF8F33
  • dropdown.background#F5F5F5
  • dropdown.border#D1D5DB
  • dropdown.foreground#212529
  • editor.background#FAFAF5
  • editor.findMatchBackground#FF6F0080
  • editor.findMatchHighlightBackground#FF6F0040
  • editor.foreground#212529
  • editor.lineHighlightBackground#FFE8D140
  • editor.lineHighlightBorder#FF6F0040
  • editor.selectionBackground#FF6F0040
  • editor.selectionHighlightBackground#FF6F0033
  • editorBracketMatch.background#FF6F0033
  • editorBracketMatch.border#FF6F00
  • editorCursor.foreground#C53000
  • editorGroupHeader.tabsBackground#FAFAF5
  • editorIndentGuide.activeBackground#9CA3AF
  • editorIndentGuide.background#D1D5DB
  • editorLineNumber.activeForeground#C53000
  • editorLineNumber.foreground#6B7280
  • editorWhitespace.foreground#D1D5DB
  • focusBorder#FF6F00
  • gitDecoration.conflictingResourceForeground#FF8F33
  • gitDecoration.deletedResourceForeground#DC2626
  • gitDecoration.modifiedResourceForeground#FF6F00
  • gitDecoration.untrackedResourceForeground#CA8A04
  • input.background#F5F5F5
  • input.border#D1D5DB
  • input.foreground#212529
  • input.placeholderForeground#6B7280
  • inputOption.activeBorder#FF6F00
  • list.activeSelectionBackground#FF6F0040
  • list.activeSelectionForeground#FAFAF5
  • list.focusBackground#FF6F0060
  • list.highlightForeground#FF6F00
  • list.hoverBackground#FF6F0033
  • minimap.background#FAFAF5
  • minimapSlider.activeBackground#FF6F0066
  • minimapSlider.background#FF6F0022
  • minimapSlider.hoverBackground#FF6F0044
  • panel.background#FAFAF5
  • panel.border#E5E5E5
  • panelTitle.activeBorder#FF6F00
  • panelTitle.activeForeground#C53000
  • panelTitle.inactiveForeground#6B7280
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF6F0088
  • scrollbarSlider.background#9CA3AF44
  • scrollbarSlider.hoverBackground#9CA3AF88
  • sideBar.background#F0F0F0
  • sideBar.foreground#212529
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#C53000
  • sideBarTitle.foreground#C53000
  • statusBar.background#E5E5E5
  • statusBar.debuggingBackground#FF6F00
  • statusBar.foreground#212529
  • statusBar.noFolderBackground#E5E5E5
  • statusBarItem.hoverBackground#D1D5DB
  • tab.activeBackground#FAFAF5
  • tab.activeBorder#FF6F00
  • tab.activeForeground#C53000
  • tab.border#E5E5E5
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#6B7280
  • terminal.ansiBlue#2563EB
  • terminal.ansiBrightBlue#60A5FA
  • terminal.ansiBrightCyan#5EEAD4
  • terminal.ansiBrightGreen#86EFAC
  • terminal.ansiBrightMagenta#F472B6
  • terminal.ansiBrightRed#F87171
  • terminal.ansiBrightYellow#FBBF24
  • terminal.ansiCyan#0891B2
  • terminal.ansiGreen#16A34A
  • terminal.ansiMagenta#DB2777
  • terminal.ansiRed#DC2626
  • terminal.ansiYellow#CA8A04
  • terminal.background#FAFAF5
  • terminal.foreground#212529
  • titleBar.activeBackground#FAFAF5
  • titleBar.activeForeground#212529
  • titleBar.inactiveBackground#EAEAEA
  • titleBar.inactiveForeground#6B7280

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B7280italic
string, string.quoted, string.template#D97706
keyword, storage.type, storage.modifier#C53000bold
keyword.operator, punctuation.accessor#CA8A04
variable, variable.other#212529
variable.parameter#CA8A04italic
entity.name.function, support.function#FF6F00
meta.function-call#FF8F33
entity.name.class, entity.name.type.class, support.class#DB2777bold
entity.name.type, support.type#2563EB
entity.name.type.interface#16A34Aitalic
constant.numeric#DB2777
constant, constant.language, constant.character#0891B2
constant.language.boolean#C53000bold
variable.other.property, support.variable.property#212529
meta.object-literal.key#C53000
entity.name.tag, punctuation.definition.tag#C53000
entity.other.attribute-name#CA8A04italic
punctuation, meta.brace#212529
string.regexp#16A34A
constant.character.escape#DB2777
meta.decorator, punctuation.decorator#FF8F33
invalid, invalid.illegal#DC2626strikethrough
markup.heading, entity.name.section#C53000bold
markup.bold#C53000bold
markup.italic#CA8A04italic
markup.underline.link#2563EB
markup.inline.raw, markup.fenced_code#DC2626
support.type.property-name.json#C53000
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#DB2777
support.type.property-name.css#C53000
support.constant.property-value.css#FF8F33