Skip to main content
Coding Theme

Atelier Chromatique

Publisher: Ballwictb ThemesThemes in package: 4

A collection of editor themes inspired by 20th-century architectural polychromy. This independent project is not affiliated with or endorsed by any foundation, estate, or colour-system rights holder.

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.activeBorder#DE6433
  • activityBar.background#47332C
  • activityBar.foreground#FFF1CE
  • activityBar.inactiveForeground#A86A5D
  • activityBarBadge.background#9C2128
  • activityBarBadge.foreground#FFF1CE
  • badge.background#4E6498
  • badge.foreground#FFF1CE
  • button.background#9C2128
  • button.foreground#FFF1CE
  • button.hoverBackground#811C35
  • button.secondaryBackground#877C6A
  • button.secondaryForeground#FFF1CE
  • descriptionForeground#877C6A
  • dropdown.background#FBF0D6
  • dropdown.border#B5B5AF
  • dropdown.foreground#47332C
  • editor.background#FFF1CE
  • editor.findMatchBackground#DE643366
  • editor.findMatchHighlightBackground#F8D5B080
  • editor.foreground#47332C
  • editor.lineHighlightBackground#F4E4BC
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#96B4C966
  • editor.selectionHighlightBackground#96B4C93A
  • editor.wordHighlightBackground#5A8A9333
  • editor.wordHighlightStrongBackground#39774F33
  • editorBracketMatch.background#96B4C94D
  • editorBracketMatch.border#4E6498
  • editorCursor.foreground#9C2128
  • editorError.foreground#9C2128
  • editorGroup.border#E2E7DC
  • editorGroupHeader.tabsBackground#F5E7C2
  • editorGutter.addedBackground#39774F
  • editorGutter.deletedBackground#9C2128
  • editorGutter.modifiedBackground#DE6433
  • editorHoverWidget.background#F5E7C2
  • editorHoverWidget.border#E2E7DC
  • editorIndentGuide.activeBackground1#B5B5AF
  • editorIndentGuide.background1#E2E7DC
  • editorInfo.foreground#366C8E
  • editorLineNumber.activeForeground#585D5E
  • editorLineNumber.foreground#B5B5AF
  • editorRuler.foreground#E2E7DC
  • editorSuggestWidget.background#F5E7C2
  • editorSuggestWidget.selectedBackground#E8C29E
  • editorWarning.foreground#DE6433
  • editorWhitespace.foreground#D9C9A6
  • editorWidget.background#F5E7C2
  • editorWidget.border#E2E7DC
  • errorForeground#9C2128
  • focusBorder#4E6498
  • foreground#47332C
  • gitDecoration.deletedResourceForeground#9C2128
  • gitDecoration.ignoredResourceForeground#B5B5AF
  • gitDecoration.modifiedResourceForeground#DE6433
  • gitDecoration.untrackedResourceForeground#39774F
  • icon.foreground#585D5E
  • input.background#FBF0D6
  • input.border#B5B5AF
  • input.foreground#47332C
  • input.placeholderForeground#9A9B9A
  • inputOption.activeBorder#4E6498
  • list.activeSelectionBackground#E8C29E
  • list.activeSelectionForeground#47332C
  • list.highlightForeground#9C2128
  • list.hoverBackground#FBF0D6
  • list.inactiveSelectionBackground#EDDCB6
  • minimap.selectionHighlight#96B4C9
  • panel.background#F5E7C2
  • panel.border#E2E7DC
  • panelTitle.activeForeground#47332C
  • panelTitle.inactiveForeground#877C6A
  • peekView.border#4E6498
  • peekViewEditor.background#F4E4BC
  • peekViewResult.background#F5E7C2
  • progressBar.background#DE6433
  • scrollbarSlider.activeBackground#585D5E77
  • scrollbarSlider.background#585D5E33
  • scrollbarSlider.hoverBackground#585D5E55
  • selection.background#96B4C966
  • sideBar.background#F5E7C2
  • sideBar.foreground#5D3833
  • sideBarSectionHeader.background#EDDCB6
  • sideBarSectionHeader.foreground#47332C
  • sideBarTitle.foreground#47332C
  • statusBar.background#47332C
  • statusBar.debuggingBackground#DE6433
  • statusBar.debuggingForeground#FFF1CE
  • statusBar.foreground#FFF1CE
  • statusBar.noFolderBackground#5D3833
  • statusBarItem.remoteBackground#366C8E
  • statusBarItem.remoteForeground#FFF1CE
  • tab.activeBackground#FFF1CE
  • tab.activeBorderTop#9C2128
  • tab.activeForeground#47332C
  • tab.border#E2E7DC
  • tab.hoverBackground#FBF0D6
  • tab.inactiveBackground#F5E7C2
  • tab.inactiveForeground#877C6A
  • terminal.ansiBlack#47332C
  • terminal.ansiBlue#4E6498
  • terminal.ansiBrightBlack#7E7F7E
  • terminal.ansiBrightBlue#366C8E
  • terminal.ansiBrightCyan#5A8A93
  • terminal.ansiBrightGreen#2C695A
  • terminal.ansiBrightMagenta#884333
  • terminal.ansiBrightRed#901442
  • terminal.ansiBrightWhite#47332C
  • terminal.ansiBrightYellow#E88E5A
  • terminal.ansiCyan#366C8E
  • terminal.ansiGreen#39774F
  • terminal.ansiMagenta#811C35
  • terminal.ansiRed#9C2128
  • terminal.ansiWhite#877C6A
  • terminal.ansiYellow#DE6433
  • terminal.foreground#47332C
  • titleBar.activeBackground#47332C
  • titleBar.activeForeground#FFF1CE
  • titleBar.inactiveBackground#5D3833
  • titleBar.inactiveForeground#E8C29E
  • widget.shadow#47332C22

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#877C6Aitalic
string, string.quoted, constant.other.symbol#39774F
string.regexp, constant.character.escape#2C695A
constant.numeric, constant.language, constant.other#DE6433
keyword, keyword.control, storage, storage.type, storage.modifier#4E6498
keyword.operator, punctuation.separator, punctuation.terminator#585D5E
entity.name.function, support.function, meta.function-call#811C35
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#366C8E
variable, variable.other, meta.definition.variable#47332C
variable.parameter, variable.other.parameter#5D3833
variable.other.constant, variable.other.enummember#884333
variable.language, variable.language.this#9C2128italic
entity.name.tag, punctuation.definition.tag#9C2128
entity.other.attribute-name#884333italic
support.type.property-name, meta.object-literal.key#5A8A93
entity.name.namespace, entity.name.module#366C8E
markup.heading, entity.name.section#9C2128bold
markup.bold#884333bold
markup.italic#39774Fitalic
markup.inline.raw, markup.fenced_code#2C695A
markup.underline.link, string.other.link#4E6498underline
invalid, invalid.illegal#901442
punctuation, meta.brace#585D5E