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.activeBackground#00000000
  • activityBar.activeBorder#f59e0b
  • activityBar.activeFocusBorder#00000000
  • activityBar.background#fdf9f0
  • activityBar.border#00000000
  • activityBar.dropBorder#00000000
  • activityBar.foreground#1a1a1a
  • activityBar.inactiveForeground#777777
  • activityBarBadge.background#f59e0b
  • activityBarBadge.foreground#000000
  • button.background#f59e0b
  • button.foreground#000000
  • button.hoverBackground#d97706
  • contrastActiveBorder#f59e0b
  • contrastBorder#cccccc
  • editor.background#fffbf0
  • editor.findMatchBackground#3b82f655
  • editor.findMatchHighlightBackground#3b82f633
  • editor.foreground#0a0a0a
  • editor.lineHighlightBackground#00000000
  • editor.rangeHighlightBackground#f59e0b22
  • editor.selectionBackground#f59e0b44
  • editor.selectionHighlightBackground#f59e0b33
  • editor.wordHighlightBackground#f59e0b22
  • editor.wordHighlightStrongBackground#f59e0b33
  • editorCursor.foreground#f59e0b
  • editorGroupHeader.border#00000000
  • editorGroupHeader.tabsBackground#f8f8f8
  • editorGroupHeader.tabsBorder#00000000
  • editorIndentGuide.activeBackground1#f59e0b
  • editorIndentGuide.background1#dddddd
  • editorLineNumber.activeForeground#f59e0b
  • editorLineNumber.foreground#999999
  • editorRuler.foreground#dddddd
  • editorWhitespace.foreground#cccccc
  • focusBorder#00000000
  • input.background#ffffff
  • input.border#cccccc
  • input.foreground#000000
  • inputOption.activeBorder#f59e0b
  • list.activeSelectionBackground#f59e0b22
  • list.activeSelectionForeground#000000
  • list.dropBackground#f59e0b33
  • list.focusBackground#f59e0b33
  • list.focusForeground#000000
  • list.focusHighlightForeground#f59e0b
  • list.hoverBackground#f59e0b15
  • list.hoverForeground#000000
  • list.inactiveSelectionBackground#f59e0b22
  • list.inactiveSelectionForeground#000000
  • panel.background#fdfdfd
  • panel.border#cccccc
  • panelTitle.activeBorder#f59e0b
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#777777
  • sideBar.background#f4f2ec
  • sideBar.border#00000000
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.border#00000000
  • sideBarSectionHeader.foreground#1a1a1a
  • sideBarTitle.foreground#1a1a1a
  • statusBar.background#f8f8f8
  • statusBar.border#f59e0b55
  • statusBar.debuggingBackground#f59e0b
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#333333
  • statusBar.noFolderBackground#f8f8f8
  • tab.activeBackground#00000000
  • tab.activeBorder#00000000
  • tab.activeBorderTop#f59e0b
  • tab.activeForeground#1a1a1a
  • tab.border#00000000
  • tab.focusBorder#00000000
  • tab.hoverBackground#eeeeee44
  • tab.hoverBorder#00000000
  • tab.hoverForeground#333333
  • tab.inactiveBackground#00000000
  • tab.inactiveForeground#777777
  • tab.lastPinnedBorder#00000000
  • tab.unfocusedActiveBorder#00000000
  • tab.unfocusedActiveBorderTop#00000000
  • tab.unfocusedActiveForeground#444444
  • tab.unfocusedInactiveForeground#888888
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f59e0b
  • terminal.background#ffffff
  • terminal.foreground#000000
  • titleBar.activeBackground#f8f8f8
  • titleBar.activeForeground#1a1a1a
  • titleBar.border#00000000
  • titleBar.inactiveBackground#f8f8f8
  • titleBar.inactiveForeground#777777
  • tree.inactiveIndentGuidesStroke#f59e0b44
  • tree.indentGuidesStroke#f59e0b44

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
variable, string constant.other.placeholder#0a0a0a—
entity.name.function, meta.require, support.function.any-method#f59e0b—
entity.name.class, entity.name.type.class#fb923c—
keyword, storage.type, storage.modifier#a855f7—
string, punctuation.definition.string#22c55e—
constant.numeric#3b82f6—
constant.language, support.constant, constant.character, constant.escape#06b6d4—
support.class.dart, support.type.dart, entity.name.type.class.dart, entity.name.type.dart#7cb3b3—
storage.type.primitive.dart, storage.type.built-in.dart#66ccff—
entity.name.function.dart, support.function.dart#6366f1—
variable.other.dart, variable.parameter.dart, variable.declaration.dart, meta.definition.variable.dart#e8e8e8—
variable.other.property.dart, meta.field.declaration.dart#a8d0ff—
keyword.control.dart, keyword.declaration.dart, storage.type.annotation.dart#66ccff—
support.class.flutter, support.type.flutter, meta.function-call.dart entity.name.function.dart#dd88ff—
string.interpolated.dart, punctuation.definition.interpolation.dart, meta.template.expression.dart#6366f1—
storage.type.annotation.dart, meta.declaration.annotation.dart#a87cb3—
entity.name.constructor, meta.constructor.dart#7cb3b3—
entity.name.type.rust, storage.type.rust, storage.class.std.rust#7cb3b3—
meta.macro.rust, entity.name.function.macro.rust#a87cb3—
entity.name.type.swift, support.type.swift#7cb3b3—
variable.language.php, variable.other.global.php#dd88ff—
constant.other.symbol.ruby#c4b078—
entity.name.type.class.cs, storage.type.cs#7cb3b3—
entity.name.tag.cs, meta.attribute.cs#a87cb3—
meta.decorator.ts, meta.decorator.tsx#a87cb3—
entity.name.tag.js, entity.name.tag.tsx, entity.name.tag.jsx, support.class.component.js, support.class.component.tsx#dd88ff—
entity.name.tag.js.jsx, entity.name.tag.tsx#dd88ff—
entity.name.tag.html, entity.name.tag.inline.any.html, entity.name.tag.other.html, entity.name.tag.block.any.html#7aa3c4—
entity.name.tag.yaml#7cb3b3—
entity.name.type.class.java, storage.type.java, storage.type.generic.java#7cb3b3—
entity.name.type.class.kotlin, storage.type.kotlin#7cb3b3—
Carbon Code Theme by sazardev - VS Code Theme