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#FF9900
  • activityBar.background#0F0F0F
  • activityBar.foreground#FF9900
  • activityBarBadge.background#FF9900
  • activityBarBadge.foreground#FFFFFF
  • badge.background#146EB4
  • badge.foreground#FFFFFF
  • button.background#FF9900
  • button.foreground#FFFFFF
  • button.hoverBackground#E68A00
  • dropdown.background#262626
  • dropdown.border#444444
  • dropdown.foreground#E0E0E0
  • editor.background#121212
  • editor.findMatchBackground#613214
  • editor.findMatchHighlightBackground#613214
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#2A2A2A
  • editor.lineHighlightBorder#FF9900
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#3A3D41
  • editorBracketMatch.background#264F78
  • editorBracketMatch.border#FF9900
  • editorCursor.foreground#FF9900
  • editorGroupHeader.tabsBackground#0F0F0F
  • editorIndentGuide.activeBackground#FF9900
  • editorIndentGuide.background#3B3A32
  • editorLineNumber.activeForeground#FF9900
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3B3A32
  • focusBorder#FF9900
  • gitDecoration.conflictingResourceForeground#FF9900
  • gitDecoration.deletedResourceForeground#FF5867
  • gitDecoration.modifiedResourceForeground#D19A66
  • gitDecoration.untrackedResourceForeground#61C653
  • input.background#262626
  • input.border#444444
  • input.foreground#E0E0E0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FF9900
  • list.activeSelectionBackground#264F78
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#264F78
  • list.highlightForeground#FF9900
  • list.hoverBackground#333333
  • minimap.background#1E1E1E
  • minimapSlider.activeBackground#666666
  • minimapSlider.background#444444
  • minimapSlider.hoverBackground#555555
  • panel.background#0F0F0F
  • panel.border#262626
  • panelTitle.activeBorder#FF9900
  • panelTitle.activeForeground#FF9900
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#666666
  • scrollbarSlider.background#444444
  • scrollbarSlider.hoverBackground#555555
  • sideBar.background#1E1E1E
  • sideBar.foreground#CCCCCC
  • sideBarSectionHeader.background#1E1E1E
  • sideBarSectionHeader.foreground#FF9900
  • sideBarTitle.foreground#FF9900
  • statusBar.background#0F0F0F
  • statusBar.debuggingBackground#146EB4
  • statusBar.foreground#FF9900
  • statusBar.noFolderBackground#0F0F0F
  • statusBarItem.hoverBackground#333333
  • tab.activeBackground#1E1E1E
  • tab.activeBorder#FF9900
  • tab.activeForeground#FF9900
  • tab.border#262626
  • tab.inactiveBackground#0F0F0F
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#146EB4
  • terminal.ansiBrightBlue#5F9EEA
  • terminal.ansiBrightCyan#70F0F0
  • terminal.ansiBrightGreen#A4EFA6
  • terminal.ansiBrightMagenta#FFB2FF
  • terminal.ansiBrightRed#FF8B8B
  • terminal.ansiBrightYellow#FFCC66
  • terminal.ansiCyan#00C5C7
  • terminal.ansiGreen#61C653
  • terminal.ansiMagenta#D670D6
  • terminal.ansiRed#FF5867
  • terminal.ansiYellow#FF9900
  • terminal.background#121212
  • terminal.foreground#E0E0E0
  • titleBar.activeBackground#0F0F0F
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#080808
  • titleBar.inactiveForeground#777777

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#D4D4D4
variable, variable.other#9CDCFE
variable.parameter#9CDCFEitalic
entity.name.function, support.function#C586C0
meta.function-call#DCDCAA
entity.name.class, entity.name.type.class, support.class#4EC9B0bold
entity.name.type, support.type#4FC1FF
entity.name.type.interface#B5CEA8italic
constant.numeric#B5CEA8
constant, constant.language, constant.character#4FC1FF
constant.language.boolean#569CD6bold
variable.other.property, support.variable.property#9CDCFE
meta.object-literal.key#CE9178
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#FF9900bold
markup.bold#FF9900bold
markup.italic#FF9900italic
markup.underline.link#569CD6
markup.inline.raw, markup.fenced_code#CE9178
support.type.property-name.json#9CDCFE
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C586C0
support.type.property-name.css#CE9178
support.constant.property-value.css#B5CEA8