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#EEE
  • activityBar.foreground#505152
  • activityBarBadge.background#4e4e4e
  • activityBarBadge.foreground#fff
  • button.background#696969
  • editor.background#FFF
  • editor.findMatchBackground#FFCC6D
  • editor.findMatchHighlightBackground#FEE8A6
  • editor.foreground#000000c0
  • editor.lineHighlightBackground#0000000a
  • editor.selectionBackground#B3D7FF
  • editor.selectionHighlightBackground#E1E1E1
  • editorCursor.foreground#007ADD
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorLineNumber.foreground#9DA28A
  • editorRuler.foreground#c7c7c7
  • focusBorder#acacac
  • list.activeSelectionBackground#b9b9b9
  • list.focusBackground#a5a5a5aa
  • list.highlightForeground#e4e4e4
  • list.hoverBackground#bdbdbd66
  • list.inactiveSelectionBackground#e2e2e2
  • menu.background#ebebeb
  • menu.foreground#303030
  • panel.background#FFF
  • sideBar.background#f7f7f7
  • statusBar.background#DDDDDD
  • statusBar.debuggingBackground#FFCC6D
  • statusBar.debuggingForeground#000
  • statusBar.foreground#424242
  • statusBar.noFolderBackground#DDDDDD
  • statusBar.noFolderForeground#7a7a7a
  • 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

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#000
entity.name.function, support.function#000
variable.other.constant#000
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#000
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