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#B8AA82
  • breadcrumb.foreground#A89878
  • dropdown.background#B8AA82
  • editor.background#C9BB98
  • editor.foreground#D4C8AE
  • editor.lineHighlightBackground#BFB092
  • editor.selectionBackground#B8AA7888
  • editorCursor.foreground#E5D9B4
  • editorLineNumber.activeForeground#B8AA88
  • editorLineNumber.foreground#8A7D62
  • editorWidget.background#C0B28E
  • focusBorder#A8945088
  • foreground#D4C8AE
  • input.background#B8AA82
  • input.foreground#F0E6CC
  • list.activeSelectionBackground#A89868
  • list.hoverBackground#B8AA78
  • menu.background#C0B28E
  • panel.background#BFB092
  • panel.border#A89878
  • quickInput.background#C0B28E
  • sideBar.background#C0B28E
  • sideBar.foreground#DACEAE
  • statusBar.background#B8AA82
  • statusBar.foreground#E8DCC0
  • tab.activeBackground#C9BB98
  • tab.activeForeground#F0E6CC
  • tab.inactiveBackground#BFB092
  • tab.inactiveForeground#A89878
  • terminal.background#C0B28E
  • terminal.foreground#E8DCC0
  • titleBar.activeBackground#C0B28E
  • titleBar.activeForeground#E8DCC0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9A8E72italic
string#8A9870
keyword#C4AA68
entity.name.function, support.function#88A090
entity.name.type, support.type#A89070
variable#DACEAE
constant.numeric#C4A070