Skip to content

Instantly share code, notes, and snippets.

View 2zqa's full-sized avatar
⌨️
Clacking away

Marijn 2zqa

⌨️
Clacking away
View GitHub Profile
@javifm86
javifm86 / vscode-default-color-theme.json
Last active July 22, 2024 08:05
Default colors used in VSCode, useful if you want to create your own theme using your color palette and want to provide similar colors to the defaults ones.
{
"name": "Default colors dark",
"type": "dark",
"colors": {
// Base colors
"focusBorder": "#007fd4",
"foreground": "#cccccc",
"widget.shadow": "#0000005c",
// "selection.background": // null
@DomPizzie
DomPizzie / README-Template.md
Last active November 14, 2024 15:20
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started