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#291D17
  • activityBar.border#00000000
  • activityBar.foreground#D2D2D2
  • activityBarBadge.background#7e5f4a
  • activityBarBadge.foreground#131B2C
  • breadcrumb.background#131B2C
  • button.background#c97c3e
  • button.foreground#131B2C
  • editor.background#131B2C
  • editor.foreground#D2D2D2
  • editor.lineHighlightBackground#1D202B
  • editor.selectionBackground#344875
  • editorCursor.background#0E1421
  • editorCursor.foreground#4F5D75
  • editorGroupHeader.tabsBackground#291D17
  • editorGroupHeader.tabsBorder#00000000
  • editorGutter.background#131B2C
  • editorRuler.foreground#344875
  • editorWidget.background#1b253b
  • editorWidget.foreground#E5E3D0
  • focusBorder#c97c3e
  • gitDecoration.modifiedResourceForeground#DFB74D
  • gitDecoration.untrackedResourceForeground#589C2D
  • input.background#313747
  • input.foreground#E5E3D0
  • sideBar.background#212531
  • statusBar.background#131B2C
  • statusBar.debuggingBackground#131B2C
  • statusBar.debuggingForeground#E5E3D0
  • statusBar.foreground#589C2D
  • statusBar.noFolderBackground#131B2C
  • statusBar.noFolderForeground#DFB74D
  • tab.activeBackground#32241C
  • tab.activeForeground#D2D2D2
  • tab.border#10101000
  • tab.inactiveBackground#1F1611
  • tab.inactiveForeground#D2D2D2
  • titleBar.activeBackground#291D17
  • titleBar.activeForeground#D2D2D2
  • titleBar.border#00000000
  • titleBar.inactiveBackground#32241C
  • titleBar.inactiveForeground#D2D2D2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, editorRuler.foreground, editorIndentGuide.background, editorIndentGuide.activeBackground#589C2Ditalic
heading.3#589C2D
string, heading.1#DFB74D
keyword.control, storage.type, constant.language, keyword.operator.logical, storage.modifier.v#3888BAbold
constant, markup.heading#72AFD5
support.type.property-name.json, keyword.other.definition.ini, heading.2, keyword.other.sql, keyword.other.DML.sql, keyword.other.DDL#c97c3e
meta.class, meta.function, punctuation.definition.decorator, entity.name.section.group-title.ini, meta.definition.function.v#c97c3e

Shiki preview

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

Loading...