Skip to main content
Coding Theme

ProDevelopers Theme

Publisher: developershubThemes in package: 17

A sleek dark theme developed by Rudra Prasad Nayak. It is designed for developers who spend long hours coding. It reduces eye strain with carefully tuned color contrasts, provides clear semantic token coloring for faster scanning of symbols, and includes a matching file icon set for improved project

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.activeBorder#b58900
  • activityBar.background#002430
  • activityBar.foreground#93a1a1
  • activityBar.inactiveForeground#657b83
  • editor.background#002b36
  • editor.foreground#93a1a1
  • editor.inactiveSelectionBackground#07364290
  • editor.lineHighlightBackground#073642
  • editor.selectionBackground#073642
  • editorCursor.foreground#d33682
  • editorLineNumber.activeForeground#839496
  • editorLineNumber.foreground#586e75
  • focusBorder#b58900
  • list.activeSelectionBackground#073642
  • list.activeSelectionForeground#eee8d5
  • list.hoverBackground#073642
  • list.hoverForeground#eee8d5
  • panel.background#002430
  • panel.border#073642
  • panelTitle.activeForeground#eee8d5
  • panelTitle.inactiveForeground#657b83
  • sideBar.background#002430
  • sideBar.border#073642
  • sideBar.foreground#93a1a1
  • sideBarTitle.foreground#b58900
  • statusBar.background#001f27
  • statusBar.border#073642
  • statusBar.foreground#93a1a1
  • tab.activeBackground#002b36
  • tab.activeBorderTop#b58900
  • tab.activeForeground#eee8d5
  • tab.border#07364240
  • tab.inactiveBackground#002430
  • tab.inactiveForeground#657b83
  • terminal.ansiBlue#268bd2
  • terminal.ansiCyan#2aa198
  • terminal.ansiGreen#859900
  • terminal.ansiRed#dc322f
  • terminal.ansiYellow#b58900
  • terminal.background#002b36
  • terminal.foreground#93a1a1
  • titleBar.activeBackground#002430
  • titleBar.activeForeground#eee8d5
  • tree.indentGuidesStroke#586e75

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#586e75italic
keyword, storage.type, storage.modifier#859900
string, constant.other.symbol#2aa198
entity.name.function, support.function, variable.function#268bd2
entity.name.type, entity.name.class, support.type, support.class#b58900
constant.numeric, constant.language, constant.character#cb4b16
variable, variable.other.readwrite#93a1a1
entity.name.tag, entity.other.attribute-name#d33682
ProDevelopers Theme by developershub - VS Code Theme