home: themeing-updates #40

Merged
notohh merged 5 commits from themeing-updates into master 2024-04-19 00:36:29 -04:00
5 changed files with 21 additions and 4 deletions
Showing only changes of commit 7923a66479 - Show all commits

View file

@ -0,0 +1,13 @@
{
"name": "snowflake-ags",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "snowflake-ags",
"version": "0.0.1",
"license": "MIT"
}
}
}

View file

@ -1,3 +0,0 @@
* {
all: unset;
}

View file

@ -0,0 +1,7 @@
* {
all: unset;
}
window {
background: black;
}

View file

@ -14,7 +14,7 @@ Utils.monitorFile(
`${App.configDir}/style`,
function () {
const scss = `${App.configDir}/style.scss`;
const scss = `${App.configDir}/main.scss`;
const css = `./style.css`;