Skip to main content
Coding Theme

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#100c0a
  • activityBar.foreground#FF0050
  • activityBar.inactiveForeground#5a4535
  • activityBarBadge.background#FF0050
  • activityBarBadge.foreground#ffffff
  • badge.background#FF0050
  • badge.foreground#ffffff
  • button.background#FF0050
  • button.foreground#ffffff
  • button.hoverBackground#ff3370
  • dropdown.background#241c18
  • dropdown.border#3d2a1e
  • dropdown.foreground#d4c4b0
  • editor.background#1a1210
  • editor.findMatchBackground#FF005044
  • editor.findMatchHighlightBackground#FF005022
  • editor.foreground#d4c4b0
  • editor.inactiveSelectionBackground#3d2a1e44
  • editor.lineHighlightBackground#241c18
  • editor.selectionBackground#3d2a1e88
  • editor.wordHighlightBackground#3d2a1e55
  • editor.wordHighlightStrongBackground#3d2a1e88
  • editorBracketMatch.background#FF005022
  • editorBracketMatch.border#FF005088
  • editorCursor.foreground#FF0050
  • editorGroupHeader.tabsBackground#140e0c
  • editorGutter.addedBackground#4ade80
  • editorGutter.deletedBackground#FF0050
  • editorGutter.modifiedBackground#8B6914
  • editorIndentGuide.activeBackground#3d2a1e88
  • editorIndentGuide.background#3d2a1e33
  • editorLineNumber.activeForeground#FF0050
  • editorLineNumber.foreground#5a4535
  • editorWhitespace.foreground#3d2a1e44
  • focusBorder#FF005088
  • gitDecoration.addedResourceForeground#4ade80
  • gitDecoration.deletedResourceForeground#FF0050
  • gitDecoration.ignoredResourceForeground#5a4535
  • gitDecoration.modifiedResourceForeground#c9a24d
  • gitDecoration.untrackedResourceForeground#78b0a0
  • input.background#241c18
  • input.border#3d2a1e
  • input.foreground#d4c4b0
  • input.placeholderForeground#5a4535
  • inputOption.activeBorder#FF0050
  • list.activeSelectionBackground#3d2a1e
  • list.activeSelectionForeground#FF0050
  • list.focusBackground#3d2a1e
  • list.highlightForeground#FF0050
  • list.hoverBackground#241c18
  • minimap.findMatchHighlight#FF005088
  • minimap.selectionHighlight#3d2a1e88
  • notification.background#241c18
  • notification.foreground#d4c4b0
  • panel.background#140e0c
  • panel.border#3d2a1e44
  • panelTitle.activeBorder#FF0050
  • panelTitle.activeForeground#d4c4b0
  • panelTitle.inactiveForeground#7a6455
  • peekView.border#FF0050
  • peekViewEditor.background#241c18
  • peekViewResult.background#140e0c
  • peekViewTitle.background#1a1210
  • progressBar.background#FF0050
  • scrollbarSlider.activeBackground#3d2a1ecc
  • scrollbarSlider.background#3d2a1e44
  • scrollbarSlider.hoverBackground#3d2a1e88
  • sideBar.background#140e0c
  • sideBar.foreground#9a8575
  • sideBarSectionHeader.background#1a1210
  • sideBarSectionHeader.foreground#d4c4b0
  • sideBarTitle.foreground#FF0050
  • statusBar.background#100c0a
  • statusBar.debuggingBackground#FF0050
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#7a6455
  • statusBar.noFolderBackground#1a1210
  • tab.activeBackground#1a1210
  • tab.activeBorderTop#FF0050
  • tab.activeForeground#FF0050
  • tab.border#100c0a
  • tab.inactiveBackground#140e0c
  • tab.inactiveForeground#7a6455
  • terminal.ansiBlack#1a1210
  • terminal.ansiBlue#8B6914
  • terminal.ansiBrightBlack#5a4535
  • terminal.ansiBrightBlue#b8962e
  • terminal.ansiBrightCyan#a0d4c4
  • terminal.ansiBrightGreen#86efac
  • terminal.ansiBrightMagenta#f0a0b8
  • terminal.ansiBrightRed#ff3370
  • terminal.ansiBrightWhite#f0e6d8
  • terminal.ansiBrightYellow#e0c080
  • terminal.ansiCyan#78b0a0
  • terminal.ansiGreen#4ade80
  • terminal.ansiMagenta#d4718a
  • terminal.ansiRed#FF0050
  • terminal.ansiWhite#d4c4b0
  • terminal.ansiYellow#c9a24d
  • terminal.background#140e0c
  • terminal.foreground#d4c4b0
  • titleBar.activeBackground#100c0a
  • titleBar.activeForeground#d4c4b0
  • titleBar.inactiveBackground#100c0a
  • titleBar.inactiveForeground#7a6455
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5a4535italic
string, string.quoted#78b0a0
constant.numeric#c9a24d
constant.language#FF0050
constant.character, constant.other#c9a24d
keyword, storage.type, storage.modifier#FF0050
keyword.operator#d4718a
entity.name.function, meta.function-call, support.function#c9a24d
entity.name.type, entity.name.class, support.class#e0c080
variable, variable.other#d4c4b0
variable.parameter#d4718aitalic
variable.other.property, support.type.property-name#b8962e
entity.name.tag#FF0050
entity.other.attribute-name#c9a24ditalic
punctuation.definition.tag#7a6455
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#e0c080
support.type.property-name.css#b8962e
support.constant.property-value.css#78b0a0
string.regexp#4ade80
constant.character.escape#d4718a
meta.embedded#d4c4b0
markup.heading, entity.name.section#FF0050bold
markup.bold#e0c080bold
markup.italic#d4718aitalic
markup.underline.link#c9a24d
markup.inline.raw, markup.fenced_code.block#78b0a0
support.type.property-name.json#c9a24d
meta.decorator#d4718a
meta.type.annotation, support.type#78b0a0
invalid#ff6b6bunderline
CoffeeTrove Warm by PackDataAnalyst - VS Code Theme