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#000
  • activityBar.foreground#777777
  • activityBarBadge.background#4e4e4e
  • activityBarBadge.foreground#fff
  • button.background#696969
  • editor.background#000
  • editor.findMatchBackground#705728
  • editor.findMatchHighlightBackground#64625d
  • editor.foreground#ffffffc0
  • editor.lineHighlightBackground#2525257f
  • editor.selectionBackground#5a5a5a7f
  • editor.selectionHighlightBackground#8a8a8a81
  • editorCursor.foreground#fff
  • editorGroupHeader.tabsBackground#1a1a1a
  • editorGroupHeader.tabsBorder#0000
  • editorLineNumber.foreground#363636
  • editorRuler.foreground#202020
  • focusBorder#acacac
  • list.activeSelectionBackground#7e7e7e
  • list.focusBackground#7e7e7eaa
  • list.highlightForeground#e4e4e4
  • list.hoverBackground#7a7a7a66
  • list.inactiveSelectionBackground#505050
  • menu.background#313131
  • menu.foreground#c2c0bf
  • panel.background#000
  • sideBar.background#1a1a1a
  • statusBar.background#000
  • statusBar.debuggingBackground#FFCC6D
  • statusBar.debuggingForeground#000
  • statusBar.foreground#DDD
  • statusBar.noFolderBackground#000
  • statusBar.noFolderForeground#ececec
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#325CC0
  • terminal.ansiBrightBlack#777777
  • terminal.ansiBrightBlue#007ACC
  • terminal.ansiBrightCyan#00AACB
  • terminal.ansiBrightGreen#60CB00
  • terminal.ansiBrightMagenta#E64CE6
  • terminal.ansiBrightRed#F05050
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFBC5D
  • terminal.ansiCyan#0083B2
  • terminal.ansiGreen#448C27
  • terminal.ansiMagenta#7A3E9D
  • terminal.ansiRed#AA3731
  • terminal.ansiWhite#FFF
  • terminal.ansiYellow#CB9000
  • titleBar.activeBackground#000
  • titleBar.activeForeground#adadad
  • titleBar.inactiveBackground#000
  • titleBar.inactiveForeground#313131

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, comment.documentation, comment.block.documentation, comment.block.preprocessor#888
invalid.illegal#f31313
keyword, storage#fff
entity.name.function, support.function#fff
variable.other.constant#fff
string#94873c
meta.paragraph.markdown, meta.structure.array.json, meta.structure.array.json.comments, meta.structure.dictionary.json, meta.structure.dictionary.json.comments, meta.structure.dictionary.value.json, meta.structure.dictionary.value.json.comments, source.json, source.json.comments, string.json, string.quoted.double.json, string.quoted.double.json.comments, support.type.property-name.json, support.type.property-name.json.comments, text.html.markdown#fff
constant.language, support.constant, variable.language, keyword.operator, storage.type, support.type, variable, entity.name.type, support.class, entity.name.exception, entity.name.section, constant.numeric, constant.character, constant, constant.character.escape, string.regexp, constant.other.symbol, punctuation

Shiki preview

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

Loading...

Albedo - Coding Theme