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.activeBorder#FF2D2D
  • activityBar.background#161b22
  • activityBar.foreground#F2F2F2
  • activityBar.inactiveForeground#6e7681
  • activityBarBadge.background#FF2D2D
  • activityBarBadge.foreground#161b22
  • editor.background#0d1117
  • editor.foreground#F2F2F2
  • editor.lineHighlightBackground#161b22
  • editor.selectionBackground#264f78
  • editor.selectionHighlightBackground#3b3b3b60
  • editorCursor.foreground#FF2D2D
  • editorGroupHeader.tabsBackground#161b22
  • editorIndentGuide.activeBackground1#FF2D2D
  • editorIndentGuide.background1#21262d
  • editorLineNumber.activeForeground#FF2D2D
  • editorLineNumber.foreground#7C7C8C
  • panel.background#161b22
  • panel.border#FF2D2D
  • sideBar.background#161b22
  • sideBar.foreground#F2F2F2
  • sideBarSectionHeader.background#21262d
  • sideBarSectionHeader.foreground#FF2D2D
  • statusBar.background#161b22
  • statusBar.debuggingBackground#FF2D2D
  • statusBar.debuggingForeground#161b22
  • statusBar.foreground#F2F2F2
  • statusBar.noFolderBackground#161b22
  • tab.activeBackground#21262d
  • tab.activeBorder#FF2D2D
  • tab.activeForeground#FF2D2D
  • tab.border#21262d
  • tab.inactiveBackground#161b22
  • tab.inactiveForeground#7C7C8C
  • tab.unfocusedActiveBorder#FF2D2D99
  • titleBar.activeBackground#161b22
  • titleBar.activeForeground#F2F2F2
  • titleBar.inactiveBackground#0d1117
  • titleBar.inactiveForeground#6e7681

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.block#6a737ditalic
comment.block.documentation, comment.line.documentation#8b949e
keyword, keyword.control, keyword.operator.new, keyword.operator.expression#FF2D2Dbold
keyword.control.go, keyword.function.go, keyword.const.go, keyword.var.go#FF2D2Dbold
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#FF2D2D
storage.type, storage.modifier, storage.type.go#FF2D2Dbold
entity.name.type, entity.name.class, support.class, support.type#7C7C8Cbold
entity.name.type.go#7C7C8Cbold
entity.name.function, entity.name.function.go, support.function#FFD700italic
entity.name.method, entity.name.method.go#FFD700italic
support.function.builtin, support.function.magic#7C7C8Cbold italic
variable, variable.other, variable.other.go#e6edf3
variable.parameter, variable.parameter.function#FFD700
variable.other.constant, variable.other.enummember#FF2D2D
variable.language, variable.language.this, variable.language.super#ff7b72italic
string, string.quoted, string.quoted.double.go, string.quoted.single.go#98d3ff
string.template, string.interpolated#98d3ff
string.regexp#7ee787
constant.numeric, constant.numeric.go, constant.numeric.integer, constant.numeric.float#FF2D2D
constant.language, constant.language.boolean, constant.language.null, constant.language.undefined#FF2D2Dbold
constant.character.escape#56d364
variable.other.property, variable.other.object.property, support.variable.property#e6edf3
meta.object-literal.key, variable.object.property#FF2D2D
entity.name.tag.yaml, entity.name.tag#FF2D2Dbold
meta.decorator, meta.decorator.python, entity.name.function.decorator#7C7C8Citalic
storage.type.annotation, punctuation.definition.annotation#7C7C8C
punctuation.definition.string, punctuation.definition.variable#98d3ff
punctuation.section.embedded#ff7b72
punctuation.separator, punctuation.terminator#c9d1d9
punctuation.definition.tag#FF2D2D
entity.name.import.go, variable.other.package.go#7C7C8Cbold
entity.name.import.path.go#FFD700bold underline
keyword.control.import, keyword.control.from, keyword.control.export#ff7b72
entity.name.type.class, entity.name.type.interface#FFD700bold
entity.other.inherited-class#FFD700italic
source.go#e6edf3
entity.name.tag.yaml#FF2D2Dbold
entity.name.anchor.yaml#FFD700bold underline
entity.name.alias.yaml#7C7C8Cbold
string.unquoted.plain.out.yaml#98d3ff
string.quoted.double.yaml, string.quoted.single.yaml#98d3ff
constant.numeric.yaml#FF2D2D
constant.language.boolean.yaml#FF2D2Dbold
constant.language.null.yaml#8b949eitalic
comment.line.number-sign.yaml#6a737ditalic
support.type.property-name.json, meta.object-literal.key.js, meta.object-literal.key.ts, meta.object-literal.key.tsx#FF2D2Dbold
string.value.json, string.quoted.double.js, string.quoted.single.js, string.quoted.double.ts, string.quoted.single.ts, string.quoted.double.tsx, string.quoted.single.tsx#98d3ff
constant.numeric.json, constant.numeric.js, constant.numeric.ts, constant.numeric.tsx#FF2D2D
constant.language.boolean.json, constant.language.boolean.js, constant.language.boolean.ts, constant.language.boolean.tsx#FF2D2Dbold
constant.language.null.json, constant.language.null.js, constant.language.null.ts, constant.language.null.tsx#8b949eitalic
comment.line.double-slash.js, comment.line.double-slash.ts, comment.line.double-slash.tsx, comment.block.documentation.js, comment.block.documentation.ts, comment.block.documentation.tsx#6a737ditalic
punctuation.separator.key-value.json, punctuation.separator.key-value.js, punctuation.separator.key-value.ts, punctuation.separator.key-value.tsx#c9d1d9
punctuation.definition.block.js, punctuation.definition.block.ts, punctuation.definition.block.tsx#c9d1d9
keyword.control.makefile#FF2D2Dbold
variable.assignment.makefile#FF2D2Dbold
entity.name.function.target.makefile#FFD700bold underline
meta.scope.target.makefile#FFD700bold
meta.scope.prerequisites.makefile#e6edf3
support.constant.makefile#7C7C8Cbold
string.quoted.double.makefile, string.quoted.single.makefile#98d3ff
comment.line.number-sign.makefile#6a737ditalic
keyword.control.terraform#FF2D2Dbold
variable.other.terraform#e6edf3
entity.name.function.terraform, variable.other.readwrite.terraform#7C7C8Citalic
entity.name.type.terraform#FFD700bold
string.quoted.double.terraform, string.quoted.single.terraform#98d3ff
constant.numeric.terraform#FF2D2D
constant.language.boolean.terraform#FF2D2Dbold
comment.line.number-sign.terraform#6a737ditalic
support.constant.terraform#FFD700bold
punctuation.definition.block.terraform#c9d1d9
support.function.builtin.terraform#7C7C8Cbold italic