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#181825
  • activityBar.foreground#cdd6f4
  • activityBar.inactiveForeground#7f849c
  • editor.background#1e1e2e
  • editor.findMatchBackground#89b4fa40
  • editor.findMatchHighlightBackground#89b4fa30
  • editor.foreground#cdd6f4
  • editor.lineHighlightBackground#31324440
  • editor.selectionBackground#585b7080
  • editorBracketMatch.background#585b7040
  • editorBracketMatch.border#89b4fa80
  • editorCursor.foreground#f5e0dc
  • editorGutter.commentRangeForeground#7f849c
  • editorIndentGuide.activeBackground1#585b70
  • editorIndentGuide.background1#45475a60
  • editorLineNumber.activeForeground#cdd6f4
  • editorLineNumber.foreground#7f849c
  • editorWhitespace.foreground#45475a80
  • input.background#313244
  • input.border#45475a
  • list.activeSelectionBackground#45475a
  • list.hoverBackground#313244
  • panel.border#313244
  • sideBar.background#181825
  • sideBar.border#313244
  • sideBar.foreground#cdd6f4
  • statusBar.background#181825
  • statusBar.debuggingBackground#181825
  • statusBar.noFolderBackground#181825
  • tab.activeBackground#1e1e2e
  • tab.border#181825
  • tab.inactiveBackground#181825
  • titleBar.activeBackground#181825
  • titleBar.activeForeground#cdd6f4
  • titleBar.inactiveBackground#181825
  • titleBar.inactiveForeground#7f849c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7f849citalic
string#a6e3a1
constant.numeric#fab387
constant.language.boolean#fab387bold
constant.language.null#fab387
keyword.control#cba6f7bold
keyword.declaration#f9e2afbold
keyword.other#89dcebitalic
keyword.operator.logical#f38ba8
keyword.operator.ezafe#89b4fa
keyword.operator#89b4fa
support.function.builtin#a6e3a1
entity.name.function#89b4fa
entity.name.type, support.type#94e2d5italic
support.class.exception#f38ba8underline
entity.name.namespace#74c7ecitalic
variable.language.this#f38ba8italic
variable.other#cdd6f4
punctuation#9399b2
meta.decorator#f5c2e7