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#120E0E
  • activityBar.foreground#FF6F00
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#0B0A0A
  • badge.background#FF6F00
  • badge.foreground#0B0A0A
  • button.background#1C0F0F
  • button.foreground#FFFFFF
  • button.hoverBackground#2B1A1A
  • dropdown.background#130E0E
  • dropdown.border#1C0F0F
  • dropdown.foreground#F5F5F5
  • editor.background#0B0A0A
  • editor.findMatchBackground#FF6F0033
  • editor.findMatchHighlightBackground#FF6F0011
  • editor.foreground#F5F5F5
  • editor.lineHighlightBackground#1C0F0F40
  • editor.lineHighlightBorder#1C0F0F80
  • editor.selectionBackground#FF6F0022
  • editor.selectionHighlightBackground#FF6F0011
  • editorBracketMatch.background#FF6F0033
  • editorBracketMatch.border#FF6F00
  • editorCursor.foreground#FF6F00
  • editorGroupHeader.tabsBackground#0B0A0A
  • editorIndentGuide.activeBackground#3B1F1F88
  • editorIndentGuide.background#3B1F1F44
  • editorLineNumber.activeForeground#FF6F00
  • editorLineNumber.foreground#5A3939
  • editorWhitespace.foreground#3B1F1F
  • focusBorder#FF6F00
  • gitDecoration.conflictingResourceForeground#FF9800
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#FF6F00
  • gitDecoration.untrackedResourceForeground#FFD54F
  • input.background#130E0E
  • input.border#1C0F0F
  • input.foreground#F5F5F5
  • input.placeholderForeground#5A3939
  • inputOption.activeBorder#FF6F00
  • list.activeSelectionBackground#1C0F0F
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#1C0F0F
  • list.highlightForeground#FF6F00
  • list.hoverBackground#1C0F0F66
  • minimap.background#0B0A0A
  • minimapSlider.activeBackground#FF6F0066
  • minimapSlider.background#FF6F0022
  • minimapSlider.hoverBackground#FF6F0044
  • panel.background#0B0A0A
  • panel.border#1C0F0F
  • panelTitle.activeBorder#FF6F00
  • panelTitle.activeForeground#FF6F00
  • panelTitle.inactiveForeground#B0B0B0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF6F0088
  • scrollbarSlider.background#5A393944
  • scrollbarSlider.hoverBackground#5A393988
  • sideBar.background#130E0E
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#120E0E
  • sideBarSectionHeader.foreground#FF6F00
  • sideBarTitle.foreground#FF6F00
  • statusBar.background#1C0F0F
  • statusBar.debuggingBackground#D32F2F
  • statusBar.foreground#F5F5F5
  • statusBar.noFolderBackground#120E0E
  • statusBarItem.hoverBackground#2B1A1A
  • tab.activeBackground#1C0F0F
  • tab.activeBorder#FF6F00
  • tab.activeForeground#FFFFFF
  • tab.border#0B0A0A
  • tab.inactiveBackground#130E0E
  • tab.inactiveForeground#B0B0B0
  • terminal.ansiBlue#5C6BC0
  • terminal.ansiBrightBlue#7986CB
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#AED581
  • terminal.ansiBrightMagenta#CE93D8
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightYellow#FFEE58
  • terminal.ansiCyan#4DD0E1
  • terminal.ansiGreen#81C784
  • terminal.ansiMagenta#BA68C8
  • terminal.ansiRed#E57373
  • terminal.ansiYellow#FFD54F
  • terminal.background#0B0A0A
  • terminal.foreground#F5F5F5
  • titleBar.activeBackground#120E0E
  • titleBar.activeForeground#F5F5F5
  • titleBar.inactiveBackground#0B0A0A
  • titleBar.inactiveForeground#A8A8A8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A6A6Aitalic
string, string.quoted, string.template#FFC107—
keyword, storage.type, storage.modifier#FF5722bold
keyword.operator, punctuation.accessor#FF8A65—
variable, variable.other#E0E0E0—
variable.parameter#FFB74Ditalic
entity.name.function, support.function#FF8A65—
meta.function-call#FFB74D—
entity.name.class, entity.name.type.class, support.class#FF9800bold
entity.name.type, support.type#FF9800—
entity.name.type.interface#FFB74Ditalic
constant.numeric#FF9800—
constant, constant.language, constant.character#FFC107—
constant.language.boolean#FF9800bold
variable.other.property, support.variable.property#FFB74D—
meta.object-literal.key#FF8A65—
entity.name.tag, punctuation.definition.tag#FF5722—
entity.other.attribute-name#F06292italic
punctuation, meta.brace#FF8A65—
string.regexp#FF9800—
constant.character.escape#F06292—
meta.decorator, punctuation.decorator#FFC107—
invalid, invalid.illegal#D32F2Fstrikethrough
markup.heading, entity.name.section#FF5722bold
markup.bold#FFC107bold
markup.italic#F06292italic
markup.underline.link#FFB74D—
markup.inline.raw, markup.fenced_code#AED581—
support.type.property-name.json#FF8A65—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFC107—
support.type.property-name.css#FF8A65—
support.constant.property-value.css#FFB74D—