Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yudinikita/vscode-theme-kite
Kite Theme is a modern and stylish theme that looks really cool with its different colors and simple design.
https://github.com/yudinikita/vscode-theme-kite
kite theme theme-ui vscode vscode-extension vscode-theme
Last synced: about 2 months ago
JSON representation
Kite Theme is a modern and stylish theme that looks really cool with its different colors and simple design.
- Host: GitHub
- URL: https://github.com/yudinikita/vscode-theme-kite
- Owner: yudinikita
- License: mit
- Created: 2023-07-20T19:34:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:24:29.000Z (11 months ago)
- Last Synced: 2024-02-15T16:37:41.817Z (11 months ago)
- Topics: kite, theme, theme-ui, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=yudinikita.vscode-theme-kite
- Size: 1.87 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Kite Theme
Kite Theme is a modern and stylish theme that looks really cool with its different colors and simple design.
VS Code Marketplace ยป# ๐จ Kite VS Code Theme
You can choose between **Kite Light**, **Kite Dark** and **Kite Darker** themes. The following languages are supported: `C`, `C++`, `Clojure`, `C#`, `CSS`, `Dart`, `Go`, `HTML`, `Java`, `JavaScript`, `JSON`, `JSX`, `Kotlin`, `Markdown`, `PHP`, `Python`, `Ruby`, `Rust`, `Scala`, `SCSS`, `Swift`, `TypeScript`, `YAML`.
### ๐ Kite Dark
![Kite Dark Preview](images/preview-dark.png)
### ๐ Kite Light
![Kite Light Preview](images/preview-light.png)
### ๐ Kite Darker
![Kite Darker Preview](images/preview-darker.png)
## ๐ Getting started
1. Go to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=yudinikita.vscode-theme-kite).
2. Click on the **Install** button.
3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme).
- `Kite Dark`
- `Kite Light`
- `Kite Darker`## ๐ฌ Note
If you have any suggestions or encounter any problems when using the app, please feel free to contact us by email. I am ready to help you and solve any of your problems.
I used the following settings:
```json
"window.zoomLevel": -0.5,
"editor.fontSize": 16,
"editor.fontWeight": "400",
"editor.fontFamily": "Roboto mono, JetBrains Mono, Consolas, 'Courier New', monospace",
```For a light-colored theme, I increase the boldness of the font to 500:
```json
"editor.fontWeight": "500",
```## โค๏ธ Acknowledgments
This project drew inspiration and gained valuable insights from the following sources:
- [One Monokai Theme](https://marketplace.visualstudio.com/items?itemName=azemoh.one-monokai)
- [GitHub Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)I express my gratitude for their contribution and influence on the development of this project.
## ๐ License
The source code of this project is licensed under the MIT license, which can be found [here](LICENSE).
---
> Site [yudinikita.ru](https://yudinikita.ru) ย ยทย
> Email ย ยทย
> GitHub [@yudinikita](https://github.com/yudinikita)