You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open **Extensions** sidebar panel in VS Code. `View → Extensions`
@@ -42,6 +41,7 @@
42
41
```
43
42
44
43
## Important: CSS Hacks For Extra Sweet Editor
44
+
45
45
Some things in VS Code can't be controlled by settings, but you can install [this plugin](https://github.com/be5invis/vscode-custom-css), then make a file on your computer that will hold your custom CSS, I like to make one in my root called `~/.vscodestyles.css` and then put this everything in [cobalt2-custom-hacks.css](https://github.com/wesbos/cobalt2-vscode/blob/master/./cobalt2-custom-hacks.css) into your file.
46
46
47
47
Once done, open your command palette and select enable **custom CSS and JS**
@@ -53,6 +53,7 @@ Finally reload your editor and the Custom CSS should be taking. You can test thi
53
53
**_Note: Reloading custom CSS and JS after every VSCode update is a must!_**
54
54
55
55
## Contributing
56
+
56
57
This is a bit weird, but to get some sort of live feedback for when editing a theme. Please let me know if you have a saner way of doing it
57
58
58
59
1. Open this repo in your terminal and type `npm install`
0 commit comments