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#2F2624
  • activityBar.foreground#F7E9CE
  • activityBar.inactiveForeground#877C6A
  • activityBarBadge.background#A33A29
  • activityBarBadge.foreground#F7E9CE
  • badge.background#4E6498
  • badge.foreground#F7E9CE
  • button.background#A33A29
  • button.foreground#F7E9CE
  • button.hoverBackground#811C35
  • button.secondaryBackground#5D4A40
  • button.secondaryForeground#F7E9CE
  • descriptionForeground#B8A996
  • dropdown.background#241C17
  • dropdown.border#5D4A40
  • dropdown.foreground#F7E9CE
  • editor.background#1B1512
  • editor.findMatchBackground#D15C3277
  • editor.findMatchHighlightBackground#F2B57344
  • editor.foreground#F7E9CE
  • editor.lineHighlightBackground#241C17
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4E649877
  • editor.selectionHighlightBackground#4E649844
  • editor.wordHighlightBackground#7FB4B533
  • editor.wordHighlightStrongBackground#87B26C33
  • editorBracketMatch.background#4E649855
  • editorBracketMatch.border#96B4C9
  • editorCursor.foreground#DE6433
  • editorError.foreground#A33A29
  • editorGroup.border#2E241E
  • editorGroupHeader.tabsBackground#171210
  • editorGutter.addedBackground#87B26C
  • editorGutter.deletedBackground#A33A29
  • editorGutter.modifiedBackground#F2B573
  • editorHoverWidget.background#171210
  • editorHoverWidget.border#2E241E
  • editorIndentGuide.activeBackground1#5D4A40
  • editorIndentGuide.background1#2E241E
  • editorInfo.foreground#7FB4B5
  • editorLineNumber.activeForeground#B8A996
  • editorLineNumber.foreground#5D4A40
  • editorRuler.foreground#2E241E
  • editorSuggestWidget.background#171210
  • editorSuggestWidget.selectedBackground#3A2A24
  • editorWarning.foreground#F2B573
  • editorWhitespace.foreground#2E241E
  • editorWidget.background#171210
  • editorWidget.border#2E241E
  • errorForeground#A33A29
  • focusBorder#96B4C9
  • foreground#F7E9CE
  • gitDecoration.deletedResourceForeground#A33A29
  • gitDecoration.ignoredResourceForeground#5D4A40
  • gitDecoration.modifiedResourceForeground#F2B573
  • gitDecoration.untrackedResourceForeground#87B26C
  • icon.foreground#B8A996
  • input.background#241C17
  • input.border#5D4A40
  • input.foreground#F7E9CE
  • input.placeholderForeground#877C6A
  • inputOption.activeBorder#96B4C9
  • list.activeSelectionBackground#3A2A24
  • list.activeSelectionForeground#F7E9CE
  • list.highlightForeground#DE6433
  • list.hoverBackground#241C17
  • list.inactiveSelectionBackground#241C17
  • minimap.selectionHighlight#4E6498
  • panel.background#171210
  • panel.border#2E241E
  • panelTitle.activeForeground#F7E9CE
  • panelTitle.inactiveForeground#877C6A
  • peekView.border#96B4C9
  • peekViewEditor.background#241C17
  • peekViewResult.background#171210
  • progressBar.background#DE6433
  • scrollbarSlider.activeBackground#B8A99677
  • scrollbarSlider.background#B8A99633
  • scrollbarSlider.hoverBackground#B8A99655
  • selection.background#4E649888
  • sideBar.background#171210
  • sideBar.foreground#D2C3AA
  • sideBarSectionHeader.background#221A16
  • sideBarSectionHeader.foreground#F7CC9D
  • sideBarTitle.foreground#F7E9CE
  • statusBar.background#47332C
  • statusBar.debuggingBackground#D15C32
  • statusBar.debuggingForeground#F7E9CE
  • statusBar.foreground#F7E9CE
  • statusBar.noFolderBackground#2F2624
  • statusBarItem.remoteBackground#2C695A
  • statusBarItem.remoteForeground#F7E9CE
  • tab.activeBackground#1B1512
  • tab.activeBorderTop#DE6433
  • tab.activeForeground#F7E9CE
  • tab.border#171210
  • tab.hoverBackground#241C17
  • tab.inactiveBackground#171210
  • tab.inactiveForeground#877C6A
  • terminal.ansiBlack#2F2624
  • terminal.ansiBlue#4E6498
  • terminal.ansiBrightBlack#5D4A40
  • terminal.ansiBrightBlue#96B4C9
  • terminal.ansiBrightCyan#5A8A93
  • terminal.ansiBrightGreen#A4AA35
  • terminal.ansiBrightMagenta#901442
  • terminal.ansiBrightRed#D15C32
  • terminal.ansiBrightWhite#FFFCEB
  • terminal.ansiBrightYellow#F2B573
  • terminal.ansiCyan#7FB4B5
  • terminal.ansiGreen#87B26C
  • terminal.ansiMagenta#DE8DA0
  • terminal.ansiRed#A33A29
  • terminal.ansiWhite#D2C3AA
  • terminal.ansiYellow#F4BD48
  • terminal.foreground#F7E9CE
  • titleBar.activeBackground#2F2624
  • titleBar.activeForeground#F7E9CE
  • titleBar.inactiveBackground#241C17
  • titleBar.inactiveForeground#B8A996
  • widget.shadow#00000077

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#877C6Aitalic
string, string.quoted, constant.other.symbol#87B26C
string.regexp, constant.character.escape#A4AA35
constant.numeric, constant.language, constant.other#D15C32
keyword, keyword.control, storage, storage.type, storage.modifier#96B4C9
keyword.operator, punctuation.separator, punctuation.terminator#B8A996
entity.name.function, support.function, meta.function-call#F2B573
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#7FB4B5
variable, variable.other, meta.definition.variable#F7E9CE
variable.parameter, variable.other.parameter#F7CC9D
variable.other.constant, variable.other.enummember#E88E5A
variable.language, variable.language.this#DE8DA0italic
entity.name.tag, punctuation.definition.tag#A33A29
entity.other.attribute-name#DE8DA0italic
support.type.property-name, meta.object-literal.key#5A8A93
entity.name.namespace, entity.name.module#F2B573
markup.heading, entity.name.section#DE6433bold
markup.bold#D15C32bold
markup.italic#87B26Citalic
markup.inline.raw, markup.fenced_code#A4AA35
markup.underline.link, string.other.link#96B4C9underline
invalid, invalid.illegal#901442
punctuation, meta.brace#B8A996