Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviksaikat/vscode-themes
My custom vscode themes
https://github.com/aviksaikat/vscode-themes
code-oss vscode vscode-settings vscode-theme vscodium-theme
Last synced: about 1 month ago
JSON representation
My custom vscode themes
- Host: GitHub
- URL: https://github.com/aviksaikat/vscode-themes
- Owner: Aviksaikat
- Created: 2022-08-09T14:44:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:37:57.000Z (7 months ago)
- Last Synced: 2024-05-31T20:01:21.484Z (7 months ago)
- Topics: code-oss, vscode, vscode-settings, vscode-theme, vscodium-theme
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
# 🎨 Custom VS Code Themes 🎨
This repository contains a collection of custom VS Code themes created by me. Each theme has been designed with a specific purpose in mind, and I've tried to create a consistent look and feel across all of them.
# 🌈 Available Themes 🌈
Here's a list of the themes that are currently available in this repository:
- 🌊 [Andromeda tweaked](Andromeda-tweaked/andromeda-tweaked)
![](media/andromeda.png)
- 🌅 [Material tweaked](Material-Tweaked/material-tweaked)
![](media/material.png)Each theme comes with a screenshot to give you an idea of what it looks like in action.
# 📥 Installation 📥
To install a theme, follow these steps:
1. Search vscode market place
- [Andromeda-tweaked](https://marketplace.visualstudio.com/items?itemName=aviksaikat.andromeda-tweaked)
- [Material-tweaked](https://marketplace.visualstudio.com/items?itemName=aviksaikat.material-tweaked)2. Open vscode, type `Ctrl+p`, then type
```bash
# Andromeda-tweaked
ext install aviksaikat.material-tweaked
# Material-tweaked
ext install aviksaikat.material-tweaked
```# 🙌 Contributing 🙌
If you have a custom VS Code theme that you'd like to contribute to this repository, please feel free to submit a pull request! Before you do, please make sure your theme meets the following criteria:
- It has a unique name.
- It includes a screenshot.
- It follows a consistent naming convention (i.e. `theme-name-color-theme.json`).Thank you for your contribution! Let's make the VS Code community even better. 🚀