Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estruyf/vscode-unnamed-theme
A VSCode dark theme with vivid colors
https://github.com/estruyf/vscode-unnamed-theme
code code-theme vscode vscode-extension vscode-theme
Last synced: 8 days ago
JSON representation
A VSCode dark theme with vivid colors
- Host: GitHub
- URL: https://github.com/estruyf/vscode-unnamed-theme
- Owner: estruyf
- License: mit
- Created: 2021-06-19T09:49:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T07:43:11.000Z (6 months ago)
- Last Synced: 2024-10-12T08:29:01.347Z (24 days ago)
- Topics: code, code-theme, vscode, vscode-extension, vscode-theme
- Language: CSS
- Homepage: https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-unnamed-theme
- Size: 1.5 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
The unnamed
In June 2021, I had a bike accident, and I broke one vertebra. The doctor prescribed rest, but that is so boring. Lucky enough, my body tells me I need this rest.
As working was hard, I could only sit for 20 minutes; I started looking for something to do. That is how I came up with creating a new Visual Studio Code theme.
I have already created various Code extensions, but I never took the time to explore how to make themes.
![](./assets/sample_0.0.10.png)
Currenty the theme is available with and without italics.
## Colors
I love colors. That is why I wanted to have a dark theme with vivid colors.
The primary color for the theme will be: `#F141A8`. From this color, all other colors are derived.
### Main colors
Main Accent:
#F141A8
Background:
#0E131F
Foreground:
#F3EFF5
### Accent colors
Accent:
#FFE45E
Accent:
#44FFD2
Accent:
#15C2CB
Accent:
#5EADF2
Accent:
#FE4A49
## Usage
Select the `The unnamed` or `The unnamed (No Italics)` from the theme menu in VSCode.
## Installation
1. Open **Extensions** sidebar panel in Visual Studio Code. `View → Extensions`
1. Search for `The unnamed`
1. Click **Install**
1. Click **Reload**
1. File > Preferences > Color Theme > **The unnamed** or **The unnamed (No Italics)**
1. Enjoy using the theme## Terminal themes
If you want to style your terminal with the similar colors from this theme, you can use the following theme files:
- [iTerm2 - The unnamed](./terminals/The%20unnamed.itermcolors)
- [Microsoft Terminal - The unnamed](./terminals/The%20unnamed.json)
## Contributing
I hope you like the theme and enjoy using it. If you encounter an issue, or have some feedback, feel free to contribute by sending in a PR or an issue at the [The unnamed repository](https://github.com/estruyf/vscode-unnamed-theme).