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#D8C3A5
  • activityBar.foreground#000000
  • editor.background#FAF3E8
  • editor.foreground#4A3219
  • editor.selectionBackground#E3D3C1
  • editorCursor.foreground#D68C45
  • editorIndentGuide.background#E3D3C1
  • editorLineNumber.foreground#A68A64
  • sideBar.background#F2E8D8
  • sideBar.foreground#4A3219
  • statusBar.background#D8C3A5
  • statusBar.foreground#000000
  • tab.activeBackground#FAF3E8
  • tab.activeForeground#4A3219
  • tab.inactiveBackground#F2E8D8
  • tab.inactiveForeground#A68A64
  • terminal.background#FAF3E8
  • terminal.foreground#4A3219
  • titleBar.activeBackground#D8C3A5
  • titleBar.activeForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A68A64italic
keyword, storage, variable.language#FFD700
string, punctuation.definition.string#E24E6B
entity.name.function, support.function, meta.function-call#42B883
constant.numeric, constant.language#D68C45
variable, support.variable, entity.name.type#4A3219
Adhera theme by ShavuParmar - VS Code Theme