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.background#121c0b
  • activityBarBadge.background#E67E22
  • debugToolBar.background#121c0b
  • diffEditor.insertedTextBackground#182818
  • diffEditor.removedTextBackground#261616
  • dropdown.background#14200c
  • editor.background#0d1408
  • editor.findMatchBackground#ff777780
  • editor.findMatchBorder#E67E22
  • editor.foreground#EFEFEF
  • editor.lineHighlightBorder#263040
  • editor.rangeHighlightBackground#FFFFFF0d
  • editor.selectionBackground#395815
  • editor.selectionHighlightBackground#2b74b380
  • editor.selectionHighlightBorder#D2D6DB
  • editor.wordHighlightBackground#ffffff18
  • editor.wordHighlightBorder#E67E22
  • editor.wordHighlightStrongBackground#ffffff18
  • editor.wordHighlightStrongBorder#E67E22
  • editorBracketMatch.border#E67E22
  • editorCursor.foreground#ffffff
  • editorError.foreground#DA6771
  • editorGroup.dropBackground#E67E2280
  • editorGroup.focusedEmptyBorder#E67E22
  • editorGroupHeader.tabsBackground#0f1809
  • editorGutter.addedBackground#E67E22
  • editorGutter.background#070b05
  • editorGutter.deletedBackground#DA6771
  • editorGutter.modifiedBackground#4EB071
  • editorHoverWidget.background#0f1809
  • editorHoverWidget.border#E67E22
  • editorIndentGuide.background1#263040
  • editorLineNumber.activeForeground#E67E22
  • editorLineNumber.foreground#5C6370
  • editorLink.activeForeground#E67E22
  • editorMarkerNavigation.background#0f1809
  • editorSuggestWidget.border#E67E22
  • editorWhitespace.foreground#263040
  • editorWidget.background#0f1809
  • focusBorder#E67E22
  • foreground#EFEFEF
  • gitDecoration.conflictingResourceForeground#fff099
  • gitDecoration.deletedResourceForeground#DA6771
  • gitDecoration.ignoredResourceForeground#535a6b
  • gitDecoration.modifiedResourceForeground#4EB071
  • gitDecoration.untrackedResourceForeground#E67E22
  • input.background#14200c
  • inputOption.activeBorder#E67E22
  • list.activeSelectionBackground#E67E2280
  • list.dropBackground#E67E2280
  • list.focusBackground#E67E2280
  • list.hoverBackground#FFFFFF1a
  • list.inactiveSelectionBackground#FFFFFF33
  • panel.background#0f1809
  • panel.border#FFFFFF1a
  • panelTitle.activeBorder#EFEFEF80
  • panelTitle.inactiveForeground#EFEFEF80
  • peekView.border#E67E22
  • peekViewEditor.background#0a1006
  • peekViewResult.background#0f1809
  • peekViewTitle.background#080d14
  • pickerGroup.border#FFFFFF1a
  • selection.background#E67E22
  • sideBar.background#0f1809
  • sideBarSectionHeader.background#121c0b
  • statusBar.background#0a1006
  • statusBar.debuggingBackground#E67E22
  • statusBar.noFolderBackground#0a1006
  • statusBarItem.activeBackground#E67E2280
  • statusBarItem.hoverBackground#FFFFFF1a
  • tab.activeBorder#E67E22
  • tab.activeModifiedBorder#E67E22
  • tab.border#00000033
  • tab.inactiveBackground#121c0b
  • tab.inactiveModifiedBorder#225e92
  • tab.unfocusedActiveModifiedBorder#2d7ec3
  • tab.unfocusedInactiveModifiedBorder#225e92
  • terminal.ansiBlack#666666
  • terminal.ansiBlue#399EF4
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#399EF4
  • terminal.ansiBrightCyan#21C5C7
  • terminal.ansiBrightGreen#4EB071
  • terminal.ansiBrightMagenta#B168DF
  • terminal.ansiBrightRed#DA6771
  • terminal.ansiBrightWhite#EFEFEF
  • terminal.ansiBrightYellow#fff099
  • terminal.ansiCyan#21C5C7
  • terminal.ansiGreen#4EB071
  • terminal.ansiMagenta#B168DF
  • terminal.ansiRed#DA6771
  • terminal.ansiWhite#EFEFEF
  • terminal.ansiYellow#fff099
  • titleBar.activeBackground#0a1006

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation#EFEFEF
string, punctuation.definition.string#F1C40F
constant.character.escape, text.html constant.character.entity.named, punctuation.definition.entity.html#6C71C4
constant.language.boolean#6C71C4
constant.numeric#6C71C4
constant.language.null#6C71C4
variable, support.variable, support.class, support.constant, meta.definition.variable entity.name.function#D2D6DB
keyword, modifier, variable.language.this, support.type.object, constant.language, entity.name.namespace, storage.type.namespace, storage.type.class, storage.type.var, storage.type.accessor, storage.type.enum, storage.type.struct#E74C3C
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#2ECC71
storage.type, storage.modifier#3498DB
support.module, support.node#ABB2BFitalic
support.type#E67E22
entity.name.type, entity.other.inherited-class#E67E22
comment, punctuation.definition.comment#5C6370
entity.name.type.class#2ECC71
variable.object.property, meta.field.declaration entity.name.function#D2D6DB
meta.definition.method entity.name.function#2ECC71
meta.function entity.name.function#2ECC71
template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end#3498DB
meta.embedded, source.groovy.embedded, meta.template.expression#D2D6DB
entity.name.tag.yaml#ABB2BF
meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json#ABB2BF
constant.language.json#6C71C4
entity.other.attribute-name.class#3498DB
entity.other.attribute-name.id#E67E22
source.css entity.name.tag#3498DB
meta.tag, punctuation.definition.tag#EFEFEF
entity.name.tag#E67E22
entity.other.attribute-name#D2D6DB
markup.heading#3498DB
text.html.markdown meta.link.inline, meta.link.reference#2ECC71
text.html.markdown markup.quote#c0c0c0
text.html.markdown beginning.punctuation.definition.list#3498DB
markup.italic#D2D6DBitalic
markup.bold#D2D6DBbold
markup.bold markup.italic, markup.italic markup.bold#D2D6DBitalic bold
markup.fenced_code.block.markdown punctuation.definition.markdown#E67E22
markup.inline.raw.string.markdown#E67E22
keyword.other.definition.ini#ABB2BF
entity.name.section.group-title.ini#3498DB
source.cs meta.class.identifier storage.type#21C5C7underline
source.cs meta.method.identifier entity.name.function#21C5C7
source.cs meta.method-call meta.method, source.cs entity.name.function#2ECC71
source.cs storage.type#E67E22
source.cs meta.method.return-type#E67E22
source.cs meta.preprocessor#535a6b
source.cs entity.name.type.namespace#2ECC71

Shiki preview

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

Loading...

AposTheme by Vyne Enterprise Inc. - VS Code Theme