Skip to content

Commit 395283b

Browse files
committed
fixup: remove custom-hacks.css
1 parent 4c0b5d9 commit 395283b

File tree

2 files changed

+0
-94
lines changed

2 files changed

+0
-94
lines changed

test/integration/fixtures/wesbos.theme-cobalt2-2.1.6/README.md

-18
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,10 @@
2929
"editor.cursorStyle": "line",
3030
"editor.cursorWidth": 5,
3131
"editor.cursorBlinking": "solid",
32-
// Very important: Install this plugin: https://github.com/be5invis/vscode-custom-css
33-
// You'll need to change this to a file URI scheme on your computer: https://en.wikipedia.org/wiki/File_URI_scheme
34-
// Mac/Linux: file:///Users/YOUR-PC-USERNAME/.vscodestyles.css
35-
// Windows: file:///C:/Users/YOUR-PC-USERNAME/.vscodestyles.css
36-
"vscode_custom_css.imports": [
37-
"file:///Users/wesbos/.vscodestyles.css"
38-
],
3932
"editor.renderWhitespace": "all",
4033
}
4134
```
4235

43-
## Important: CSS Hacks For Extra Sweet Editor
44-
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-
47-
Once done, open your command palette and select enable **custom CSS and JS**
48-
49-
![Custom CSS/JS Hack](https://d3vv6lp55qjaqc.cloudfront.net/items/0B37352D3s2A2e33353c/Screen%20Shot%202017-09-15%20at%2011.02.49%20AM.png?X-CloudApp-Visitor-Id=26998&v=7ff79bcc)
50-
51-
Finally reload your editor and the Custom CSS should be taking. You can test this by typing into file - the dirty circle should be yellow not white.
52-
53-
**_Note: Reloading custom CSS and JS after every VSCode update is a must!_**
5436

5537
## Contributing
5638

test/integration/fixtures/wesbos.theme-cobalt2-2.1.6/cobalt2-custom-hacks.css

-76
This file was deleted.

0 commit comments

Comments
 (0)