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.activeBorder#008184
  • activityBar.background#ecf1f1
  • activityBar.foreground#4e5b61
  • activityBar.inactiveForeground#bdc7c7
  • button.background#008184
  • button.foreground#f7f9f9
  • button.hoverBackground#005C5F
  • dropdown.background#ffffff
  • dropdown.border#dae3e3
  • dropdown.foreground#4e5b61
  • editor.background#ffffff
  • editor.foreground#4e5b61
  • editor.lineHighlightBackground#434f5410
  • editor.selectionBackground#7fcbcdb3
  • editorCursor.foreground#4e5b61
  • editorGroupHeader.tabsBackground#ecf1f1
  • editorWhitespace.foreground#bfbfbf
  • editorWidget.background#f7f9f9
  • editorWidget.foreground#4e5b61
  • errorForeground#df7365
  • focusBorder#7fcbcd
  • foreground#4e5b61
  • input.background#ffffff
  • list.activeSelectionBackground#00818433
  • list.activeSelectionForeground#4e5b61
  • list.activeSelectionIconForeground#008184
  • list.highlightForeground#008184
  • list.hoverBackground#ecf1f1
  • list.inactiveSelectionBackground#dae3e3
  • list.inactiveSelectionForeground#4e5b61
  • menu.selectionBackground#dae3e3
  • menu.selectionForeground#212121
  • menubar.selectionBackground#ffffff
  • menubar.selectionForeground#212121
  • panel.background#edf1f1
  • panel.border#edf1f1
  • progressBar.background#005c5f
  • settings.headerForeground#4e5b61
  • sideBar.background#f7f9f9
  • sideBar.foreground#4e5b61
  • statusBar.background#006d70
  • tab.inactiveBackground#ecf1f1
  • tab.unfocusedActiveForeground#4e5b61
  • terminal.background#ffffff
  • terminal.foreground#000000
  • textLink.foreground#008184
  • titleBar.activeBackground#006d70
  • titleBar.activeForeground#f7f9f9
  • tree.indentGuidesStroke#dae3e3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#434f54
comment#95a5a6cc
storage, support, string.quoted.single.c#00979D
meta.function.c, entity.name, entity.name.function, meta.function-call.c, variable.other#D35400
punctuation.section, meta.function-call.c, meta.block.c, meta.function.c, variable, variable.name, source, text#434f54
entity.name.function.preprocessor.c, meta.preprocessor.macro.c#9e846d
string.quoted.double, string.quoted.other.lt-gt, constant#005C5F
keyword.control, meta.preprocessor.c, meta.attribute, meta.tag#728E00
meta.preprocessor.macro.c, constant.numeric.preprocessor.c, meta.preprocessor.c#434f54

Shiki preview

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

Loading...