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.background#212a39
  • activityBar.dropBackground#399EF480
  • activityBarBadge.background#399EF4
  • activityBarBadge.foreground#ffffff
  • badge.background#399EF4
  • badge.foreground#ffffff
  • button.background#399EF4
  • button.foreground#ffffff
  • debugToolBar.background#212a39
  • diffEditor.insertedTextBackground#182818
  • diffEditor.removedTextBackground#261616
  • dropdown.background#263041
  • editor.background#181e29
  • editor.findMatchBackground#ff777780
  • editor.findMatchHighlight#cb606080
  • editor.foreground#efefef
  • editor.lineHighlightBorder#263040
  • editor.rangeHighlightBackground#FFFFFF0d
  • editor.selectionBackground#153958
  • editor.selectionHighlightBackground#2b74b380
  • editor.wordHighlightBackground#ffffff18
  • editor.wordHighlightStrongBackground#ffffff18
  • editorBracketHighlight.foreground1#47c5ff
  • editorBracketHighlight.foreground2#ff808d
  • editorBracketHighlight.foreground3#61dc8d
  • editorBracketHighlight.foreground4#ffffbf
  • editorCursor.foreground#ffffff
  • editorError.foreground#DA6771
  • editorGroup.dropBackground#399EF480
  • editorGroup.focusedEmptyBorder#399EF4
  • editorGroupHeader.tabsBackground#1c2431
  • editorGutter.addedBackground#399EF4
  • editorGutter.deletedBackground#DA6771
  • editorGutter.modifiedBackground#4EB071
  • editorHoverWidget.background#1c2431
  • editorIndentGuide.activeBackground#535a6b
  • editorIndentGuide.background#263040
  • editorLineNumber.activeForeground#399EF4
  • editorLineNumber.foreground#FFFFFF4d
  • editorLink.activeForeground#399EF4
  • editorMarkerNavigation.background#1c2431
  • editorWhitespace.foreground#263040
  • editorWidget.background#1c2431
  • focusBorder#399EF4
  • foreground#efefef
  • gitDecoration.conflictingResourceForeground#fff099
  • gitDecoration.deletedResourceForeground#DA6771
  • gitDecoration.ignoredResourceForeground#535a6b
  • gitDecoration.modifiedResourceForeground#4EB071
  • gitDecoration.untrackedResourceForeground#399EF4
  • input.background#263041
  • inputOption.activeBorder#399EF4
  • list.activeSelectionBackground#399EF480
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#399EF480
  • list.focusForeground#FFFFFF
  • list.highlightForeground#399EF4
  • list.hoverBackground#FFFFFF1a
  • list.inactiveSelectionBackground#FFFFFF33
  • panel.background#1c2431
  • panel.border#FFFFFF1a
  • panelTitle.activeBorder#efefef80
  • panelTitle.inactiveForeground#efefef80
  • peekView.border#399EF4
  • peekViewEditor.background#131820
  • peekViewResult.background#1c2431
  • peekViewTitle.background#181e29
  • pickerGroup.border#FFFFFF1a
  • selection.background#399EF4
  • sideBar.background#1c2431
  • sideBarSectionHeader.background#212a39
  • statusBar.background#131820
  • statusBar.debuggingBackground#399EF4
  • statusBar.debuggingForeground#ffffff
  • statusBar.noFolderBackground#131820
  • statusBarItem.activeBackground#399EF480
  • statusBarItem.hoverBackground#FFFFFF1a
  • statusBarItem.remoteBackground#399EF4
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBorder#399EF4
  • tab.activeModifiedBorder#399EF4
  • tab.border#00000033
  • tab.inactiveBackground#212a39
  • tab.inactiveModifiedBorder#225e92
  • tab.unfocusedActiveModifiedBorder#2d7ec3
  • tab.unfocusedInactiveModifiedBorder#225e92
  • 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#131820

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#efefef
string#DA6771
constant.character.escape, text.html constant.character.entity.named, punctuation.definition.entity.html#ff9aa9
constant.language.boolean#399EF4
constant.numeric#e5949b
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#9fcff9
keyword, modifier, variable.language.this, support.type.object, constant.language#399EF4
entity.name.function, support.function#fff099
storage.type, storage.modifier#399EF4
support.module, support.node#9fcff9italic
support.type#4EB071
entity.name.type, entity.other.inherited-class#4EB071
comment#535a6bitalic
entity.name.type.class#21C5C7underline
variable.object.property, meta.field.declaration entity.name.function#21C5C7
meta.definition.method entity.name.function#21C5C7
meta.function entity.name.function#21C5C7
template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end#399EF4
meta.embedded, source.groovy.embedded, meta.template.expression#efefef
entity.name.tag.yaml#9fcff9
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#9fcff9
constant.language.json#399EF4
entity.other.attribute-name.class#399EF4
entity.other.attribute-name.id#DA6771
source.css entity.name.tag#21C5C7
meta.tag, punctuation.definition.tag#399EF4
entity.name.tag#9fcff9
entity.other.attribute-name#fff099
markup.heading#399EF4
text.html.markdown meta.link.inline, meta.link.reference#9fcff9
text.html.markdown markup.quote#c0c0c0
text.html.markdown beginning.punctuation.definition.list#399EF4
markup.italic#9fcff9italic
markup.bold#9fcff9bold
markup.bold markup.italic, markup.italic markup.bold#9fcff9italic bold
markup.fenced_code.block.markdown punctuation.definition.markdown#DA6771
markup.inline.raw.string.markdown#DA6771
keyword.other.definition.ini#9fcff9
entity.name.section.group-title.ini#399EF4
source.cs meta.class.identifier storage.type#21C5C7underline
source.cs meta.method.identifier entity.name.function#21C5C7
source.cs meta.method-call meta.method, source.cs entity.name.function#fff099
source.cs storage.type#4EB071
source.cs meta.method.return-type#4EB071
source.cs meta.preprocessor#535a6b
source.cs entity.name.type.namespace#efefef
Global settings#efefef

Shiki preview

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

Loading...

Sapphire Theme - Coding Theme