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#1f1808
  • activityBar.border#3a2e12
  • activityBar.foreground#ecd7a2
  • activityBar.inactiveForeground#ffffff66
  • activityBarBadge.background#f0912e
  • activityBarBadge.foreground#1e1e1e
  • badge.background#f0912e
  • badge.foreground#1e1e1e
  • button.background#f0912e
  • button.foreground#1e1e1e
  • button.hoverBackground#f0912e
  • contrastBorder#3a2e12
  • diffEditor.insertedTextBackground#a9c05a22
  • diffEditor.removedTextBackground#e2694a22
  • dropdown.background#34290f
  • dropdown.border#3a2e12
  • editor.background#2e2410
  • editor.foreground#ecd7a2
  • editor.lineHighlightBackground#ffffff0d
  • editor.selectionBackground#f0912e33
  • editor.selectionHighlightBackground#ffffff14
  • editor.wordHighlightBackground#ffffff10
  • editorBracketMatch.background#ffffff14
  • editorBracketMatch.border#f0912e
  • editorCursor.foreground#f0912e
  • editorError.foreground#e2694a
  • editorGroupHeader.tabsBackground#241c0c
  • editorGroupHeader.tabsBorder#3a2e12
  • editorGutter.addedBackground#b5c65a
  • editorGutter.deletedBackground#e2694a
  • editorGutter.modifiedBackground#86b0bd
  • editorHoverWidget.background#34290f
  • editorHoverWidget.border#3a2e12
  • editorIndentGuide.activeBackground1#f0912e
  • editorIndentGuide.background1#ffffff14
  • editorInfo.foreground#86b0bd
  • editorLineNumber.activeForeground#f0912e
  • editorLineNumber.foreground#6e5a2a
  • editorSuggestWidget.background#34290f
  • editorSuggestWidget.selectedBackground#3a2e12
  • editorWarning.foreground#e0a54e
  • editorWhitespace.foreground#ffffff1a
  • editorWidget.background#34290f
  • editorWidget.border#3a2e12
  • errorForeground#e2694a
  • focusBorder#f0912e
  • foreground#ecd7a2
  • gitDecoration.conflictingResourceForeground#f0912e
  • gitDecoration.deletedResourceForeground#e2694a
  • gitDecoration.ignoredResourceForeground#ffffff55
  • gitDecoration.modifiedResourceForeground#e0a54e
  • gitDecoration.untrackedResourceForeground#b5c65a
  • input.background#34290f
  • input.border#3a2e12
  • input.foreground#ecd7a2
  • input.placeholderForeground#ffffff66
  • list.activeSelectionBackground#3a2e12
  • list.activeSelectionForeground#ecd7a2
  • list.focusBackground#3a2e12
  • list.highlightForeground#f0912e
  • list.hoverBackground#ffffff08
  • list.inactiveSelectionBackground#ffffff08
  • minimap.background#2e2410
  • minimapSlider.background#ffffff14
  • panel.background#261e0c
  • panel.border#3a2e12
  • panelTitle.activeBorder#f0912e
  • panelTitle.activeForeground#ecd7a2
  • peekViewEditor.background#241c0c
  • peekViewResult.background#261e0c
  • progressBar.background#f0912e
  • scrollbarSlider.activeBackground#ffffff44
  • scrollbarSlider.background#ffffff20
  • scrollbarSlider.hoverBackground#ffffff33
  • selection.background#f0912e33
  • sideBar.background#261e0c
  • sideBar.border#3a2e12
  • sideBar.foreground#ecd7a2
  • sideBarSectionHeader.background#241c0c
  • sideBarTitle.foreground#ecd7a2
  • statusBar.background#1f1808
  • statusBar.border#3a2e12
  • statusBar.debuggingBackground#f0912e
  • statusBar.debuggingForeground#1e1e1e
  • statusBar.foreground#ecd7a2
  • statusBar.noFolderBackground#1f1808
  • tab.activeBackground#2e2410
  • tab.activeBorderTop#f0912e
  • tab.activeForeground#ecd7a2
  • tab.border#3a2e12
  • tab.inactiveBackground#261e0c
  • tab.inactiveForeground#ffffff99
  • terminal.ansiBlack#2a2a2a
  • terminal.ansiBlue#86b0bd
  • terminal.ansiBrightBlack#5a5a5a
  • terminal.ansiBrightBlue#86b0bd
  • terminal.ansiBrightCyan#86b0bd
  • terminal.ansiBrightGreen#b5c65a
  • terminal.ansiBrightMagenta#e6b45a
  • terminal.ansiBrightRed#e2694a
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f0912e
  • terminal.ansiCyan#86b0bd
  • terminal.ansiGreen#b5c65a
  • terminal.ansiMagenta#e6b45a
  • terminal.ansiRed#e2694a
  • terminal.ansiWhite#ecd7a2
  • terminal.ansiYellow#e0a54e
  • terminal.background#2e2410
  • terminal.foreground#ecd7a2
  • textLink.activeForeground#f0912e
  • textLink.foreground#86b0bd
  • titleBar.activeBackground#241c0c
  • titleBar.activeForeground#ecd7a2
  • titleBar.border#3a2e12
  • titleBar.inactiveBackground#241c0c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, keyword.control, storage, storage.type, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, variable.language, keyword.other.special-method, keyword.control.directive, entity.name.tag, meta.tag.sgml, punctuation.definition.tag, keyword.control.svelte, entity.other.keyword.directive, punctuation.section.embedded#f0912e
string, string.quoted, string.template, string.interpolated, string.regexp, constant.other.symbol, constant.other.symbol.ruby, punctuation.definition.string#b5c65a
entity.name.function, entity.name.method, support.function, meta.function-call, variable.function, meta.definition.method#86b0bd
entity.name.type, entity.name.class, entity.name.type.class, entity.other.inherited-class, support.class, support.type, entity.name.namespace, entity.name.type.module, variable.other.constant.ruby, entity.name.tag.component#e6b45a
constant.numeric, constant.language, constant.language.boolean, constant.language.null, support.constant, variable.other.constant#e0a54e
variable, variable.other, variable.parameter, variable.other.readwrite, variable.other.property, variable.other.object.property, variable.other.readwrite.instance.ruby, meta.object-literal.key, entity.other.attribute-name, support.type.property-name#d8c48e
comment, punctuation.definition.comment, string.comment#9a8c5eitalic
punctuation, meta.brace, keyword.operator, punctuation.separator, punctuation.terminator, punctuation.definition.template-expression#ecd7a2
Oriole Themes by ZushiH - VS Code Theme