An open API service indexing awesome lists of open source software.

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.

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
}

Screenshot 2025-12-22 at 10 29 06

## 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.