Skip to main content
CodingTheme

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.

  • //Problem indicators with Ghibli-appropriate colors
  • activityBar.background#f0f2ed
  • activityBar.foreground#2d5a3d
  • activityBarBadge.background#ff6b35
  • activityBarBadge.foreground#ffffff
  • badge.background#ff6b35
  • badge.foreground#ffffff
  • button.background#4a7c59
  • button.foreground#ffffff
  • button.hoverBackground#6b9b37
  • debugToolBar.background#f8f9f5
  • dropdown.background#faf9f6
  • dropdown.border#d2d5ce
  • dropdown.foreground#2f2f2f
  • editor.background#fefefe
  • editor.findMatchBackground#a8d8a840
  • editor.findMatchHighlightBackground#a8d8a820
  • editor.foreground#2f2f2f
  • editor.selectionBackground#e6f4e660
  • editor.selectionHighlightBackground#e6f4e630
  • editor.wordHighlightBackground#7db46c20
  • editor.wordHighlightStrongBackground#7db46c30
  • editorBracketMatch.background#e6f4e6
  • editorBracketMatch.border#5a8a5a
  • editorCursor.foreground#e55100
  • editorError.foreground#d32f2f
  • editorGroup.border#d2d5ce
  • editorGroupHeader.tabsBackground#f8f9f5
  • editorIndentGuide.activeBackground1#a8d8a8
  • editorIndentGuide.background1#e8ebe5
  • editorLineNumber.activeForeground#2d5a3d
  • editorLineNumber.foreground#9aaa97
  • editorRuler.foreground#d2d5ce
  • editorWarning.foreground#f57c00
  • editorWhitespace.foreground#e8ebe5
  • focusBorder#4a7c59
  • foreground#2f2f2f
  • gitDecoration.addedResourceForeground#4a7c59
  • gitDecoration.conflictingResourceForeground#ff6b35
  • gitDecoration.deletedResourceForeground#d32f2f
  • gitDecoration.ignoredResourceForeground#9aaa97
  • gitDecoration.modifiedResourceForeground#f57c00
  • gitDecoration.untrackedResourceForeground#6b9b37
  • input.background#faf9f6
  • input.border#d2d5ce
  • input.foreground#2f2f2f
  • inputOption.activeBorder#4a7c59
  • list.activeSelectionBackground#e6f4e6
  • list.activeSelectionForeground#2d5a3d
  • list.hoverBackground#f5f6f2
  • list.inactiveSelectionBackground#f5f6f2
  • panel.background#faf9f6
  • panel.border#d2d5ce
  • panelTitle.activeForeground#2d5a3d
  • panelTitle.inactiveForeground#8a8a8a
  • progressBar.background#4a7c59
  • scrollbar.shadow#d2d5ce
  • scrollbarSlider.background#d2d5ce80
  • scrollbarSlider.hoverBackground#c4c7c0
  • sideBar.background#f8f9f5
  • sideBar.foreground#2f2f2f
  • sideBarSectionHeader.background#f0f2ed
  • sideBarSectionHeader.foreground#2d5a3d
  • statusBar.background#f0f2ed
  • statusBar.foreground#2d5a3d
  • statusBarItem.hoverBackground#e8ebe5
  • tab.activeBackground#fefefe
  • tab.activeForeground#2f2f2f
  • tab.border#d2d5ce
  • tab.inactiveBackground#f8f9f5
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#1976d2
  • terminal.ansiBrightBlack#9aaa97
  • terminal.ansiBrightBlue#42a5f5
  • terminal.ansiBrightCyan#26c6da
  • terminal.ansiBrightGreen#6b9b37
  • terminal.ansiBrightMagenta#ab47bc
  • terminal.ansiBrightRed#ff5722
  • terminal.ansiBrightWhite#2f2f2f
  • terminal.ansiBrightYellow#ffb300
  • terminal.ansiCyan#0097a7
  • terminal.ansiGreen#4a7c59
  • terminal.ansiMagenta#7b1fa2
  • terminal.ansiRed#d32f2f
  • terminal.ansiWhite#8a8a8a
  • terminal.ansiYellow#f57c00
  • terminal.background#fefefe
  • terminal.foreground#2f2f2f
  • titleBar.activeBackground#f8f9f5
  • titleBar.activeForeground#2f2f2f
  • titleBar.inactiveBackground#f8f9f5
  • titleBar.inactiveForeground#8a8a8a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9aaa97italic
string#2e7d32
constant.numeric#f57c00
constant.language#2f2f2fbold
keyword#2d5a3dbold
storage.type#1976d2
storage.modifier#8d6e63
entity.name.function#1565c0bold
entity.name.class#8d6e63bold
entity.name.type#1976d2
variable#2f2f2f
support.function#388e3c
support.class#7b1fa2
markup.heading#2d5a3dbold
markup.bold#8d6e63bold
markup.italic#e91e63italic
markup.underline#1976d2underline
markup.quote#9aaa97italic
meta.import, meta.export#ff6b35
punctuation.definition.tag#8d6e63
meta.tag, entity.name.tag#2d5a3d
entity.other.attribute-name#1976d2
punctuation.definition.string#f48fb1
meta.brace, punctuation.definition.block#4fc3f7
punctuation.separator, punctuation.terminator#f57c00
constant.character.escape#ff6b35bold

Shiki preview

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

Loading...