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#1a1325
  • activityBarBadge.background#ffd166
  • button.hoverBackground#241a33
  • dropdown.background#1a1325
  • editor.background#1a1325
  • editor.foreground#bfcfff
  • editor.lineHighlightBackground#241a33
  • editor.selectionBackground#ff4fa355
  • editor.selectionHighlightBackground#ffd16633
  • editorCursor.foreground#ff4fa3
  • editorGroupHeader.tabsBackground#1a1325
  • editorSuggestWidget.background#1a1325
  • editorSuggestWidget.border#241a33
  • editorSuggestWidget.foreground#bfcfff
  • editorSuggestWidget.highlightForeground#ff4fa3
  • editorSuggestWidget.selectedBackground#241a33
  • editorWidget.background#1a1325
  • editorWidget.foreground#bfcfff
  • input.background#241a33
  • input.foreground#bfcfff
  • list.activeSelectionBackground#241a33
  • list.activeSelectionBordertransparent
  • list.hoverBackground#241a33
  • list.inactiveSelectionBackground#1a1325
  • menu.background#1a1325
  • panel.background#1a1325
  • pickerGroup.border#241a33
  • pickerGroup.foreground#fce4ec
  • quickInput.background#1a1325
  • quickInput.foreground#bfcfff
  • scrollbarSlider.activeBackground#ff4fa333
  • scrollbarSlider.background#241a33
  • scrollbarSlider.hoverBackground#ffd16633
  • sideBar.background#1a1325
  • sideBar.foreground#bfcfff
  • sideBarTitle.foreground#ffffff
  • statusBar.background#1a1325
  • statusBar.border#1a1325
  • statusBar.debuggingBackground#ff4fa3
  • statusBar.foreground#fce4ec
  • statusBar.noFolderBackground#1a1325
  • tab.activeBackground#1a1325
  • tab.inactiveBackground#1a1325
  • tab.unfocusedActiveBackground#1a1325
  • tab.unfocusedInactiveBackground#1a1325
  • terminal.background#1a1325
  • terminal.foreground#ffd166
  • terminalCursor.background#ff4fa3
  • terminalCursor.foreground#ff4fa3
  • titleBar.activeBackground#1a1325
  • titleBar.inactiveBackground#1a1325

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a0aab8italic
variable, identifier#1DE9B6—
keyword, storage.type, storage.modifier#ff4fa3bold
function, entity.name.function, support.function#ffd166bold
number, constant.numeric#ffd166—
string, constant.other.symbol#ff4fa3—
type, entity.name.type, class, entity.name.class#bfcfff—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ffd166—
entity.other.attribute-name#ff4fa3—
markup.heading, entity.name.section#ffd166bold
markup.underline.link, string.other.link, markup.link#ff4fa3underline
variable.other.property.js, variable.other.property.ts, meta.property.object.js, meta.property.object.ts#4FC3F7—
support.class.console, variable.language.console, entity.name.function.console, support.function.console, variable.other.console#64FFDA—
variable.parameter, meta.function.parameters variable, meta.parameters variable, variable.parameter.function, variable.parameter.js, variable.parameter.ts, meta.function.parameter.js, meta.function.parameter.ts, meta.lambda.parameters variable, meta.function.argument, meta.function.arguments variable, meta.method.parameters variable, meta.class.method.parameters variable#7fdfff—
string.quoted.double.html, string.quoted.single.html, string.quoted.other.html#1DE9B6—