Skip to content

Instantly share code, notes, and snippets.

View UchiTesting's full-sized avatar
💪
Growing .NET developer 😎

UchiTesting

💪
Growing .NET developer 😎
View GitHub Profile
@UchiTesting
UchiTesting / gist:9fa9bc60abdbf8a19cda4477c2981b96
Created June 7, 2024 20:50
VS Code user settings to customise markdown headings colors
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "heading.1.markdown entity.name.section.markdown, heading.1.markdown punctuation.definition.heading.markdown",
"settings": {
"foreground": "#99fd17",
"fontStyle": "bold underline",
}
},
{