Preparation for 2.7
This commit is contained in:
10
themes/dark.json
Normal file
10
themes/dark.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"windows": {
|
||||
"foreground": "7",
|
||||
"background": "0"
|
||||
},
|
||||
"linux": {
|
||||
"foreground": "white",
|
||||
"background": "black"
|
||||
}
|
||||
}
|
10
themes/light.json
Normal file
10
themes/light.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"windows": {
|
||||
"foreground": "0",
|
||||
"background": "f"
|
||||
},
|
||||
"linux": {
|
||||
"foreground": "black",
|
||||
"background": "white"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user