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.
Currenty the theme is available with and without italics.
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 Accent: #F141A8
Background: #0E131F
Foreground: #F3EFF5
Accent: #FFE45E
Accent: #44FFD2
Accent: #15C2CB
Accent: #5EADF2
Accent: #FE4A49
Select the The unnamed
or The unnamed (No Italics)
from the theme menu in VSCode.
- Open Extensions sidebar panel in Visual Studio Code.
View → Extensions
- Search for
The unnamed
- Click Install
- Click Reload
- File > Preferences > Color Theme > The unnamed or The unnamed (No Italics)
- Enjoy using the theme
If you want to style your terminal with the similar colors from this theme, you can use the following theme files:
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.