Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Vscode | 22,462 | 13 days ago | 66 | cc0-1.0 | JavaScript | |||||
🎨 A curated list of delightful VS Code packages and resources. | ||||||||||
Polacode | 6,673 | 9 months ago | 72 | JavaScript | ||||||
📸 Polaroid for your code | ||||||||||
Themer | 5,148 | 34 | 31 | 3 days ago | 11 | October 13, 2018 | 22 | mit | TypeScript | |
🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more). | ||||||||||
Vscode Icons | 4,037 | 11 days ago | 7 | December 04, 2021 | 190 | mit | TypeScript | |||
Icons for Visual Studio Code | ||||||||||
Night Owl Vscode Theme | 2,669 | a month ago | 64 | mit | ||||||
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme | ||||||||||
Aura Theme | 2,628 | 2 months ago | 7 | October 15, 2021 | 18 | mit | TypeScript | |||
✨ A beautiful dark theme for your favorite apps. | ||||||||||
Github Vscode Theme | 1,742 | a month ago | 11 | July 15, 2022 | 36 | mit | JavaScript | |||
GitHub's VS Code themes | ||||||||||
Vscode Material Icon Theme | 1,593 | 1 | 1 | 2 days ago | 9 | July 02, 2022 | 509 | mit | TypeScript | |
Available on the VSCode Marketplace | ||||||||||
Vscode Icons | 1,401 | 6 months ago | 9 | mit | JavaScript | |||||
Custom Visual Studio Code Icons | ||||||||||
Onedark Pro | 1,286 | 20 hours ago | 55 | mit | TypeScript | |||||
Atom's iconic One Dark theme for Visual Studio Code |
VSCode theme for the night work. Inspired by base16-dark
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Set Color Theme
and confirm theme.Extra: if you want exactly what the screenshots look like (icons, hexcode colors preview, etc), install these extensions:
ext install pkief.material-icon-theme
ext install naumovs.color-highlight
ext install wiggin77.codedox
ext install gruntfuggly.todo-tree
ext install esbenp.prettier-vscode
ext install dbaeumer.vscode-eslint
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
VSCode settings.json
:
{
"editor.fontFamily": "JetBrains Mono Medium, JetBrains Mono, Fira Code Retina,Fira Code Medium, Fira Code,Cascadia Code",
"editor.fontLigatures": true,
"workbench.colorTheme": "Dark Blood",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 30000,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"svelte"
],
"eslint.options": {
"extensinons": [".ts", ".js", ".tsx", ".jsx", ".svelte"]
},
"todo-tree.highlights.customHighlight": {
"TODO": {
"foreground": "black",
"background": "#82AAFF",
"icon": "tag",
"iconColour": "#82AAFF",
"gutterIcon": true
},
"BUG": {
"foreground": "white",
"background": "#AC4142",
"icon": "bug",
"iconColour": "#AC4142",
"gutterIcon": true
},
"FIXME": {
"foreground": "black",
"background": "#FFCC00",
"iconColour": "#FFCC00",
"icon": "alert",
"gutterIcon": true
}
},
"todo-tree.highlights.defaultHighlight": {
"type": "text-and-comment"
},
"material-icon-theme.folders.associations": {
"wordpress": "wordpress",
"modules": "App",
"desktop": "Container",
"dist-desktop": "Dist",
"dist-client": "Dist",
"dist-mobile": "Dist",
"webcomponent": "Middleware",
"webcomponents": "Middleware",
"interfaces": "Include",
"interface": "Include",
"logger": "Log",
"mode": "Class",
"types": "Typescript",
"ISSUE_TEMPLATE": "Template"
}
}
npm run init
npm run pack
...
on right/up cornerInstall from VSIX
/dist/dark-blood-theme-X.X.X.vsix
Set Color Theme
and confirm theme.Run npm run docs
Thanks to all our backers! Donate 3$ or more on paypal, ko-fi, github or patreon and send me email with your avatar and url.
I contributions! I will happily accept your pull request! Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk Rzucido |
In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!