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#121212
  • activityBar.foreground#FF6F00
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#0F0F0F
  • badge.background#FF6F00
  • badge.foreground#0F0F0F
  • button.background#262626
  • button.foreground#FFFFFF
  • button.hoverBackground#333333
  • dropdown.background#151515
  • dropdown.border#333333
  • dropdown.foreground#D0D0D0
  • editor.background#0F0F0F
  • editor.findMatchBackground#FF6F0044
  • editor.findMatchHighlightBackground#FF6F0022
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#26262640
  • editor.lineHighlightBorder#26262680
  • editor.selectionBackground#FF6F0040
  • editor.selectionHighlightBackground#FF6F0020
  • editorBracketMatch.background#FF6F0033
  • editorBracketMatch.border#FF6F00
  • editorCursor.foreground#FF6F00
  • editorGroupHeader.tabsBackground#0F0F0F
  • editorIndentGuide.activeBackground#3A3A3A88
  • editorIndentGuide.background#3A3A3A44
  • editorLineNumber.activeForeground#FF6F00
  • editorLineNumber.foreground#3A3A3A
  • editorWhitespace.foreground#3A3A3A
  • focusBorder#FF6F00
  • gitDecoration.conflictingResourceForeground#FFB300
  • gitDecoration.deletedResourceForeground#FF4D4D
  • gitDecoration.modifiedResourceForeground#FF6F00
  • gitDecoration.untrackedResourceForeground#7FFF6E
  • input.background#151515
  • input.border#333333
  • input.foreground#D0D0D0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FF6F00
  • list.activeSelectionBackground#262626
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#262626
  • list.highlightForeground#FF6F00
  • list.hoverBackground#26262666
  • minimap.background#0F0F0F
  • minimapSlider.activeBackground#FF6F0066
  • minimapSlider.background#FF6F0022
  • minimapSlider.hoverBackground#FF6F0044
  • panel.background#0F0F0F
  • panel.border#333333
  • panelTitle.activeBorder#FF6F00
  • panelTitle.activeForeground#FF6F00
  • panelTitle.inactiveForeground#B0B0B0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF6F0088
  • scrollbarSlider.background#3A3A3A44
  • scrollbarSlider.hoverBackground#3A3A3A88
  • sideBar.background#151515
  • sideBar.foreground#B0B0B0
  • sideBarSectionHeader.background#151515
  • sideBarSectionHeader.foreground#FF6F00
  • sideBarTitle.foreground#FF6F00
  • statusBar.background#262626
  • statusBar.debuggingBackground#FF6F00
  • statusBar.foreground#D0D0D0
  • statusBar.noFolderBackground#151515
  • statusBarItem.hoverBackground#333333
  • tab.activeBackground#262626
  • tab.activeBorder#FF6F00
  • tab.activeForeground#FFFFFF
  • tab.border#0F0F0F
  • tab.inactiveBackground#151515
  • tab.inactiveForeground#B0B0B0
  • terminal.ansiBlue#0096FF
  • terminal.ansiBrightBlue#66B3FF
  • terminal.ansiBrightCyan#66FFF5
  • terminal.ansiBrightGreen#94FF94
  • terminal.ansiBrightMagenta#FFB3FF
  • terminal.ansiBrightRed#FF6B6B
  • terminal.ansiBrightYellow#FFCC66
  • terminal.ansiCyan#00FFF5
  • terminal.ansiGreen#7FFF6E
  • terminal.ansiMagenta#FF80FF
  • terminal.ansiRed#FF4D4D
  • terminal.ansiYellow#FFB300
  • terminal.background#0F0F0F
  • terminal.foreground#D0D0D0
  • titleBar.activeBackground#151515
  • titleBar.activeForeground#D0D0D0
  • titleBar.inactiveBackground#0F0F0F
  • titleBar.inactiveForeground#A0A0A0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
string, string.quoted, string.template#00FFF5
keyword, storage.type, storage.modifier#FF6F00bold
keyword.operator, punctuation.accessor#FFB04A
variable, variable.other#D0D0D0
variable.parameter#FFB366italic
entity.name.function, support.function#FFB04A
meta.function-call#FFCC80
entity.name.class, entity.name.type.class, support.class#FFD166bold
entity.name.type, support.type#FFD166
entity.name.type.interface#00FFF5italic
constant.numeric#FFB366
constant, constant.language, constant.character#FFD166
constant.language.boolean#FF6F00bold
variable.other.property, support.variable.property#D0D0D0
meta.object-literal.key#FFB04A
entity.name.tag, punctuation.definition.tag#FF6F00
entity.other.attribute-name#00FFF5italic
punctuation, meta.brace#A0A0A0
string.regexp#FFB366
constant.character.escape#00FFF5
meta.decorator, punctuation.decorator#FFD166
invalid, invalid.illegal#FF4D4Dstrikethrough
markup.heading, entity.name.section#FF6F00bold
markup.bold#FFD166bold
markup.italic#00FFF5italic
markup.underline.link#00FFF5
markup.inline.raw, markup.fenced_code#7EE8A3
support.type.property-name.json#FFB04A
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFD166
support.type.property-name.css#FFB04A
support.constant.property-value.css#00FFF5
themesmith by CyberBoost - VS Code Theme