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#00ff41
  • activityBar.background#000000
  • activityBar.foreground#00ff41
  • activityBar.inactiveForeground#005500
  • badge.background#00ff41
  • badge.foreground#000000
  • button.background#003300
  • button.foreground#00ff41
  • button.hoverBackground#004400
  • editor.background#000000
  • editor.foreground#00ff41
  • editor.inactiveSelectionBackground#00220060
  • editor.lineHighlightBackground#001a00
  • editor.selectionBackground#003300aa
  • editorBracketMatch.background#00330080
  • editorBracketMatch.border#00ff41
  • editorCursor.foreground#00ff41
  • editorGroup.border#003300
  • editorGroupHeader.tabsBackground#050f05
  • editorLineNumber.activeForeground#00cc33
  • editorLineNumber.foreground#005500
  • focusBorder#00ff41
  • input.background#050f05
  • input.border#003300
  • input.foreground#00ff41
  • list.activeSelectionBackground#002200
  • list.activeSelectionForeground#00ff41
  • list.hoverBackground#001a00
  • list.hoverForeground#39ff14
  • list.inactiveSelectionBackground#001100
  • list.inactiveSelectionForeground#00aa22
  • panel.background#050f05
  • panel.border#00330050
  • panelTitle.activeForeground#00ff41
  • panelTitle.inactiveForeground#00880022
  • scrollbarSlider.activeBackground#00ff4130
  • scrollbarSlider.background#00330040
  • scrollbarSlider.hoverBackground#00440060
  • sideBar.background#050f05
  • sideBar.border#003300
  • sideBar.foreground#00cc33
  • sideBarTitle.foreground#00ff41
  • statusBar.background#003300
  • statusBar.border#005500
  • statusBar.foreground#00ff41
  • tab.activeBackground#000000
  • tab.activeBorderTop#00ff41
  • tab.activeForeground#00ff41
  • tab.border#00330040
  • tab.inactiveBackground#050f05
  • tab.inactiveForeground#007711
  • terminal.ansiBlue#00aaff
  • terminal.ansiCyan#00ffcc
  • terminal.ansiGreen#00ff41
  • terminal.ansiRed#ff0000
  • terminal.ansiYellow#ccff00
  • terminal.background#000000
  • terminal.foreground#00ff41
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#00ff41
  • titleBar.border#003300
  • tree.indentGuidesStroke#003a00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#005500italic
variable, string constant.other.placeholder#00dd33
invalid, invalid.illegal#ff0000
keyword, storage.type, storage.modifier#00ff41bold
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.definition.tag.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#00cc33
entity.name.tag, meta.tag.sgml#00ff80
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#39ff14
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit#ccff00
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading#00aa22
entity.name, support.type, support.class#00ffcc
entity.other.attribute-name#00ff41
text.html.basic entity.other.attribute-name#ccff00italic
entity.other.attribute-name.class#ccff00
markup.inserted#00ff41
markup.deleted#ff0000
markup.changed#00ffcc
string.regexp#00ccff
constant.character.escape#00ccff
*url*, *link*, *uri*underline
variable.language#ff0000italic
tag.decorator.js entity.name.tag.js#39ff14italic