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#88c0d0
  • activityBar.background#2b313c
  • activityBar.foreground#d8dee9
  • activityBar.inactiveForeground#81a1c1
  • editor.background#2e3440
  • editor.foreground#d8dee9
  • editor.inactiveSelectionBackground#434c5e80
  • editor.lineHighlightBackground#3b4252
  • editor.selectionBackground#434c5e
  • editorCursor.foreground#88c0d0
  • editorLineNumber.activeForeground#81a1c1
  • editorLineNumber.foreground#4c566a
  • focusBorder#88c0d0
  • list.activeSelectionBackground#434c5e
  • list.activeSelectionForeground#eceff4
  • list.hoverBackground#3b4252
  • list.hoverForeground#eceff4
  • panel.background#2b313c
  • panel.border#3b4252
  • panelTitle.activeForeground#eceff4
  • panelTitle.inactiveForeground#81a1c1
  • sideBar.background#2b313c
  • sideBar.border#3b4252
  • sideBar.foreground#e5e9f0
  • sideBarTitle.foreground#88c0d0
  • statusBar.background#242933
  • statusBar.border#3b4252
  • statusBar.foreground#e5e9f0
  • tab.activeBackground#2e3440
  • tab.activeBorderTop#88c0d0
  • tab.activeForeground#eceff4
  • tab.border#434c5e40
  • tab.inactiveBackground#2b313c
  • tab.inactiveForeground#81a1c1
  • terminal.ansiBlue#81a1c1
  • terminal.ansiCyan#88c0d0
  • terminal.ansiGreen#a3be8c
  • terminal.ansiRed#bf616a
  • terminal.ansiYellow#ebcb8b
  • terminal.background#2e3440
  • terminal.foreground#d8dee9
  • titleBar.activeBackground#2b313c
  • titleBar.activeForeground#eceff4
  • tree.indentGuidesStroke#4c566a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#616e88italic
keyword, storage.type, storage.modifier#81a1c1
string, constant.other.symbol#a3be8c
entity.name.function, support.function, variable.function#88c0d0
entity.name.type, entity.name.class, support.type, support.class#8fbcbb
constant.numeric, constant.language, constant.character#b48ead
variable, variable.other.readwrite#d8dee9
entity.name.tag, entity.other.attribute-name#5e81ac