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#0D120F
  • activityBar.foreground#58B852
  • editor.background#111613
  • editor.foreground#DCE6DD
  • editor.lineHighlightBackground#18221B
  • editor.selectionBackground#25402980
  • editorCursor.foreground#F26B38
  • editorLineNumber.activeForeground#58B852
  • editorLineNumber.foreground#3A4D3C
  • sideBar.background#141C16
  • sideBar.foreground#C3D2C4
  • sideBarTitle.foreground#58B852
  • statusBar.background#0B100D
  • statusBar.foreground#93A895
  • tab.activeBackground#111613
  • tab.activeForeground#58B852
  • tab.inactiveBackground#141C16
  • tab.inactiveForeground#768A78
  • titleBar.activeBackground#0D120F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier#F26B38bold
entity.name.function, support.function#58B852
string, punctuation.definition.string#A8DA9B
variable, meta.parameter#E0C2A6
constant.numeric, constant.language#EAA845
entity.name.type, entity.name.class, support.class#80C2A5bold
comment, punctuation.definition.comment#536B56italic