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#3C3E40
  • activityBar.border#313131
  • editor.background#2B2B2B
  • editor.foreground#A8B6C5
  • editor.lineHighlightBackground#313131
  • editorCursor.background#2B2B2B
  • editorCursor.foreground#BCBCBC
  • editorGroup.border#313131
  • editorGroupHeader.border#313131
  • editorGroupHeader.noTabsBackground#3C3E40
  • editorGroupHeader.tabsBackground#3C3E40
  • editorGutter.background#323333
  • editorIndentGuide.activeBackground#4E5155
  • editorIndentGuide.background#3C3E40
  • editorInlayHint.background#323333
  • editorInlayHint.foreground#79828B
  • editorLineNumber.activeForeground#919CA8
  • editorLineNumber.foreground#60666C
  • editorOverviewRuler.border#3C3E40
  • editorSuggestWidget.foreground#BCBCBC
  • editorWidget.background#45484B
  • editorWidget.border#45484B
  • foreground#BCBCBC
  • panel.background#3C3E40
  • panel.border#313131
  • sideBar.background#3C3E40
  • sideBar.border#313131
  • statusBar.background#3C3E40
  • statusBar.border#313131
  • statusBar.debuggingBackground#3C3E40
  • statusBar.foreground#BCBCBC
  • statusBar.noFolderBackground#3C3E40
  • 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#4E5155
  • tab.activeBorderTop#4B8ACA
  • tab.activeForeground#BCBCBC
  • tab.border#3C3E40
  • tab.hoverBackground#313131
  • tab.inactiveBackground#3C3E40
  • tab.inactiveForeground#BCBCBC
  • terminal.ansiBlack#313131
  • terminal.ansiBlue#3993D4
  • terminal.ansiBrightBlack#79828B
  • terminal.ansiBrightBlue#1FB0FF
  • terminal.ansiBrightCyan#00E5E5
  • terminal.ansiBrightGreen#4FC414
  • terminal.ansiBrightMagenta#ED7EED
  • terminal.ansiBrightRed#FF4050
  • terminal.ansiBrightWhite#A8B6C5
  • terminal.ansiBrightYellow#E5BF00
  • terminal.ansiCyan#00A3A3
  • terminal.ansiGreen#5C962C
  • terminal.ansiMagenta#A771BF
  • terminal.ansiRed#F0524F
  • terminal.ansiWhite#A8B6C5
  • terminal.ansiYellow#A68A0D
  • terminal.foreground#A8B6C5
  • terminalCursor.background#2B2B2B
  • terminalCursor.foreground#BCBCBC
  • titleBar.activeBackground#3C3E40
  • titleBar.activeForeground#BCBCBC
  • titleBar.border#313131
  • titleBar.inactiveBackground#3C3E40
  • titleBar.inactiveForeground#BCBCBC88

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
magit.headerbold
magit.subheader#6897BB
magit.entity#79828B
markup.inserted#6A8759
markup.deleted#BC3F3C

Shiki preview

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

Loading...

IntelliJ Theme - Coding Theme