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.activeBackground#1C1B1A
  • activityBar.activeBorder#205EA6
  • activityBar.activeFocusBorder#00000000
  • activityBar.background#282726
  • activityBar.border#1C1B1A
  • activityBar.foreground#205EA6
  • activityBar.inactiveForeground#878580
  • activityBarBadge.background#205EA6
  • activityBarBadge.foreground#FFFCF0
  • activityBarTop.activeBorder#205EA6
  • activityBarTop.foreground#205EA6
  • activityBarTop.inactiveForeground#878580
  • breadcrumb.activeSelectionForeground#205EA6
  • breadcrumb.background#100F0F
  • breadcrumb.focusForeground#205EA6
  • breadcrumbPicker.background#100F0F
  • button.background#205EA6
  • button.border#00000000
  • button.foreground#FFFCF0
  • button.hoverBackground#4385BE
  • commandCenter.activeBackground#100F0F
  • commandCenter.activeBorder#343331
  • commandCenter.activeForeground#CECDC3
  • commandCenter.background#1C1B1A
  • commandCenter.border#343331
  • commandCenter.foreground#878580
  • commandCenter.inactiveBorder#343331
  • commandCenter.inactiveForeground#575653
  • dropdown.background#100F0F
  • dropdown.border#282726
  • dropdown.foreground#CECDC3
  • dropdown.listBackground#100F0F
  • editor.background#100F0F
  • editor.foreground#CECDC3
  • editorCursor.background#205EA6
  • editorCursor.foreground#205EA6
  • editorGroup.border#282726
  • editorGroupHeader.border#00000000
  • editorGroupHeader.tabsBackground#282726
  • editorGroupHeader.tabsBorder#00000000
  • editorHoverWidget.background#100F0F
  • editorHoverWidget.border#282726
  • editorSuggestWidget.background#1C1B1A
  • editorWidget.background#282726
  • editorWidget.border#282726
  • editorWidget.foreground#CECDC3
  • focusBorder#00000000
  • icon.foreground#CECDC3
  • input.background#100F0F
  • input.border#282726
  • input.foreground#CECDC3
  • input.placeholderForeground#878580
  • list.activeSelectionBackground#403E3C
  • list.activeSelectionForeground#CECDC3
  • list.hoverBackground#343331
  • list.inactiveSelectionBackground#282726
  • list.inactiveSelectionForeground#CECDC3
  • menu.background#100F0F
  • menu.border#282726
  • menu.foreground#CECDC3
  • menu.selectionBackground#343331
  • menu.selectionBorder#00000000
  • menu.selectionForeground#CECDC3
  • menu.separatorBackground#343331
  • menubar.selectionBackground#343331
  • menubar.selectionBorder#00000000
  • menubar.selectionForeground#CECDC3
  • panel.background#100F0F
  • panel.border#282726
  • quickInput.background#100F0F
  • quickInput.foreground#CECDC3
  • quickInputList.focusBackground#403E3C
  • quickInputList.focusForeground#CECDC3
  • quickInputList.focusIconForeground#CECDC3
  • selection.background#205EA6
  • settings.focusedRowBackground#1C1B1A
  • settings.focusedRowBorder#00000000
  • settings.rowHoverBackground#1C1B1A
  • sideBar.background#1C1B1A
  • sideBar.border#282726
  • sideBar.foreground#CECDC3
  • sideBarSectionHeader.background#100F0F
  • sideBarSectionHeader.border#343331
  • sideBarTitle.foreground#CECDC3
  • statusBar.background#282726
  • statusBar.border#282726
  • statusBar.debuggingBackground#205EA6
  • statusBar.debuggingBorder#282726
  • statusBar.debuggingForeground#FFFCF0
  • statusBar.focusBorder#282726
  • statusBar.foreground#CECDC3
  • statusBar.noFolderBackground#1C1B1A
  • statusBar.noFolderBorder#282726
  • statusBar.noFolderForeground#CECDC3
  • tab.activeBackground#100F0F
  • tab.activeBorder#00000000
  • tab.activeBorderTop#00000000
  • tab.activeForeground#CECDC3
  • tab.border#343331
  • tab.hoverBackground#100F0F
  • tab.inactiveBackground#1C1B1A
  • terminal.ansiBlack#1C1B1A
  • terminal.ansiBlue#205EA6
  • terminal.ansiBrightBlack#282726
  • terminal.ansiBrightBlue#4385BE
  • terminal.ansiBrightCyan#3AA99F
  • terminal.ansiBrightGreen#879A39
  • terminal.ansiBrightMagenta#CE5D97
  • terminal.ansiBrightRed#D14D41
  • terminal.ansiBrightWhite#F2F0E5
  • terminal.ansiBrightYellow#D0A215
  • terminal.ansiCyan#24837B
  • terminal.ansiGreen#66800B
  • terminal.ansiMagenta#A02F6F
  • terminal.ansiRed#AF3029
  • terminal.ansiWhite#E6E4D9
  • terminal.ansiYellow#AD8301
  • terminal.background#100F0F
  • terminal.border#282726
  • terminal.foreground#CECDC3
  • terminal.selectionBackground#205EA6
  • terminalCursor.foreground#CECDC3
  • titleBar.activeBackground#282726
  • titleBar.activeForeground#CECDC3
  • titleBar.border#282726
  • titleBar.inactiveBackground#1C1B1A
  • titleBar.inactiveForeground#575653
  • widget.border#282726

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.block.documentation, comment.line#575653
constant, constant.character, constant.character.escape, constant.other, constant.regexp, constant.rgb-value, support.constant#D0A215
constant.numeric, constant.numeric.float, constant.numeric.hex, constant.numeric.integer, constant.numeric.octal#8B7EC8
entity, entity.name, entity.name.class, entity.name.function, entity.name.method, entity.name.section, entity.name.selector, entity.name.tag, entity.name.type, entity.other, entity.other.attribute-name, entity.other.inherited-class, markup.heading, support.function#DA702C
invalid, invalid.deprecated, invalid.illegal#D14D41
keyword, keyword.control, keyword.other, string.json#879A39
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.logical, keyword.operator.new#878580
meta, meta.block, meta.cast, meta.class, meta.function, meta.function-call, meta.preprocessor, meta.return-type, meta.selector, meta.tag, meta.type, meta.type.annotation#CE5D97
punctuation.definition.tag, punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.separator, punctuation.separator.continuation, punctuation.terminator#878580
storage, storage.modifier, storage.type#879A39
string, string.interpolated, string.other, string.regexp, string.quoted, string.quoted.double, string.quoted.other, string.quoted.single, string.quoted.triple, string.unquoted#3AA99F
variable, variable.language, variable.name, variable.other, variable.other.readwrite, variable.parameter#4385BE

Shiki preview

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

Loading...