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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.block.documentation, comment.line#B7B5AC
constant, constant.character, constant.character.escape, constant.other, constant.regexp, constant.rgb-value, support.constant#AD8301
constant.numeric, constant.numeric.float, constant.numeric.hex, constant.numeric.integer, constant.numeric.octal#5E409D
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#BC5215
invalid, invalid.deprecated, invalid.illegal#AF3029
keyword, keyword.control, keyword.other, string.json#66800B
keyword.operator, keyword.operator.arithmetic, keyword.operator.assignment, keyword.operator.logical, keyword.operator.new#6F6E69
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#A02F6F
punctuation.definition.tag, punctuation.definition.string.begin, punctuation.definition.string.end, punctuation.separator, punctuation.separator.continuation, punctuation.terminator#6F6E69
storage, storage.modifier, storage.type#66800B
string, string.interpolated, string.other, string.regexp, string.quoted, string.quoted.double, string.quoted.other, string.quoted.single, string.quoted.triple, string.unquoted#24837B
variable, variable.language, variable.name, variable.other, variable.other.readwrite, variable.parameter#205EA6

Shiki preview

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

Loading...

Flexoki Theme by mthierman - VS Code Theme