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.background#ced2d8
  • activityBar.foreground#333333
  • activityBar.inactiveForeground#666666
  • editor.background#E5E9F0
  • editor.findMatchBackground#5d86b6
  • editor.foreground#3B4252
  • editor.selectionBackground#B8C5DB
  • editorCursor.background#5d86b6
  • editorCursor.foreground#3B4252
  • editorGroup.border#c2c6cb
  • editorGutter.background#E5E9F0
  • editorLineNumber.activeForeground#60728C
  • editorLineNumber.foreground#bec7d8
  • inlineChatInput.background#cacdd3
  • inlineChatInput.foreground#1e2129
  • inlineChatInput.placeholderForeground#5d86b6
  • input.background#cacdd3
  • input.foreground#1e2129
  • input.placeholderForeground#5d86b6
  • panel.background#E5E9F0
  • sideBar.background#ced2d8
  • statusBar.background#e0e4eb
  • statusBar.foreground#232831
  • statusBar.noFolderBackground#E5E9F0
  • statusBarItem.remoteBackground#e0e4eb
  • statusBarItem.remoteForeground#232831

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#3B6EA8
comment#8b94a5
markup.heading#99324B
entity.name.tag#AEBACF
entity.name.tag#3B6EA8
comment#8b94a5
markup.underline.link#97365B
keyword#9A7500
markup.fenced_code, markup.inline.raw
markup.list#99324B
invalid#99324B
keyword#9A7500
keyword#4F894C
invalid.deprecated#9A7500
invalid.deprecated
markup.inserted#4F894C
markup.inserted#3f6d3c
comment#842879
comment#3B6EA8
comment#AC4426
comment#4F894C
comment#97365B
keyword#398EAC
gitDecoration.addedResourceForeground#4F894C
gitDecoration.untrackedResourceForeground#828b9b
gitDecoration.ignoredResourceForeground#8b94a5
gitDecoration.renamedResourceForeground#828b9b
gitDecoration.modifiedResourceForeground#842879
breadcrumb.foreground, tree.tableColumnHeader.foreground#4F894C
explorer.fileForeground#3B4252
explorer.directoryForeground#3B4252
comment.documentation#696969
editorSuggestWidget.highlightForeground#5d86b6
editorSuggestWidget.selectedBackground
editorSuggestWidget.background#3B4252
invalid#FF0000
invalid#29838D
invalid#9A7500
invalid#9A7500
invalid#4F894C
invalid, invalid.deprecated#9A7500
invalid#99324B
invalid.deprecated#9A7500
invalid#99324B
invalid#99324B
invalid.deprecated#9A7500
invalid#99324B
invalid.deprecated#9A7500
invalid#99324B
entity.name.type#3B6EA8
variable#B22222
entity.name.function#00008B
constant#FF1493
string#CD0000
comment.documentation#8b94a5
diffEditor.insertedTextBackground#4F894C
diffEditor.removedTextBackground#99324B
invalid#FF0000
entity.name.function#398EAC
diff.insertedTextBackground#4F894C
diff.removedTextBackground#99324B
meta.diff.header.file#3B6EA8
meta.diff.header#398EAC
invalid.deprecated#99324B
invalid.deprecated#9A7500
entity.name.function#842879
invalid.deprecated#9A7500
string#00008B
invalid.deprecated#9A7500
invalid#99324B
invalid.deprecated#9A7500
invalid#99324B
variable#4F894C
variable#97365B
variable#B8C5DB
comment#B8C5DB
comment#3B4252
comment.documentation#4F894C
editor.findMatchBackground#4F894C
editor.findMatchHighlightBackground#F0F4FC
editor.findMatchBackground, editor.findMatchHighlightBackground#F0F4FC
string.regexp#3B6EA8
string.regexp#3B6EA8
string.regexp#4F894C
meta.preprocessor, keyword.control.import#3B6EA8
invalid.deprecated#9A7500
invalid.deprecated#9A7500
constant, constant.language, support.constant#97365B
constant#97365B
storage.type, support.type, entity.name.type#9A7500
entity.name.type#9A7500
variable#842879
variable, variable.other#842879
variable#842879
entity.name.function#29838D
entity.name.function, support.function#29838D
entity.name.function#29838D
support.function, support.class, support.type#29838D
keyword, storage, keyword.control, storage.modifier#3B6EA8
keyword#3B6EA8
comment.documentation#97365B
comment.documentation, comment.block.documentation#828b9b
comment.documentation#828b9b
string, string.quoted, string.template#4F894C
string#4F894C
comment, punctuation.definition.comment#8b94a5
comment#8b94a5
comment, punctuation.definition.comment#8b94a5
comment#8b94a5
invalid#F0F4FC
invalid
invalid.illegal#C2D0E7
editor.wordHighlightStrongBackground#99324B
invalid.deprecated#9A7500
invalid.illegal#99324B
editorCursor.foreground
editorGutter.background#B8C5DB
editorGroup.border#c2c6cb
editorGroupHeader.tabsBackground
statusBar.noFolderBackground#A1ACC0
statusBar.background, statusBar.foreground
editorLineNumber.activeForeground
editorLineNumber.activeForeground#60728C
editorLineNumber.foreground#bec7d8
invalid.deprecated
editor.selectionHighlightBackground
editor.selectionBackground, editor.selectionForeground
editor.findMatchBackground#F0F4FC

Shiki preview

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

Loading...