Skip to main content
CodingTheme

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#d1ba9a
  • activityBar.border#DFCF94
  • activityBar.dropBackground#ff0000
  • activityBar.foreground#435E75
  • activityBarBadge.background#FFF3C5
  • activityBarBadge.foreground#ff0000
  • badge.background#FFF3C5
  • badge.foreground#ff0000
  • contrastActiveBorder#b114cc
  • contrastBorder#919ba1
  • editor.background#fce7cd
  • editor.findMatchBackground#c1dfe3
  • editor.findMatchHighlightBackground#eefdb5
  • editor.foreground#435E75
  • editor.hoverHighlightBackground#FFF3C5
  • editor.lineHighlightBackground#FFF3C5
  • editor.lineHighlightBorder#FFDBC5
  • editor.selectionBackground#d2e980
  • editorBracketMatch.background#aaaee6
  • editorBracketMatch.border#ff0000
  • editorGroup.background#e4d3b7
  • editorGroup.border#919BA1
  • editorGroup.dropBackground#FFEED5
  • editorGroupHeader.tabsBackground#e4d3b7
  • editorGroupHeader.tabsBorder#AEB9C6
  • editorGutter.background#d1ba9a
  • editorLineNumber.foreground#660000
  • editorWidget.background#fedec0
  • editorWidget.border#D9AD85
  • gitDecoration.conflictingResourceForeground#9a09b2
  • gitDecoration.deletedResourceForeground#9a09b2
  • gitDecoration.ignoredResourceForeground#9a09b2
  • gitDecoration.modifiedResourceForeground#9a09b2
  • gitDecoration.untrackedResourceForeground#9a09b2
  • input.background#FFF9F0
  • input.border#FFDBC5
  • input.foreground#435E75
  • input.placeholderForeground#AEB9C6
  • inputOption.activeBorder#919BA1
  • list.activeSelectionBackground#cccedb
  • list.activeSelectionForeground#b114cc
  • list.hoverBackground#FFF3C5
  • list.hoverForeground#b114cc
  • list.inactiveSelectionForeground#660000
  • notification.background#FFF2DD
  • notification.buttonBackground#928EB1
  • notification.buttonForeground#FFF9F0
  • notification.buttonHoverBackground#B8B5CC
  • notification.errorBackground#fedec0
  • notification.errorForeground#ff0000
  • notification.foreground#564F84
  • notification.infoBackground#fedec0
  • notification.infoForeground#564F84
  • notification.warningBackground#fedec0
  • notification.warningForeground#928EB1
  • sideBar.background#e3d5c1
  • sideBar.border#DFCF94
  • sideBar.foreground#435E75
  • sideBarSectionHeader.background#d0c5b5
  • sideBarSectionHeader.foreground#660000
  • sideBarTitle.foreground#928EB1
  • statusBar.background#FFD9D4
  • statusBar.border#E89483
  • statusBar.foreground#416A72
  • tab.activeBackground#fae3c6
  • tab.activeBorder#b114cc
  • tab.activeForeground#9a09b2
  • tab.border#aaaee6
  • tab.inactiveBackground#d0c5b5
  • tab.inactiveForeground#656379
  • tab.unfocusedActiveBorder#DFCF94
  • terminal.ansiBlack#906F41
  • terminal.ansiBlue#00578B
  • terminal.ansiBrightBlack#B59262
  • terminal.ansiBrightBlue#0071b2
  • terminal.ansiBrightCyan#00a8a8
  • terminal.ansiBrightGreen#2F8C1C
  • terminal.ansiBrightMagenta#8d648a
  • terminal.ansiBrightRed#e80018
  • terminal.ansiBrightWhite#435E75
  • terminal.ansiBrightYellow#d5aa38
  • terminal.ansiCyan#008B8B
  • terminal.ansiGreen#49a634
  • terminal.ansiMagenta#774673
  • terminal.ansiRed#B80012
  • terminal.ansiWhite#2D485D
  • terminal.ansiYellow#B2891B
  • terminal.selectionBackground#9a09b280
  • terminalCursor.background#7f7f7f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#435E75
comment, punctuation.definition.comment#AAAAAAitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#448C27
invalid.illegal#660000
keyword.operator#4B83CD
keyword, storage#7A3E9D
storage.type, support.type#7A3E9D
constant.language, support.constant, variable.language#AB6526
variable, support.variable#4B83CD
entity.name.function, support.function#AA3731bold
entity.name.type, entity.other.inherited-class, support.class#7A3E9Dbold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#d39000
string#448C27
constant.character.escape#777777
string.regexp#4B83CD
constant.other.symbol#AB6526
punctuation#435E75
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#9a09b2
entity.name.tag#4B83CD
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#d06fdditalic
constant.character.entity, punctuation.definition.entity#AB6526
entity.name.tag.css#9a09b2
meta.selector.css#928EB1
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#e80018
meta.property-name, support.type.property-name#2165be
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#4B83CD
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#AA3731
markup.boldbold
markup.traceback#660000
markup.underlineunderline
markup.quote#7A3E9D
markup.list#4B83CD
markup.bold, markup.italic#448C27
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343
keyword.function.go#9a09b2
support.function.builtin.go#D2691E
source.go, variable.other.declaration.go, variable.other.assignment.go#434343
keyword.operator.assignment.go, keyword.operator.comparison.go, keyword.operator.logical.go, keyword.operator.arithmetic.go, keyword.operator.increment.go#d10303
punctuation.definition.begin.bracket.round.go, punctuation.definition.end.bracket.round.go, punctuation.definition.begin.bracket.curly.go, punctuation.definition.end.bracket.curly.go#49a634bold
storage.type.numeric.go#9a09b2
constant.numeric.integer.go, constant.numeric.floating-point.go#AB6526

Shiki preview

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

Loading...

Karry Color Theme by fcunhaneto - VS Code Theme