Glyph Oled theme

Glyph Oled Theme is a true Oled dark theme for Visual Studio Code, with a pitch-black background and clear syntax highlighting for better readability.
 

Features
- True OLED dark theme.
- Beautiful, consistent syntax highlighting.
- Optimized for long coding sessions.
Recommended Settings
To match the preview, use this settings.json:
{
  "workbench.colorTheme": "Glyph Oled",
  "workbench.iconTheme": "vs-seti",
  "workbench.editor.empty.hint": "hidden",
  "editor.fontFamily": "JetBrains Mono, Fira Code, 'Cascadia Code', Consolas, monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 13.2,
  "editor.lineHeight": 1.5,
  "editor.fontWeight": "376",
  "editor.cursorBlinking": "smooth",
  "editor.renderWhitespace": "boundary",
  "editor.smoothScrolling": true,
  "editor.guides.bracketPairs": "active",
  "editor.minimap.enabled": false,
  "editor.bracketPairColorization.enabled": true
}
Installation
- Open VS Code.
- Open Extensions Marketplace (Ctrl+Shift+X/Cmd+Shift+X).
- Search Glyph OLED Theme.
- Click Install.
- Apply via Preferences → Color Theme.
Contributing
Contributions are welcome. Fork the repository and submit a pull request.
This project follows the Contributor Covenant Code of Conduct.
Author
@s16dih