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#3E3E3D
  • activityBar.border#313131
  • editor.background#2B2B2B
  • editor.foreground#B4B4B4
  • editor.lineHighlightBackground#313131
  • editorCursor.background#2B2B2B
  • editorCursor.foreground#BCBCBC
  • editorGroup.border#313131
  • editorGroupHeader.border#313131
  • editorGroupHeader.noTabsBackground#3E3E3D
  • editorGroupHeader.tabsBackground#3E3E3D
  • editorGutter.background#323232
  • editorIndentGuide.activeBackground#515151
  • editorIndentGuide.background#3E3E3D
  • editorInlayHint.background#323232
  • editorInlayHint.foreground#818181
  • editorLineNumber.activeForeground#9B9B9B
  • editorLineNumber.foreground#656565
  • editorOverviewRuler.border#3E3E3D
  • editorSuggestWidget.foreground#BCBCBC
  • editorWidget.background#484848
  • editorWidget.border#484848
  • foreground#BCBCBC
  • panel.background#3E3E3D
  • panel.border#313131
  • sideBar.background#3E3E3D
  • sideBar.border#313131
  • statusBar.background#3E3E3D
  • statusBar.border#313131
  • statusBar.debuggingBackground#3E3E3D
  • statusBar.foreground#BCBCBC
  • statusBar.noFolderBackground#3E3E3D
  • symbolIcon.classForeground#40B6E09A
  • symbolIcon.constantForeground#F4AF3D9A
  • symbolIcon.enumeratorForeground#40B6E09A
  • symbolIcon.enumeratorMemberForeground#B99BF89A
  • symbolIcon.fieldForeground#B99BF89A
  • symbolIcon.functionForeground#F98B9E9A
  • symbolIcon.interfaceForeground#62B5439A
  • symbolIcon.methodForeground#F98B9E9A
  • symbolIcon.moduleForeground#40B6E09A
  • symbolIcon.propertyForeground#B99BF89A
  • symbolIcon.structForeground#40B6E09A
  • symbolIcon.typeParameterForeground#40B6E09A
  • symbolIcon.variableForeground#F4AF3D9A
  • tab.activeBackground#515151
  • tab.activeBorderTop#4B8ACA
  • tab.activeForeground#BCBCBC
  • tab.border#3E3E3D
  • tab.hoverBackground#313131
  • tab.inactiveBackground#3E3E3D
  • tab.inactiveForeground#BCBCBC
  • terminal.ansiBlack#313131
  • terminal.ansiBlue#3993D4
  • terminal.ansiBrightBlack#818181
  • terminal.ansiBrightBlue#1FB0FF
  • terminal.ansiBrightCyan#00E5E5
  • terminal.ansiBrightGreen#4FC414
  • terminal.ansiBrightMagenta#ED7EED
  • terminal.ansiBrightRed#FF4050
  • terminal.ansiBrightWhite#B4B4B4
  • terminal.ansiBrightYellow#E5BF00
  • terminal.ansiCyan#00A3A3
  • terminal.ansiGreen#5C962C
  • terminal.ansiMagenta#A771BF
  • terminal.ansiRed#F0524F
  • terminal.ansiWhite#B4B4B4
  • terminal.ansiYellow#A68A0D
  • terminal.foreground#B4B4B4
  • terminalCursor.background#2B2B2B
  • terminalCursor.foreground#BCBCBC
  • titleBar.activeBackground#3E3E3D
  • titleBar.activeForeground#BCBCBC
  • titleBar.border#313131
  • titleBar.inactiveBackground#3E3E3D
  • titleBar.inactiveForeground#BCBCBC88

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
magit.headerbold
magit.subheader#6C95EB
magit.entity#818181
markup.inserted#39CC8F
markup.deleted#FE5647

Shiki preview

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

Loading...