Sentra Theme is a minimalist, high-contrast VS Code theme designed for professional clarity. It offers a sophisticated balance between a warm linen light mode and a deep navy dark mode, ensuring a comfortable coding environment regardless of your lighting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A minimalist, high-contrast VS Code theme pack built for professional clarity.
Why Sentra
Sentra focuses on calm, readable color balance for long coding sessions.
The design keeps UI surfaces neutral while preserving clear syntax distinction for fast scanning.
Highlights
Two curated variants: dark and light.
Balanced editor-to-workbench contrast.
Consistent colors for Git status, diagnostics, and panels.
Refined sidebar, status bar, and activity bar hierarchy.
Chat panel and inline chat colors aligned with each variant.
Included Variants
Theme
VS Code UI Type
Theme File
Sentra Dark (Default)
vs-dark
themes/sentra-dark-color-theme.json
Sentra Light (Default)
vs
themes/sentra-light-color-theme.json
Requirements
VS Code ^1.110.0
Installation
Option 1: VS Code Extensions View
Open Extensions in VS Code.
Search for Sentra Theme.
Install and activate your preferred Sentra variant.
Option 2: Local Development Setup
Clone this repository.
Install dependencies:
npm install
Open the project in VS Code.
Press F5 to launch the Extension Development Host.
In the new window, run Preferences: Color Theme.
Select Sentra Dark (Default) or Sentra Light (Default).
Usage
Open Command Palette (Cmd/Ctrl + Shift + P).
Run Preferences: Color Theme.
Choose a Sentra variant.
Development
Useful Commands
npm run format
Theme Files
colors: UI/workbench color tokens.
tokenColors: syntax highlighting scopes.
Theme registration is configured in package.json under contributes.themes.