Modern Turbo Pascal UI
Nostalgic color themes for VS Code inspired by the classic Borland Turbo Pascal IDE. Features both the authentic original color scheme and a modern Nord-inspired variant.
🎨 Themes
Turbo Pascal Modern
A refined take on the classic Turbo Pascal aesthetic with Nord color palette influences:
- Dark navy background with high contrast
- Softened colors for reduced eye strain
- Universal token colors across all languages
- Perfect for long coding sessions
For a longer design write-up (workbench coverage, panel vs editor, debug console, tab borders, and theme API limits), see Turbo Pascal Modern in VS Code in the repo docs/ folder.
Screenshots
JavaScript

Python

C

TypeScript React

HTML

CSS

Borland Turbo Pascal Original
Authentic recreation of the classic Borland Turbo Pascal 7.0 IDE:
- Classic dark blue background (#0000AA)
- Bright white keywords
- Cyan strings and green comments
- High contrast for maximum readability
- Pure nostalgia for Turbo Pascal veterans
Screenshots
JavaScript

Python

Pascal

TypeScript React

HTML

CSS

🚀 Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Modern Turbo Pascal UI"
- Click Install
Or install via command line:
code --install-extension jonathansolarz.modern-turbo-pascal-ui
📖 Usage
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type "Preferences: Color Theme"
- Select either:
- Turbo Pascal Modern
- Borland Turbo Pascal Original
🎯 Features
- Two Theme Variants: Choose between modern refinement or authentic classic
- High Contrast: Designed for readability and reduced eye strain
- Universal Support: Works with all programming languages
- Consistent Colors: Same color palette across all syntax elements
- Professional Appearance: Perfect for screenshots and presentations
🎨 Color Palette
Turbo Pascal Modern
- Background:
#252b36 (Dark Navy)
- Keywords:
#ECEFF4 (White)
- Identifiers:
#FFD75F (Yellow)
- Strings:
#88C0D0 (Cyan)
- Comments:
#616E88 (Grey)
- Numbers:
#E5F6FF (Light Blue)
Borland Turbo Pascal Original
- Background:
#0000AA (Dark Blue)
- Keywords:
#FFFFFF (White)
- Identifiers:
#AAAAAA (Light Grey)
- Strings:
#00FFFF (Cyan)
- Comments:
#00FF00 (Green)
- Numbers:
#FF00FF (Magenta)
📝 Requirements
🔗 Links
📄 License
MIT License - see LICENSE for details.
🙏 Acknowledgments
- Inspired by the classic Borland Turbo Pascal IDE
- Color palette influenced by the Nord theme project
- Community feedback and contributions
Enjoy coding with a touch of nostalgia! 🚀