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#1f2023
  • activityBar.foreground#cccccc
  • activityBar.inactiveForeground#888888
  • editor.background#1c1d20
  • editor.findMatchBackground#fedd38
  • editor.foreground#cbccd1
  • editor.selectionBackground#38383b
  • editorCursor.background#fedd38
  • editorCursor.foreground#cbccd1
  • editorGroup.border#32363b
  • editorGutter.background#1c1d20
  • editorLineNumber.activeForeground#cbccd1
  • editorLineNumber.foreground#3f444a
  • inlineChatInput.background#1e1f23
  • inlineChatInput.foreground#cbccd1
  • inlineChatInput.placeholderForeground#fedd38
  • input.background#1e1f23
  • input.foreground#cbccd1
  • input.placeholderForeground#fedd38
  • panel.background#1c1d20
  • sideBar.background#1f2023
  • statusBar.background#0d0e10
  • statusBar.foreground#cbccd1
  • statusBar.noFolderBackground#1b1c1f
  • statusBarItem.remoteBackground#0d0e10
  • statusBarItem.remoteForeground#cbccd1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#ea3d54
comment#5B6268
markup.heading#ea3d54
entity.name.tag#5B6268
entity.name.tag#ea3d54
comment#5B6268
markup.underline.link#b978ab
keyword#ee7b29
markup.fenced_code, markup.inline.raw
markup.list#78bd65
invalid#ea3d54
keyword#fedd38
keyword#4fb3d8
invalid.deprecated#fedd38
invalid.deprecated
markup.inserted#78bd65
markup.inserted#609750
comment#b978ab
comment#ea3d54
comment#ee7b29
comment#78bd65
comment#b978ab
keyword#4fb3d8
gitDecoration.addedResourceForeground#78bd65
gitDecoration.untrackedResourceForeground#7bc5e1
gitDecoration.ignoredResourceForeground#5B6268
gitDecoration.renamedResourceForeground#7bc5e1
gitDecoration.modifiedResourceForeground#b978ab
breadcrumb.foreground, tree.tableColumnHeader.foreground#4fb3d8
explorer.fileForeground#cbccd1
explorer.directoryForeground#cbccd1
comment.documentation#696969
editorSuggestWidget.highlightForeground#fedd38
editorSuggestWidget.selectedBackground
editorSuggestWidget.background#cbccd1
invalid#FF0000
invalid#fedd38
invalid#ee7b29
invalid#ee7b29
invalid#78bd65
invalid, invalid.deprecated#fedd38
invalid#ea3d54
invalid.deprecated#fedd38
invalid#ea3d54
invalid#ea3d54
invalid.deprecated#fedd38
invalid#ea3d54
invalid.deprecated#fedd38
invalid#ea3d54
entity.name.type#ea3d54
variable#FFA500
entity.name.function#4D4DDDDDDDDD
constant#FF1493
string#FFA500
comment.documentation#5B6268
diffEditor.insertedTextBackground#78bd65
diffEditor.removedTextBackground#ea3d54
invalid#FF0000
entity.name.function#4fb3d8
diff.insertedTextBackground#78bd65
diff.removedTextBackground#ea3d54
meta.diff.header.file#4fb3d8
meta.diff.header#4fb3d8
invalid.deprecated#ea3d54
invalid.deprecated#fedd38
entity.name.function#cbccd1
invalid.deprecated#fedd38
string#FFFFE0
invalid.deprecated#fedd38
invalid#ea3d54
invalid.deprecated#fedd38
invalid#ea3d54
variable#78bd65
variable#b978ab
variable#3f444a
comment#3f444a
comment#cbccd1
comment.documentation#78bd65
editor.findMatchBackground#78bd65
editor.findMatchHighlightBackground#DFDFDF
editor.findMatchBackground, editor.findMatchHighlightBackground#DFDFDF
string.regexp#78bd65
string.regexp#78bd65
string.regexp#4fb3d8
meta.preprocessor, keyword.control.import#78bd65
invalid.deprecated#fedd38
invalid.deprecated#fedd38
constant, constant.language, support.constant#ee7b29
constant#ee7b29
storage.type, support.type, entity.name.type#ee7b29
entity.name.type#ee7b29
variable#cbccd1
variable, variable.other#cbccd1
variable#cbccd1
entity.name.function#fedd38
entity.name.function, support.function#fedd38
entity.name.function#fedd38
support.function, support.class, support.type#fedd38
keyword, storage, keyword.control, storage.modifier#ea3d54
keyword#ea3d54
comment.documentation#ee7b29
comment.documentation, comment.block.documentation#7bc5e1
comment.documentation#7bc5e1
string, string.quoted, string.template#4fb3d8
string#4fb3d8
comment, punctuation.definition.comment#5B6268
comment#5B6268
comment, punctuation.definition.comment#5B6268
comment#5B6268
invalid#1B2229
invalid
invalid.illegal#1B2229
editor.wordHighlightStrongBackground#ea3d54
invalid.deprecated#fedd38
invalid.illegal#ea3d54
editorCursor.foreground
editorGutter.background#3f444a
editorGroup.border#32363b
editorGroupHeader.tabsBackground#cbccd1
statusBar.noFolderBackground#5B6268
statusBar.background, statusBar.foreground#cbccd1
editorLineNumber.activeForeground
editorLineNumber.activeForeground#cbccd1
editorLineNumber.foreground#3f444a
invalid.deprecated
editor.selectionHighlightBackground
editor.selectionBackground, editor.selectionForeground
editor.findMatchBackground#1B2229

Shiki preview

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

Loading...