Skip to main content
CodingTheme

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#7c7755
  • activityBar.activeBorder#33A999
  • activityBar.background#373424
  • activityBar.foreground#dddccc
  • activityBar.inactiveForeground#7c7755
  • activityBarBadge.background#33A999
  • activityBarBadge.foreground#24201A
  • badge.background#33A999
  • badge.foreground#24201A
  • breadcrumb.background#7c7755
  • breadcrumb.foreground#373424
  • button.background#7c7755
  • button.foreground#dddccc
  • checkbox.background#373424
  • debugIcon.breakpointForeground#D33682
  • dropdown.background#373424
  • editor.background#423f2e
  • editor.findMatchBackground#33A999
  • editor.findMatchBorder#006B6B80
  • editor.findMatchForeground#dddcccf0
  • editor.findMatchHighlightBackground#006B6B80
  • editor.findMatchHighlightForeground#dddcccf0
  • editor.inactiveSelectionBackground#006B6Bfe
  • editor.lineHighlightBackground#373424
  • editor.rangeHighlightBackground#37342480
  • editor.selectionBackground#006B6B
  • editor.selectionHighlightBackground#006B6Bfe
  • editor.wordHighlightBackground#13465f80
  • editorBracketMatch.border#33A999
  • editorCursor.background#373424
  • editorCursor.foreground#dddccc
  • editorError.foreground#D30102
  • editorGroup.border#7c7755
  • editorGroup.dropBackground#24201A80
  • editorGroupHeader.tabsBackground#9c9977
  • editorGutter.background#7c7755
  • editorHint.foreground#859900
  • editorInfo.foreground#268BD2
  • editorInlayHint.background#373424
  • editorInlayHint.foreground#b05533
  • editorLineNumber.activeForeground#dddccc
  • editorLineNumber.foreground#373424
  • editorRuler.foreground#7c7755
  • editorStickyScroll.border#7c7755
  • editorStickyScrollGutter.background#b05533
  • editorWarning.foreground#B58900
  • errorForeground#D30102
  • focusBorder#7c7755
  • gitDecoration.addedResourceForeground#859900
  • gitDecoration.deletedResourceForeground#D30102
  • gitDecoration.ignoredResourceForeground#24201A
  • gitDecoration.modifiedResourceForeground#d2bb84
  • gitDecoration.untrackedResourceForeground#6C71C4
  • input.background#373424
  • list.activeSelectionBackground#373424
  • list.dropBackground#24201A
  • list.hoverBackground#373424
  • list.inactiveSelectionBackground#373424
  • menu.background#373424
  • menu.foreground#dddccc
  • menu.selectionBackground#7c7755
  • menu.selectionForeground#dddccc
  • menubar.selectionBackground#7c7755
  • menubar.selectionForeground#dddccc
  • notifications.background#373424
  • notifications.foreground#dddccc
  • notificationToast.border#b05533
  • panel.background#423f2e
  • panel.border#7c7755
  • panelSection.dropBackground#24201A
  • peekView.border#33A999
  • peekViewEditor.background#373424
  • peekViewEditor.matchHighlightBackground#24201A
  • peekViewEditor.matchHighlightBorder#33A999
  • peekViewEditorGutter.background#9c9977
  • peekViewResult.background#373424
  • peekViewTitle.background#7c7755
  • peekViewTitleDescription.foreground#24201A
  • sash.hoverBorder#b05533
  • scrollbar.shadow#24201A
  • scrollbarSlider.activeBackground#b05533
  • scrollbarSlider.background#9c9977
  • scrollbarSlider.hoverBackground#b05533
  • selection.background#9c9977
  • settings.focusedRowBackground#7c7755
  • settings.modifiedItemIndicator#7c7755
  • sideBar.background#423f2e
  • sideBar.border#7c7755
  • sideBar.dropBackground#24201A
  • sideBarSectionHeader.background#373424
  • sideBarSectionHeader.border#7c7755
  • sideBarSectionHeader.foreground#7c7755
  • statusBar.background#7c7755
  • statusBar.debuggingBackground#7c7755
  • statusBar.foreground#dddccc
  • statusBar.noFolderBackground#7c7755
  • statusBarItem.prominentBackground#b05533
  • tab.activeBackground#7c7755
  • tab.activeBorderTop#33A999
  • tab.activeForeground#dddccc
  • tab.border#9c9977
  • tab.inactiveBackground#9c9977
  • tab.inactiveForeground#423f2e
  • terminal.background#373424
  • terminal.foreground#dddccc
  • textLink.activeForeground#33A999
  • textLink.foreground#33A999
  • titleBar.activeBackground#373424
  • titleBar.activeForeground#dddccc
  • titleBar.inactiveBackground#373424
  • titleBar.inactiveForeground#ffffff
  • toolbar.activeBackground#545040
  • toolbar.hoverBackground#7c7755

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#839496
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#839496
comment#586E75italic
string#2AA198
string.regexp#DC322F
constant.numeric#D33682
variable.language, variable.other#268BD2
keyword#859900
storage#93A1A1bold
entity.name.class, entity.name.type, entity.name.namespace, entity.name.scope-resolution#CB4B16
entity.name.function#268BD2
punctuation.definition.variable#859900
punctuation.section.embedded.begin, punctuation.section.embedded.end#DC322F
constant.language, meta.preprocessor#B58900
support.function.construct, keyword.other.new#CB4B16
constant.character, constant.other#CB4B16
entity.other.inherited-class, punctuation.separator.namespace.ruby#6C71C4
variable.parameter
entity.name.tag#268BD2
punctuation.definition.tag#586E75
entity.other.attribute-name#93A1A1
support.function#268BD2
punctuation.separator.continuation#DC322F
support.constant, support.variable
support.type, support.class#859900
support.type.exception#CB4B16
support.other.variable
invalid#DC322F
meta.diff, meta.diff.header#268BD2italic
markup.deleted#DC322F
markup.changed#CB4B16
markup.inserted#859900
markup.quote#859900
markup.list#B58900
markup.bold, markup.italic#D33682
markup.boldbold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inline.raw#2AA198
markup.heading#268BD2bold
markup.heading.setext#268BD2

Shiki preview

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

Loading...

IBM 1970s dark color theme by Andornaut - VS Code Theme