Skip to main content
Coding Theme

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#1b1c1e
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#cc9d4d
  • activityBarBadge.foreground#f8fafd
  • badge.background#1b1c1e
  • button.background#de9515
  • debugToolBar.background#1e1f21
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#1e1f21
  • dropdown.border#1e1f21
  • editor.background#1b1c1e
  • editor.findMatchBackground#42557b
  • editor.findMatchBorder#457dff
  • editor.findMatchHighlightBackground#6199ff2f
  • editor.foreground#d1d3d8
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#67769660
  • editor.selectionHighlightBackground#ffffff10
  • editor.selectionHighlightBorder#ddd
  • editor.wordHighlightBackground#d2e0ff2f
  • editor.wordHighlightBorder#7f848e
  • editor.wordHighlightStrongBackground#d1d3d826
  • editor.wordHighlightStrongBorder#7f848e
  • editorBracketMatch.background#515a6b
  • editorBracketMatch.border#515a6b
  • editorCursor.background#ffffffc9
  • editorCursor.foreground#528bff
  • editorError.foreground#c24038
  • editorGroup.border#181a1f
  • editorGroup.emptyBackground#181a1f
  • editorGroupHeader.tabsBackground#1e1f21
  • editorHoverWidget.background#1e1f21
  • editorHoverWidget.border#181a1f
  • editorIndentGuide.activeBackground#c8c8c859
  • editorIndentGuide.background#3b4048
  • editorLineNumber.activeForeground#737984
  • editorLineNumber.foreground#495162
  • editorMarkerNavigation.background#1e1f21
  • editorRuler.foreground#d1d3d826
  • editorSuggestWidget.background#1e1f21
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWarning.foreground#d19a66
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#1e1f21
  • focusBorder#7b8aa4
  • input.background#1d1f23
  • input.border#a46f12
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383e4a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • list.warningForeground#d19a66
  • menu.foreground#c8c8c8
  • peekViewEditor.background#1b1d23
  • peekViewEditor.matchHighlightBackground#29244b
  • peekViewResult.background#22262b
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566660
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#1e1f21
  • sideBarSectionHeader.background#1b1c1e
  • statusBar.background#1e1f21
  • statusBar.debuggingBackground#7e0097
  • statusBar.debuggingBorder#66017a
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#1e1f21
  • statusBarItem.hoverBackground#2c313a
  • statusBarItem.remoteBackground#cc9d4d
  • statusBarItem.remoteForeground#f8fafd
  • tab.activeBackground#7b6031
  • tab.activeForeground#dcdcdc
  • tab.border#181a1f
  • tab.hoverBackground#323842
  • tab.inactiveBackground#1e1f21
  • tab.unfocusedHoverBackground#323842
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#61afef
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#528bff
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#d67aff
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#e5c07b
  • terminal.foreground#c8c8c8
  • textLink.foreground#61afef
  • titleBar.activeBackground#1b1c1e
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#1e1f21
  • titleBar.inactiveForeground#6b717d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.function, meta.scope.function-call, support.function#ff8000
entity.name.function.member.static#ff8000italic
storage.type.built-in, storage.type.primitive, keyword.control, keyword.operator.cast, keyword.other, constant.language, storage.modifier, variable.language.this, keyword.operator.expression, entity.other.attribute-name, variable.language, keyword.operator.wordlike, new.expr, storage.type, support.type.builtin#DD99FF
variable.other.global#ffee00
variable.other.local#91ccfc
variable.parameter#0096ff
constant.numeric#8DCFFF
string.quoted, string.template#ffbba0
entity.name.type, support.type.primitive, support.class, storage.type#00ffBB
entity.name.type.class.templated#91ff94
entity.name.scope-resolution, entity.name.namespace#b3ffb5
variable.other.property, variable.object.property, variable.other.object.property, support.variable.property#00ff00
variable.other.property.static#00ff00italic
entity.name.function.preprocessor#DD99FF
entity.name.function.templated#ffbb00ee
variable.other.enummember#00ff00
comment#808080
support.class.component, entity.name.tag, meta.object-literal.key#ffee00ee
variable.other.event, entity.name.type.class.generic, variable.other.property.cli, entity.name.type.class.reference, entity.name.operator.custom-literal, entity.name.type.class.value, support.function.error#ff0000
support.type.property-name.json#DD99FF
markup.heading.markdown#5dabeb
markup.italic.markdownitalic
markup.bold.markdownbold
markup.inline.raw.string.markdown, markup.fenced_code.block.markdown#ffee00
meta.image.inline.markdown#ff8000dd
markup.quote.markdown#00ffBB
meta.link.reference.def.markdown, meta.link.reference.markdown, meta.link.inline.markdown#ffbb00dd
markup.list.unnumbered.markdown#91ff94dd
markup.list.numbered.markdown#d370ce
meta.scope.prerequisites.makefile#ffbb00
support.function.target.PHONY.makefile#ff8000
meta.scope.recipe.makefile#91ff94dd
variable.other.positional#00ff00
variable.other.readwrite.powershell#ffee00
support.function.powershell#ff8000
keyword.operator.comparison.powershell, keyword.operator.logical.powershell, keyword.operator.other.powershell#5dabeb
support.variable.automatic.powershell#5dabeb
meta.object-literal.key.ts, support.variable.property.process.ts, support.variable.property.ts, variable.other.constant.property.ts#00ff00
support.type.primitive.ts#00ffBB
variable.other.constant.tsx, variable.other.constant.js#91ccfc
meta.tag.xml#DD99FF
entity.name.tag.localname.xml#d370ce
entity.other.attribute-name.localname.xml, entity.other.attribute-name.xml#91ff94dd
support.type.property-name.css#ffee00ee

Shiki preview

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

Loading...

Atlantu Color Theme - Coding Theme