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#ff751a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#00ace6
  • editor.background#f2f2f2
  • editor.foreground#5e5e5e
  • editor.inactiveSelectionBackground#c0c0c0
  • editor.inactiveSelectionBorder#c0c0c0
  • editor.lineHighlightBackground#dadada
  • editor.lineHighlightBorder#dadada
  • editor.selectionBackground#cdcdcd
  • editor.selectionBorder#cdcdcd
  • editor.selectionForeground#cdcdcd
  • editor.selectionHighlightBackground#cacaca
  • editor.selectionHighlightBorder#cacaca
  • editorCursor.foreground#5e5e5e
  • editorIndentGuide.activeBackground#e0e0e0
  • editorIndentGuide.background#d7d7d7
  • editorLineNumber.activeForeground#9d9d9d
  • editorLineNumber.foreground#c7c7c7
  • editorLink.activeForeground#e0e0e0
  • editorRuler.foreground#5e5e5e
  • sideBar.background#f2f2f2
  • sideBar.border#cfcfcf
  • sideBar.dropBackground#202020
  • sideBar.foreground#5e5e5e
  • sideBarSectionHeader.background#cfcfcf
  • sideBarSectionHeader.foreground#5e5e5e
  • sideBarTitle.foreground#5e5e5e
  • tab.activeBorder#ff751a
  • tab.activeModifiedBorder#d0d0d0
  • tab.unfocusedActiveBorder#c0c0c0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#707070
comment#cfcfcf
comment.line#cfcfcf
comment.block#c2c2c2
constant#3B9641
constant.numeric#FF9F00
constant.numeric.integer#FF9F00
constant.numeric.float#FF9F00
constant.numeric.hex constant.numeric.octal#FF9F00
constant.character#FF9F00
constant.language#FF9F00
constant.other#8CBB00
entity.name.type#B8813A
entity.name.class#B8813A
entity.name.enum#B8813A
entity.name.function#008BE8
entity.name.tag#E00327
entity.other.attribute-name#36a6ff
entity.other.inherited-class#36a6ff
invalid#FFFFFFunderline
invalid.illegal#FFFFFFunderline
invalid.deprecated#FFFFFFunderline
keyword#E20000
keyword.control#ff3e3e
keyword.control.conditional#ca2010
keyword.control.import#ca101d
keyword.operator#E5C400
keyword.operator.assignment#ff7c00
keyword.operator.arithmetic#FF0065
keyword.operator.bitwise#2CBD6E
keyword.operator.logical#ffaf00
keyword.operator.word#ffaf00
punctuation.definition.keyword#ff3e3e
keyword.operator.other#ff3e76
punctuation.separator#A0A0A0
punctuation.accessor#4296B7
punctuation.terminator#9A9A9A
storage#ab673f
storage.type#FC4949
support.constant#51BE85
support.function#5EC820
support.module#5EC820
support.type#C12CEB
support.class#C12CEB
support.other#FDA831
string#ff9900
variable#67BF6C
variable.parameter#26A563
variable.function#26A563
variable.other.readwrite#26A563
variable.language#FF7300

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Shark Color Themes - Coding Theme