Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoaian2/simple-flat-theme
Simple Flat theme (dark/light )for VScode
https://github.com/hoaian2/simple-flat-theme
theme vscode-extension vscode-theme
Last synced: 25 days ago
JSON representation
Simple Flat theme (dark/light )for VScode
- Host: GitHub
- URL: https://github.com/hoaian2/simple-flat-theme
- Owner: HOAIAN2
- License: mit
- Created: 2024-04-28T05:56:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T07:26:40.000Z (7 months ago)
- Last Synced: 2024-11-14T19:45:11.973Z (3 months ago)
- Topics: theme, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=HoaiAn.simple-flat-theme
- Size: 972 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Flat Theme
I only code in web stack, so if color highlight not work well on your language, you can send a pull request:
## Color Scheme for Windows Terminal
```json
{
"name": "Simple Flat",
"background": "#31343B",
"foreground": "#c9c9c9",
"selectionBackground": "#ffffff",
"cursorColor": "#f77a95",
"black": "#000000",
"blue": "#46baff",
"brightBlack": "#555555",
"brightBlue": "#3399ff",
"brightCyan": "#33ccff",
"brightGreen": "#33cc99",
"brightPurple": "#9966ff",
"brightRed": "#ff6680",
"brightWhite": "#ffffff",
"brightYellow": "#ffcc66",
"cyan": "#46baff",
"green": "#84d5a1",
"purple": "#b696ff",
"red": "#f77a95",
"white": "#c9c9c9",
"yellow": "#ffc173"
}
```## Screenshot
### JavaScript / TypeScript
![TS/JS](/images/Screenshot%202024-06-08%20195251.jpg)
### PHP
![PHP](./images/Screenshot%202024-06-08%20195215.jpg)
### CSS
![CSS](./images/Screenshot%202024-06-08%20195322.jpg)