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#242424
  • activityBar.foreground#E0CF8E
  • activityBar.inactiveForeground#5C7B57
  • activityBarBadge.background#E0CF8E
  • activityBarBadge.foreground#242424
  • badge.background#4F5252
  • badge.foreground#E0CF8E
  • button.background#E0CF8E
  • button.foreground#242424
  • debugIcon.breakpointCurrentStackframeForeground#5C7B57
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#E0CF8E
  • debugIcon.breakpointStackframeForeground#5C7B57
  • debugIcon.breakpointUnverifiedForeground#848484
  • debugIcon.continueForeground#E0CF8E
  • debugIcon.disconnectForeground#E0CF8E
  • debugIcon.pauseForeground#E0CF8E
  • debugIcon.restartForeground#5C7B57
  • debugIcon.startForeground#5C7B57
  • debugIcon.stepBackForeground#E0CF8E
  • debugIcon.stepIntoForeground#E0CF8E
  • debugIcon.stepOutForeground#E0CF8E
  • debugIcon.stepOverForeground#E0CF8E
  • debugIcon.stopForeground#5C7B57
  • diffEditor.insertedTextBackground#5C7B574b
  • diffEditor.removedTextBackground#D8393352
  • editor.background#242424
  • editor.foreground#E8E8E8
  • editor.lineHighlightBorder#303030
  • editorGroupHeader.tabsBackground#1A1A1A
  • editorGroupHeader.tabsBorder#1A1A1A
  • editorIndentGuide.activeBackground#383838
  • editorIndentGuide.background#2A2A2A
  • editorLineNumber.foreground#727272
  • editorRuler.foreground#2A2A2A
  • editorSuggestWidget.background#1A1A1A
  • focusBorder#E0CF8E
  • foreground#E8E8E8
  • gitDecoration.deletedResourceForeground#D83933
  • gitDecoration.ignoredResourceForeground#4F5252
  • gitDecoration.modifiedResourceForeground#E0CF8E
  • gitDecoration.untrackedResourceForeground#5C7B57
  • input.background#4F5252
  • input.foreground#E8E8E8
  • inputOption.activeBackground#4F5252
  • list.activeSelectionBackground#4F5252
  • list.activeSelectionForeground#E0CF8E
  • list.focusBackground#4F5252
  • list.highlightForeground#E0CF8E
  • list.hoverBackground#4F525280
  • list.hoverForeground#E8E8E8
  • list.inactiveSelectionBackground#4F5252
  • list.inactiveSelectionForeground#E8E8E8
  • panelTitle.activeBorder#E0CF8E
  • panelTitle.activeForeground#E0CF8E
  • panelTitle.inactiveForeground#5C7B57
  • peekView.border#444
  • peekViewEditor.background#242424
  • pickerGroup.border#363636
  • pickerGroup.foreground#E0CF8E
  • progressBar.background#E0CF8E
  • scrollbar.shadow#1f1f1f
  • sideBar.background#1A1A1A
  • sideBar.foreground#E8E8E8
  • sideBarSectionHeader.background#242424
  • sideBarSectionHeader.foreground#E0CF8E
  • statusBar.background#1A1A1A
  • statusBar.debuggingBackground#1A1A1A
  • statusBar.foreground#E8E8E8
  • statusBar.noFolderBackground#1A1A1A
  • statusBarItem.prominentBackground#fafafa1a
  • statusBarItem.remoteBackground#1a1a1a00
  • statusBarItem.remoteForeground#E8E8E8
  • symbolIcon.classForeground#E0A030
  • symbolIcon.constructorForeground#E0CF8E
  • symbolIcon.enumeratorForeground#E0A030
  • symbolIcon.enumeratorMemberForeground#5C7B57
  • symbolIcon.eventForeground#E0A030
  • symbolIcon.fieldForeground#5C7B57
  • symbolIcon.functionForeground#E0CF8E
  • symbolIcon.interfaceForeground#5C7B57
  • symbolIcon.methodForeground#E0CF8E
  • symbolIcon.variableForeground#5C7B57
  • tab.activeBorder#E0CF8E
  • tab.activeForeground#E0CF8E
  • tab.border#1A1A1A
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#727272
  • terminal.ansiBlack#242424
  • terminal.ansiBlue#E0CF8E
  • terminal.ansiBrightBlack#4F5252
  • terminal.ansiBrightBlue#E0CF8E
  • terminal.ansiBrightCyan#5C7B57
  • terminal.ansiBrightGreen#5C7B57
  • terminal.ansiBrightMagenta#E0CF8E
  • terminal.ansiBrightRed#D83933
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E0A030
  • terminal.ansiCyan#5C7B57
  • terminal.ansiGreen#5C7B57
  • terminal.ansiMagenta#E0CF8E
  • terminal.ansiRed#D83933
  • terminal.ansiWhite#E8E8E8
  • terminal.ansiYellow#E0A030
  • textLink.activeForeground#5C7B57
  • textLink.foreground#E0CF8E
  • titleBar.activeBackground#1A1A1A
  • titleBar.activeForeground#E8E8E8
  • titleBar.border#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#E0CF8E
support.function, keyword.operator.accessor, meta.group.braces.round.function.arguments, meta.template.expression, markup.fenced_code meta.embedded.block#E0CF8E
emphasisitalic
strong, markup.bold.markdown#E0CF8Ebold
markup.heading.markdownbold
markup.heading.1.markdown#E0CF8Ebold
markup.heading.2.markdown#D8C88Abold
markup.heading.3.markdown#D0C187bold
markup.heading.4.markdown#C5B883bold
markup.heading.5.markdown#BDB080bold
markup.heading.6.markdown#B5A97Dbold
markup.italic.markdownitalic
meta.link.inline.markdown#5C7B57underline
string, markup.fenced_code, markup.inline#5C7B57
comment, string.quoted.docstring.multi#6b737c
constant.language, variable.language.this, variable.other.object, variable.other.class, variable.other.constant, meta.property-name, support, string.other.link.title.markdown#5C7B57
constant.numeric, constant.other.placeholder, constant.character.format.placeholder, meta.property-value, keyword.other.unit, keyword.other.template, entity.name.tag.yaml, entity.other.attribute-name, support.type.property-name.json#f8f8f8
keyword, storage.modifier, storage.type, storage.control.clojure, entity.name.function.clojure, support.function.node, punctuation.separator.key-value, punctuation.definition.template-expression#E0CF8E
variable.parameter.function#E0A030
entity.name.type, entity.other.inherited-class, meta.function-call, meta.instance.constructor, entity.other.attribute-name, entity.name.function, constant.keyword.clojure#E0CF8E
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, string.unquoted.plain.out.yaml, keyword.other.template#5C7B57
token.info-token#5C7B57
token.warn-token#E0A030
token.error-token#D83933
token.debug-token#E0CF8E
punctuation.definition.arguments, punctuation.definition.dict, punctuation.separator, meta.function-call.arguments#E8E8E8
text.html.markdown meta.paragraph.markdown#E8E8E8
markup.underline.link#5C7B57
beginning.punctuation.definition.list.markdown#E0CF8E
punctuation.definition.metadata.markdown#5C7B57
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#5C7B57