Skip to main content
Coding Theme

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#1A1A1A
  • activityBar.foreground#7D7D7D
  • activityBarBadge.background#383838
  • badge.background#383838
  • badge.foreground#C1C1C1
  • button.background#333
  • debugIcon.breakpointCurrentStackframeForeground#6796E6
  • debugIcon.breakpointDisabledForeground#848484
  • debugIcon.breakpointForeground#F44747
  • debugIcon.breakpointStackframeForeground#6796E6
  • debugIcon.breakpointUnverifiedForeground#848484
  • debugIcon.continueForeground#F44747
  • debugIcon.disconnectForeground#F44747
  • debugIcon.pauseForeground#F44747
  • debugIcon.restartForeground#6796E6
  • debugIcon.startForeground#6796E6
  • debugIcon.stepBackForeground#F44747
  • debugIcon.stepIntoForeground#F44747
  • debugIcon.stepOutForeground#F44747
  • debugIcon.stepOverForeground#F44747
  • debugIcon.stopForeground#6796E6
  • editor.background#1f1f1f
  • editor.lineHighlightBorder#303030
  • editorBracketHighlight.foreground1#F0C674
  • editorBracketHighlight.foreground2#B78BC3
  • editorBracketHighlight.foreground3#BEC85D
  • editorGroupHeader.tabsBackground#1A1A1A
  • editorGroupHeader.tabsBorder#1A1A1A
  • editorIndentGuide.activeBackground#383838
  • editorIndentGuide.background#2A2A2A
  • editorLineNumber.foreground#727272
  • editorRuler.foreground#2A2A2A
  • editorSuggestWidget.background#1A1A1A
  • focusBorder#444
  • foreground#888888
  • gitDecoration.ignoredResourceForeground#444444
  • input.background#2A2A2A
  • input.foreground#E0E0E0
  • inputOption.activeBackground#3a3a3a
  • list.activeSelectionBackground#212121
  • list.activeSelectionForeground#F5F5F5
  • list.focusBackground#292929
  • list.focusOutline#212121
  • list.highlightForeground#EAEAEA
  • list.hoverBackground#262626
  • list.hoverForeground#9E9E9E
  • list.inactiveSelectionBackground#1A1A1A
  • list.inactiveSelectionForeground#F5F5F5
  • panelTitle.activeBorder#1f1f1f
  • panelTitle.activeForeground#FAFAFA
  • panelTitle.inactiveForeground#484848
  • peekView.border#444
  • peekViewEditor.background#242424
  • pickerGroup.border#363636
  • pickerGroup.foreground#EAEAEA
  • progressBar.background#FAFAFA
  • scrollbar.shadow#1f1f1f
  • sideBar.background#1A1A1A
  • sideBarSectionHeader.background#1A1A1A
  • statusBar.background#1A1A1A
  • statusBar.debuggingBackground#1A1A1A
  • statusBar.foreground#7E7E7E
  • statusBar.noFolderBackground#1A1A1A
  • statusBarItem.prominentBackground#fafafa1a
  • statusBarItem.remoteBackground#1a1a1a00
  • statusBarItem.remoteForeground#7E7E7E
  • symbolIcon.classForeground#CD9731
  • symbolIcon.constructorForeground#B267E6
  • symbolIcon.enumeratorForeground#CD9731
  • symbolIcon.enumeratorMemberForeground#6796E6
  • symbolIcon.eventForeground#CD9731
  • symbolIcon.fieldForeground#6796E6
  • symbolIcon.functionForeground#B267E6
  • symbolIcon.interfaceForeground#6796E6
  • symbolIcon.methodForeground#B267E6
  • symbolIcon.variableForeground#6796E6
  • tab.activeBorder#1e1e1e
  • tab.activeForeground#FAFAFA
  • tab.border#1A1A1A
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#727272
  • terminal.ansiBrightBlack#5c5c5c
  • textLink.activeForeground#fafafa
  • textLink.foreground#CCC
  • titleBar.activeBackground#1A1A1A
  • titleBar.border#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#727272
keyword.operator.class, constant.other, source.php.embedded.line#CED1CF
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, declaration.tag#CC6666
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit#DE935F
entity.name.class, entity.other.attribute-name, entity.name.type.class, support.type, support.class#F0C674
string, constant.other.symbol, entity.other.inherited-class, markup.heading#B5BD68
keyword.operator, constant.other.color#8ABEB7
entity.name.function, meta.function-call, support.function, entity.other.attribute-name.pseudo-class, keyword.other.special-method, meta.block-level#81A2BE
keyword, storage, storage.type, entity.name.tag.css#B294BB
invalid#9E9E9E
meta.separator#9E9E9E
invalid.deprecated#9E9E9E
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6

Shiki preview

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

Loading...

Min Tomorrow Theme - Coding Theme