Skip to main content
Coding Theme

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.

  • _comment=== HOUSE MARTELL: Unbowed, Unbent, Unbroken ===
  • _comment2=== Palette: Desert night, burnt orange, sand gold, terracotta ===
  • activityBar.background#0D0A08
  • activityBar.border#1C1610
  • activityBar.foreground#FF8C00
  • activityBar.inactiveForeground#4A3828
  • activityBarBadge.background#CC3333
  • activityBarBadge.foreground#FFD700
  • badge.background#CC3333
  • badge.foreground#FFD700
  • button.background#D2691E
  • button.foreground#0D0A08
  • button.hoverBackground#FF8C00
  • editor.background#14100C
  • editor.findMatchBackground#FF8C0055
  • editor.findMatchHighlightBackground#FF8C0033
  • editor.foreground#E0D0B0
  • editor.hoverHighlightBackground#D2691E22
  • editor.lineHighlightBackground#1C1610
  • editor.lineHighlightBorder#2A2018
  • editor.selectionBackground#D2691E40
  • editor.wordHighlightBackground#FF8C0022
  • editorBracketHighlight.foreground1#FF8C00
  • editorBracketHighlight.foreground2#D2691E
  • editorBracketHighlight.foreground3#F4A460
  • editorBracketHighlight.foreground4#CD853F
  • editorBracketHighlight.foreground5#DEB887
  • editorBracketHighlight.foreground6#FFD700
  • editorBracketHighlight.unexpectedBracket.foreground#FF0000
  • editorBracketMatch.background#FF8C0033
  • editorBracketMatch.border#FF8C00AA
  • editorCodeLens.foreground#6A5030
  • editorCursor.foreground#FF8C00
  • editorGroupHeader.tabsBackground#0D0A08
  • editorGutter.addedBackground#7AAA3A
  • editorGutter.background#14100C
  • editorGutter.deletedBackground#CC3333
  • editorGutter.modifiedBackground#FF8C00
  • editorIndentGuide.activeBackground#FF8C0055
  • editorIndentGuide.background#2A2018
  • editorLineNumber.activeForeground#FF8C00
  • editorLineNumber.foreground#3A2A18
  • editorLink.activeForeground#FF8C00
  • editorSuggestWidget.highlightForeground#FF8C00
  • editorWhitespace.foreground#2A2018
  • editorWidget.background#14100C
  • editorWidget.border#3A2A18
  • focusBorder#FF8C0088
  • gitDecoration.addedResourceForeground#7AAA3A
  • gitDecoration.deletedResourceForeground#CC3333
  • gitDecoration.modifiedResourceForeground#FF8C00
  • icon.foreground#FF8C00
  • input.background#100D0A
  • input.border#3A2A18
  • input.foreground#E0D0B0
  • list.activeSelectionBackground#D2691E44
  • list.activeSelectionForeground#FF8C00
  • list.highlightForeground#FF8C00
  • list.hoverBackground#1C1610
  • list.inactiveSelectionBackground#1C1610
  • minimap.background#0D0A08
  • notifications.background#14100C
  • panel.background#0D0A08
  • panel.border#1C1610
  • panelTitle.activeForeground#FF8C00
  • panelTitle.inactiveForeground#4A3828
  • progressBar.background#D2691E
  • quickInput.background#14100C
  • quickInputList.focusBackground#D2691E44
  • settings.headerForeground#FF8C00
  • sideBar.background#100D0A
  • sideBar.border#1C1610
  • sideBar.foreground#B09060
  • sideBarSectionHeader.background#0D0A08
  • sideBarSectionHeader.foreground#FF8C00
  • sideBarTitle.foreground#FF8C00
  • statusBar.background#0D0A08
  • statusBar.border#D2691E44
  • statusBar.debuggingBackground#CC3333
  • statusBar.debuggingForeground#FFD700
  • statusBar.foreground#FF8C00
  • tab.activeBackground#14100C
  • tab.activeBorderTop#FF8C00
  • tab.activeForeground#FF8C00
  • tab.border#1C1610
  • tab.hoverBackground#1C1610
  • tab.inactiveBackground#0D0A08
  • tab.inactiveForeground#4A3828
  • terminal.ansiBlack#0D0A08
  • terminal.ansiBlue#5A7A9A
  • terminal.ansiBrightBlack#4A3828
  • terminal.ansiBrightBlue#8AAABB
  • terminal.ansiBrightCyan#8ABAAA
  • terminal.ansiBrightGreen#AADA5A
  • terminal.ansiBrightMagenta#CC8888
  • terminal.ansiBrightRed#FF5555
  • terminal.ansiBrightWhite#E0D0B0
  • terminal.ansiBrightYellow#FF8C00
  • terminal.ansiCyan#5A8A7A
  • terminal.ansiGreen#7AAA3A
  • terminal.ansiMagenta#9A5A5A
  • terminal.ansiRed#CC3333
  • terminal.ansiWhite#B09060
  • terminal.ansiYellow#D2691E
  • terminal.background#0D0A08
  • terminal.foreground#E0D0B0
  • terminalCursor.foreground#FF8C00
  • titleBar.activeBackground#0D0A08
  • titleBar.activeForeground#FF8C00
  • titleBar.border#1C1610
  • titleBar.inactiveBackground#0A0806
  • titleBar.inactiveForeground#4A3828
  • window.activeBorder#D2691E
  • window.inactiveBorder#1C1610

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, text#E0D0B0
comment, punctuation.definition.comment#5A4830italic
keyword, keyword.control, storage.type, storage.modifier#CC3333bold
keyword.operator#B09060
string, string.quoted#F4A460
constant.character.escape#7AAA3A
constant.numeric#DEB887
constant, constant.language#F0E0C0bold
constant.language.boolean, constant.language.null#CD853Fitalic
entity.name.function, support.function#FF8C00
variable.parameter#B09060italic
entity.name.class, support.class#FF8C00bold
entity.name.type, support.type#D2691E
variable, variable.other#8AAA6A
variable.other.property#B09060
support.type.property-name#F4A460
variable.language.this#CC3333italic
keyword.control.import, keyword.control.export#CC3333bold
punctuation.separator#6A5030
entity.name.tag#CC3333
entity.other.attribute-name#F4A460italic
support.type.property-name.json#FF8C00
markup.heading#FF8C00bold
invalid#FF0000bold underline