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#1b1401
  • editor.background#1b1401
  • editor.foreground#fcefb4
  • editorCursor.foreground#f9a825
  • editorLineNumber.foreground#5d4037
  • sideBar.background#1b1401
  • statusBar.background#1b1401

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5d4037italic
keyword.control, storage.type#d84315bold
string.quoted#c0ca33
constant.numeric#ffd54f
entity.name.function, support.function#f9a825
support.function.fiber#8bc34abold
constant.language#bf360c