npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@ptkdev/vscode-theme-dark-blood

v3.1.0

Published

VSCode theme for the night work. Inspired by base16-dark

Downloads

18

Readme

vscode-theme-dark-blood

🎨 vscode-theme-dark-blood

v3.1.0 License: MIT VSCode Discord Server

VSCode theme for the night work. Inspired by base16-dark

vscode-theme-dark-blood

🎁 Support: Donate

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!

Donate Paypal Donate Ko-Fi Donate Github Sponsors Donate Patreon Donate Bitcoin Donate Ethereum

📎 Menu

💡 Features

  • [✔️] Easy to use
  • [✔️] MIT License
  • [✔️] 5 Themes
  • [✔️] Programming languages: all supported by visual studio code
  • [✔️] Optimized languages: javascript/es6/nodejs, json, css/sass, html5, markdown, nunjucks, jsdoc

👔 Screenshot

Blood - Default

Blood - Type A

Blood - Type B

Blood - Type AB

Blood - Type 0

🚀 Installation

  1. Install extension from vscode marketplace.
  2. Open VSCode, go to extensions list and find "Dark Blood Theme"
  3. Click to Set Color Theme and confirm theme.

🧩 Extra: if you want exactly what the screenshots look like (icons, hexcode colors preview, etc), install these extensions:

  • Set font: Fira Code Medium or JetBrains Mono Medium (13.5px size and 500 weight + ligatures).
  • 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"
	}
}

🔨 Developer Mode

  1. Download nightly, beta or stable.
  2. Run npm run init
  3. Run npm run pack
  4. Install VSCode
  5. Open extension list, click on ... on right/up corner
  6. Select Install from VSIX
  7. Choose /dist/dark-blood-theme-X.X.X.vsix
  8. Go to extensions list and find "Dark Blood Theme"
  9. Click to Set Color Theme and confirm theme.

📚 Documentation

Run npm run docs

👑 Backers and Sponsors

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.

👨‍💻 Contributing

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):

💰 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!

🦄 Other Projects

💫 License

  • Code and Contributions have MIT License
  • Images and logos have CC BY-NC 4.0 License
  • Documentations and Translations have CC BY 4.0 License
Copyleft (c) 2021 Patryk Rzucidło (@PTKDev) <[email protected]>