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.

  • activityBar.activeBorder#00704A
  • activityBar.background#E8F5E9
  • activityBar.foreground#00704A
  • activityBarBadge.background#00704A
  • activityBarBadge.foreground#FFFFFF
  • badge.background#00704A
  • badge.foreground#FFFFFF
  • button.background#00704A
  • button.foreground#FFFFFF
  • button.hoverBackground#005A3C
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#2E2E2E
  • editor.background#FAFAF5
  • editor.findMatchBackground#FFE082
  • editor.findMatchHighlightBackground#FFF59D
  • editor.foreground#2E2E2E
  • editor.lineHighlightBackground#E0FFE0
  • editor.lineHighlightBorder#B2FFB2
  • editor.selectionBackground#CDE9D5
  • editor.selectionHighlightBackground#D6F2DA
  • editorBracketMatch.background#A5D6A7
  • editorBracketMatch.border#00704A
  • editorCursor.foreground#00704A
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorIndentGuide.activeBackground#A5D6A7
  • editorIndentGuide.background#E0E0E0
  • editorLineNumber.activeForeground#00704A
  • editorLineNumber.foreground#9E9E9E
  • editorWhitespace.foreground#BDBDBD
  • focusBorder#00704A
  • gitDecoration.conflictingResourceForeground#E91E63
  • gitDecoration.deletedResourceForeground#F44336
  • gitDecoration.modifiedResourceForeground#FFB300
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#2E2E2E
  • input.placeholderForeground#9E9E9E
  • inputOption.activeBorder#00704A
  • list.activeSelectionBackground#C8E6C9
  • list.activeSelectionForeground#00704A
  • list.focusBackground#C8E6C9
  • list.highlightForeground#00704A
  • list.hoverBackground#E8F5E9
  • minimap.background#FFFFFF00
  • minimapSlider.activeBackground#757575AA
  • minimapSlider.background#BDBDBD80
  • minimapSlider.hoverBackground#9E9E9E99
  • panel.background#FAFAF5
  • panel.border#E0E0E0
  • panelTitle.activeBorder#00704A
  • panelTitle.activeForeground#00704A
  • panelTitle.inactiveForeground#666666
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#757575AA
  • scrollbarSlider.background#BDBDBD80
  • scrollbarSlider.hoverBackground#9E9E9E99
  • sideBar.background#FFFFFF
  • sideBar.foreground#2E2E2E
  • sideBarSectionHeader.background#F0F0F0
  • sideBarSectionHeader.foreground#00704A
  • sideBarTitle.foreground#00704A
  • statusBar.background#00704A
  • statusBar.debuggingBackground#B71C1C
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#E0E0E0
  • statusBarItem.hoverBackground#005A3C
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#00704A
  • tab.activeForeground#00704A
  • tab.border#E0E0E0
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#666666
  • terminal.ansiBlue#42A5F5
  • terminal.ansiBrightBlue#2196F3
  • terminal.ansiBrightCyan#00BCD4
  • terminal.ansiBrightGreen#43A047
  • terminal.ansiBrightMagenta#E91E63
  • terminal.ansiBrightRed#F44336
  • terminal.ansiBrightYellow#FFC107
  • terminal.ansiCyan#26C6DA
  • terminal.ansiGreen#66BB6A
  • terminal.ansiMagenta#AB47BC
  • terminal.ansiRed#EF5350
  • terminal.ansiYellow#FFCA28
  • terminal.background#FAFAF5
  • terminal.foreground#2E2E2E
  • titleBar.activeBackground#E8F5E9
  • titleBar.activeForeground#00704A
  • titleBar.inactiveBackground#F0F0F0
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A737Ditalic
string, string.quoted, string.template#66BB6A
keyword, storage.type, storage.modifier#00704Abold
keyword.operator, punctuation.accessor#5C6BC0
variable, variable.other#A626A4
variable.parameter#6C71C4italic
entity.name.function, support.function#D19A66
meta.function-call#C18401
entity.name.class, entity.name.type.class, support.class#C678DDbold
entity.name.type, support.type#E6C07B
entity.name.type.interface#56B6C2italic
constant.numeric#005C5C
constant, constant.language, constant.character#D19A66
constant.language.boolean#E45649bold
variable.other.property, support.variable.property#9A8F7D
meta.object-literal.key#C678DD
entity.name.tag, punctuation.definition.tag#E06C75
entity.other.attribute-name#D19A66italic
punctuation, meta.brace#ABB2BF
string.regexp#D55FDE
constant.character.escape#C678DD
meta.decorator, punctuation.decorator#61AFEF
invalid, invalid.illegal#F44747strikethrough
markup.heading, entity.name.section#61AFEFbold
markup.bold#E5C07Bbold
markup.italic#98C379italic
markup.underline.link#61AFEF
markup.inline.raw, markup.fenced_code#C678DD
support.type.property-name.json#61AFEF
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#C678DD
support.type.property-name.css#E5C07B
support.constant.property-value.css#D19A66