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#F4BD48
  • activityBar.background#0E2D58
  • activityBar.foreground#FFFCEB
  • activityBar.inactiveForeground#7FACC6
  • activityBarBadge.background#A33A29
  • activityBarBadge.foreground#FFFCEB
  • badge.background#395A8E
  • badge.foreground#FFFCEB
  • button.background#A33A29
  • button.foreground#FFFCEB
  • button.hoverBackground#6C2B3B
  • button.secondaryBackground#4A535B
  • button.secondaryForeground#FFFCEB
  • descriptionForeground#899498
  • dropdown.background#10171D
  • dropdown.border#4A535B
  • dropdown.foreground#FFFCEB
  • editor.background#080F15
  • editor.findMatchBackground#D15C3277
  • editor.findMatchHighlightBackground#F2B57344
  • editor.foreground#FFFCEB
  • editor.lineHighlightBackground#10171D
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#395A8E77
  • editor.selectionHighlightBackground#395A8E44
  • editor.wordHighlightBackground#7FACC633
  • editor.wordHighlightStrongBackground#55977833
  • editorBracketMatch.background#395A8E55
  • editorBracketMatch.border#7FACC6
  • editorCursor.foreground#F4BD48
  • editorError.foreground#A33A29
  • editorGroup.border#1C2830
  • editorGroupHeader.tabsBackground#0E1620
  • editorGutter.addedBackground#559778
  • editorGutter.deletedBackground#A33A29
  • editorGutter.modifiedBackground#F2B573
  • editorHoverWidget.background#0B131A
  • editorHoverWidget.border#1C2830
  • editorIndentGuide.activeBackground1#4A535B
  • editorIndentGuide.background1#1C2830
  • editorInfo.foreground#7FACC6
  • editorLineNumber.activeForeground#899498
  • editorLineNumber.foreground#4A535B
  • editorRuler.foreground#1C2830
  • editorSuggestWidget.background#0B131A
  • editorSuggestWidget.selectedBackground#0E2D58
  • editorWarning.foreground#F2B573
  • editorWhitespace.foreground#1C2830
  • editorWidget.background#0B131A
  • editorWidget.border#1C2830
  • errorForeground#A33A29
  • focusBorder#7FACC6
  • foreground#FFFCEB
  • gitDecoration.deletedResourceForeground#A33A29
  • gitDecoration.ignoredResourceForeground#4A535B
  • gitDecoration.modifiedResourceForeground#F2B573
  • gitDecoration.untrackedResourceForeground#559778
  • icon.foreground#899498
  • input.background#10171D
  • input.border#4A535B
  • input.foreground#FFFCEB
  • input.placeholderForeground#616F74
  • inputOption.activeBorder#7FACC6
  • list.activeSelectionBackground#0E2D58
  • list.activeSelectionForeground#FFFCEB
  • list.highlightForeground#F4BD48
  • list.hoverBackground#10171D
  • list.inactiveSelectionBackground#10171D
  • minimap.selectionHighlight#395A8E
  • panel.background#0B131A
  • panel.border#1C2830
  • panelTitle.activeForeground#FFFCEB
  • panelTitle.inactiveForeground#616F74
  • peekView.border#7FACC6
  • peekViewEditor.background#10171D
  • peekViewResult.background#0B131A
  • progressBar.background#F4BD48
  • scrollbarSlider.activeBackground#89949877
  • scrollbarSlider.background#89949833
  • scrollbarSlider.hoverBackground#89949855
  • selection.background#395A8E88
  • sideBar.background#0B131A
  • sideBar.foreground#C9C2B0
  • sideBarSectionHeader.background#0E1620
  • sideBarSectionHeader.foreground#F7CC9D
  • sideBarTitle.foreground#FFFCEB
  • statusBar.background#0E2D58
  • statusBar.debuggingBackground#D15C32
  • statusBar.debuggingForeground#FFFCEB
  • statusBar.foreground#FFFCEB
  • statusBar.noFolderBackground#0B1C38
  • statusBarItem.remoteBackground#559778
  • statusBarItem.remoteForeground#080F15
  • tab.activeBackground#080F15
  • tab.activeBorderTop#F4BD48
  • tab.activeForeground#FFFCEB
  • tab.border#0E1620
  • tab.hoverBackground#10171D
  • tab.inactiveBackground#0E1620
  • tab.inactiveForeground#616F74
  • terminal.ansiBlack#333230
  • terminal.ansiBlue#395A8E
  • terminal.ansiBrightBlack#4A535B
  • terminal.ansiBrightBlue#7FACC6
  • terminal.ansiBrightCyan#899498
  • terminal.ansiBrightGreen#A4AA35
  • terminal.ansiBrightMagenta#6C2B3B
  • terminal.ansiBrightRed#D15C32
  • terminal.ansiBrightWhite#FFFCEB
  • terminal.ansiBrightYellow#F2B573
  • terminal.ansiCyan#7FACC6
  • terminal.ansiGreen#559778
  • terminal.ansiMagenta#DE8DA0
  • terminal.ansiRed#A33A29
  • terminal.ansiWhite#C9C2B0
  • terminal.ansiYellow#F4BD48
  • terminal.foreground#FFFCEB
  • titleBar.activeBackground#0E2D58
  • titleBar.activeForeground#FFFCEB
  • titleBar.inactiveBackground#0B1C38
  • titleBar.inactiveForeground#7FACC6
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#616F74italic
string, string.quoted, constant.other.symbol#559778
string.regexp, constant.character.escape#A4AA35
constant.numeric, constant.language, constant.other#D15C32
keyword, keyword.control, storage, storage.type, storage.modifier#7FACC6
keyword.operator, punctuation.separator, punctuation.terminator#899498
entity.name.function, support.function, meta.function-call#F4BD48
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#A4AA35
variable, variable.other, meta.definition.variable#FFFCEB
variable.parameter, variable.other.parameter#F7CC9D
variable.other.constant, variable.other.enummember#F2B573
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#7FACC6
entity.name.namespace, entity.name.module#F2B573
markup.heading, entity.name.section#F4BD48bold
markup.bold#D15C32bold
markup.italic#559778italic
markup.inline.raw, markup.fenced_code#A4AA35
markup.underline.link, string.other.link#7FACC6underline
invalid, invalid.illegal#DE8DA0
punctuation, meta.brace#899498