Preparation for 2.7

This commit is contained in:
2022-04-28 01:18:08 +02:00
parent c0076bf5aa
commit c2c0d47dbb
24 changed files with 500 additions and 277 deletions

10
themes/dark.json Normal file
View File

@@ -0,0 +1,10 @@
{
"windows": {
"foreground": "7",
"background": "0"
},
"linux": {
"foreground": "white",
"background": "black"
}
}

10
themes/light.json Normal file
View File

@@ -0,0 +1,10 @@
{
"windows": {
"foreground": "0",
"background": "f"
},
"linux": {
"foreground": "black",
"background": "white"
}
}