Merge pull request #875 from Unkn0wnCat/colortest

Update background color
This commit is contained in:
Kevin Kandlbinder 2022-11-24 15:06:11 +01:00 committed by GitHub
commit 4a4d6f2bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14 // Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": { "args": {
"VARIANT": "18" "VARIANT": "16"
} }
}, },
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.

View file

@ -7,7 +7,7 @@ $mainFont: "Encode SansVariable", sans-serif;
$theme: ( $theme: (
"accent": #e52b3e, "accent": #e52b3e,
"background": #070707, "background": #03051c,
"text": white, "text": white,
"red": #e52b3e, "red": #e52b3e,
"orange": #e5752b, "orange": #e5752b,