Skip to main content
CodingTheme

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.background#0f0f0f
  • activityBar.dropBackground#49717C80
  • activityBarBadge.background#F2C230
  • activityBarBadge.foreground#000000
  • badge.background#49717C
  • badge.foreground#ffffff
  • button.background#49717C
  • button.foreground#ffffff
  • debugToolBar.background#1c1e27
  • dropdown.background#20232c
  • editor.background#0f0f0f
  • editor.findMatchBackground#ff777780
  • editor.findMatchHighlight#cb606080
  • editor.foreground#5d7075
  • editor.lineHighlightBorder#263040
  • editor.rangeHighlightBackground#FFFFFF0d
  • editor.selectionBackground#C8F2C230
  • editor.selectionHighlightBackground#2b74b380
  • editor.wordHighlightBackground#ffffff18
  • editor.wordHighlightStrongBackground#ffffff18
  • editorCursor.foreground#ffffff
  • editorError.foreground#ff0000
  • editorGroup.dropBackground#49717C80
  • editorGroup.focusedEmptyBorder#49717C
  • editorGroupHeader.tabsBackground#0f0f0f
  • editorHoverWidget.background#0f0f0f
  • editorIndentGuide.background#263040
  • editorLineNumber.activeForeground#49717C
  • editorLineNumber.foreground#FFFFFF4d
  • editorLink.activeForeground#399EF4
  • editorMarkerNavigation.background#0f0f0f
  • editorWhitespace.foreground#263040
  • editorWidget.background#0f0f0f
  • focusBorder#F2C230
  • foreground#5d7075
  • input.background#20232c
  • inputOption.activeBorder#49717C
  • list.activeSelectionBackground#49717C80
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#49717C80
  • list.focusBackground#49717C80
  • list.focusForeground#FFFFFF
  • list.highlightForeground#49717C
  • list.hoverBackground#FFFFFF1a
  • list.inactiveSelectionBackground#FFFFFF33
  • panel.background#0f0f0f
  • panel.border#FFFFFF1a
  • panelTitle.activeBorder#5d707580
  • panelTitle.inactiveForeground#5d707580
  • peekView.border#49717C
  • peekViewEditor.background#101116
  • peekViewResult.background#0f0f0f
  • peekViewTitle.background#14161c
  • pickerGroup.border#FFFFFF1a
  • selection.background#49717C
  • sideBar.background#0f0f0f
  • sideBarSectionHeader.background#1a1919
  • statusBar.background#F2C230
  • statusBar.debuggingBackground#49717C
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#101116
  • statusBarItem.activeBackground#49717C80
  • statusBarItem.hoverBackground#FFFFFF1a
  • statusBarItem.remoteBackground#49717C
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBorder#F2C230
  • tab.activeModifiedBorder#49717C
  • tab.border#00000033
  • tab.inactiveBackground#1c1e27
  • tab.inactiveModifiedBorder#2b434a
  • tab.unfocusedActiveModifiedBorder#3a5a63
  • tab.unfocusedInactiveModifiedBorder#2b434a
  • terminal.ansiBlack#666666
  • terminal.ansiBlue#399EF4
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#399EF4
  • terminal.ansiBrightCyan#21C5C7
  • terminal.ansiBrightGreen#4EB071
  • terminal.ansiBrightMagenta#B168DF
  • terminal.ansiBrightRed#DA6771
  • terminal.ansiBrightWhite#efefef
  • terminal.ansiBrightYellow#fff099
  • terminal.ansiCyan#21C5C7
  • terminal.ansiGreen#4EB071
  • terminal.ansiMagenta#B168DF
  • terminal.ansiRed#DA6771
  • terminal.ansiWhite#efefef
  • terminal.ansiYellow#fff099
  • titleBar.activeBackground#101116

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#5d7075
string#a6a4a4
constant.character.escape, text.html constant.character.entity.named, punctuation.definition.entity.html#F2C230
constant.language.boolean#63AEBF
constant.numeric#F2C230
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#F2C230
keyword, modifier, variable.language.this, support.type.object, constant.language#63AEBF
entity.name.function, support.function#63AEBF
storage.type, storage.modifier#DA6771
support.module, support.node#F2C230italic
support.type#fff099
entity.name.type, entity.other.inherited-class#fff099
comment#a6a4a4italic
entity.name.type.class#DA6771underline
variable.object.property, meta.field.declaration entity.name.function#F2C230
meta.definition.method entity.name.function#F2C230
meta.function entity.name.function#DA6771
template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end#63AEBF
meta.embedded, source.groovy.embedded, meta.template.expression#5d7075
entity.name.tag.yaml#F2C230
modifier#F2C230
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#F2C230
constant.language.json#63AEBF
entity.other.attribute-name.class#63AEBF
entity.other.attribute-name.id#63AEBF
source.css entity.name.tag#63AEBF
meta.tag, punctuation.definition.tag#63AEBF
entity.name.tag#F2C230
entity.other.attribute-name#63AEBF
markup.heading#63AEBF
text.html.markdown meta.link.inline, meta.link.reference#F2C230
text.html.markdown markup.quote#DA6771
text.html.markdown beginning.punctuation.definition.list#63AEBF
markup.italic#F2C230italic
markup.bold#F2C230bold
markup.bold markup.italic, markup.italic markup.bold#F2C230italic bold
markup.fenced_code.block.markdown punctuation.definition.markdown#a6a4a4
markup.inline.raw.string.markdown#a6a4a4
keyword.other.definition.ini#F2C230
entity.name.section.group-title.ini#63AEBF
source.cs meta.class.identifier storage.type#DA6771underline
source.cs meta.method.identifier entity.name.function#F2C230
source.cs meta.method-call meta.method, source.cs entity.name.function#63AEBF
source.cs storage.type#fff099
source.cs meta.method.return-type#fff099
source.cs meta.preprocessor#a6a4a4
source.cs entity.name.type.namespace#5d7075
Global settings#5d7075

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...