I'm using this extension to learn about the VSCode Extensions API, so the set of functionalities implemented here might not make a lot of sense together.
This project was created using the [official getting started instructions]1.
- Add VSCode Tokyo Night theme automatically.
- Show the number of lines of a file in the status bar.
So far, none.
- Night Owl theme
- comment not supported/allowed features
- add transparency
- remove underline in 'support'
- avoid using color #A600FF in bg, as it doesn't give good contrast
- change git decoration colors
- many more, see diff
Created initially with themer.dev, changing some elements later.
This might not be the final version yet, as I plan to use it and test it more.
- Themes:
- Atom One Dark
- One Dark
- Post-Apocalyptic
- Post-Modern
The themes were in the ./src folder but need to be in the ./themes folder. Because of that, they were not being loaded.
It was weird because they worked in the development host, but not after packed. That is likely because the ./src folder doesn't exist in the package but the ./themes is kept.
- Fork VSCode Tokyo Night theme.
- Show the number of lines of a file in the status bar.
Enjoy!