All Projects โ†’ ptkdev โ†’ vscode-theme-dark-blood

ptkdev / vscode-theme-dark-blood

Licence: other
๐ŸŽจ VSCode Theme: Dark Blood

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vscode-theme-dark-blood

vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: โœญ 17 (+13.33%)
Mutual labels:  dark-theme, vscode-theme
vaporwave-theme-vscode
๏ผก๏ผฅ๏ผณ๏ผด๏ผจ๏ผฅ๏ผด๏ผฉ๏ผฃ๏ผณ
Stars: โœญ 28 (+86.67%)
Mutual labels:  themes, vscode-theme
vscode-dragon-theme
A VS Code dark theme for a cleaner and more streamlined interface. ๐Ÿ˜Ž
Stars: โœญ 29 (+93.33%)
Mutual labels:  dark-theme, vscode-theme
nord-wave
๐ŸŽจ Darker version of the awesome Nord theme for VS Code
Stars: โœญ 35 (+133.33%)
Mutual labels:  dark-theme, vscode-theme
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: โœญ 53 (+253.33%)
Mutual labels:  dark-theme, vscode-theme
theme-collection
A collection of themes for Node-RED
Stars: โœญ 43 (+186.67%)
Mutual labels:  dark-theme, themes
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. ๐Ÿ
Stars: โœญ 29 (+93.33%)
Mutual labels:  dark-theme, vscode-theme
Night Owl Vscode Theme
๐ŸŒŒ NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, ๐Ÿฆ‰ LIGHT OWL: a daytime light theme
Stars: โœญ 2,368 (+15686.67%)
Mutual labels:  dark-theme, vscode-theme
Xresources-themes
A big (huge) collection of rxvt / xterm terminal themes
Stars: โœญ 247 (+1546.67%)
Mutual labels:  themes, base16
xcode-theme
Bring the color of the Xcode 'Default (Dark)', Xcode 'Classic (Dark)' and Xcode 'Classic (Light)' themes to Visual Studio Code.
Stars: โœญ 28 (+86.67%)
Mutual labels:  dark-theme, vscode-theme
aurora-future-vscode-theme
๐Ÿ’œ A futuristic vscode theme.
Stars: โœญ 27 (+80%)
Mutual labels:  dark-theme, vscode-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: โœญ 14 (-6.67%)
Mutual labels:  dark-theme, vscode-theme
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing thโ€ฆ
Stars: โœญ 68 (+353.33%)
Mutual labels:  dark-theme, themes
dark-theme-plugin
Jenkins Dark Theme
Stars: โœญ 64 (+326.67%)
Mutual labels:  dark-theme, themes
Vscode One Monokai
๐ŸŽจ Vscode One Monokai theme.
Stars: โœญ 214 (+1326.67%)
Mutual labels:  dark-theme, vscode-theme
ProColors
A collection of coding themes for syntax highlighting and the editors that are designed to be available in dark and light modes with a very high precision of harmony and token definition coverage.
Stars: โœญ 94 (+526.67%)
Mutual labels:  themes, vscode-theme
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: โœญ 165 (+1000%)
Mutual labels:  dark-theme, vscode-theme
Andromeda
๐Ÿš€ Dark theme for vscode
Stars: โœญ 165 (+1000%)
Mutual labels:  dark-theme, vscode-theme
FastDarkTheme
Experiment with dark themes based on popular apps.
Stars: โœญ 47 (+213.33%)
Mutual labels:  dark-theme, themes
calamity-vscode
A purple dark theme with medium to high contrast for Visual Studio Code โš›๏ธ
Stars: โœญ 27 (+80%)
Mutual labels:  dark-theme, vscode-theme

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


Patryk Rzucidล‚o

๐Ÿ’ป ๐ŸŒ ๐Ÿ“– ๐Ÿ›

๐Ÿ’ฐ 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]>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].