https://github.com/houssemeddinefadhli81/flutter-best-theme
A VS Code theme designed for Flutter devs: clear widgets, nested brackets, and vibrant colors.
https://github.com/houssemeddinefadhli81/flutter-best-theme
dark-theme dart flutter flutter-dev flutter-ui programming-theme vscode vscode-theme
Last synced: 4 months ago
JSON representation
A VS Code theme designed for Flutter devs: clear widgets, nested brackets, and vibrant colors.
- Host: GitHub
- URL: https://github.com/houssemeddinefadhli81/flutter-best-theme
- Owner: houssemeddinefadhli81
- License: mit
- Created: 2025-12-22T09:30:10.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2025-12-22T14:56:02.000Z (6 months ago)
- Last Synced: 2025-12-23T20:51:02.830Z (6 months ago)
- Topics: dark-theme, dart, flutter, flutter-dev, flutter-ui, programming-theme, vscode, vscode-theme
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Best Theme
**Flutter Best Theme** is a VS Code dark theme designed specifically for Flutter developers. It emphasizes **readability, clear widget hierarchy, and vibrant bracket colors**, making it easier to navigate nested widget trees and UI-heavy Flutter code.
## Features
- **Flutter-optimized colors** for widgets, layout, state management, and navigation.
- **Vibrant bracket pair colors** for easier readability of nested widget structures.
- **Readable async & state management keywords** (`setState`, `emit`, `async`, `await`).
- **Strings, numbers, and booleans** visually distinct without distraction.
- **Calm background and muted comments** for comfortable long coding sessions.
## Installation
1. Open VS Code.
2. Press `Ctrl+P` (or `Cmd+P` on macOS) and type:
```text
ext install HoussemEddineFadhli.flutter-best-theme
Or install directly from the VS Code Marketplace.
3. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P) → Color Theme → select Flutter Best Theme.
⸻
Recommended Settings
To get the best experience:
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.semanticHighlighting.enabled": true
}
⸻

⸻
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Contributions
Contributions are welcome. Please open issues or submit pull requests to help improve this extension.
If you find this extension useful, consider giving it a star on GitHub.