fix: theme
This commit is contained in:
parent
69c49b72b8
commit
f63e429169
7 changed files with 29 additions and 23 deletions
|
|
@ -14,7 +14,6 @@ const midnight = {
|
|||
tokenColors: [
|
||||
{
|
||||
scope: [
|
||||
"keyword",
|
||||
"storage.type",
|
||||
"storage.modifier",
|
||||
"keyword.control",
|
||||
|
|
@ -31,7 +30,7 @@ const midnight = {
|
|||
"constant.character",
|
||||
"number",
|
||||
],
|
||||
settings: { foreground: "#e5c07b" },
|
||||
settings: { foreground: "#98c379" },
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
@ -46,7 +45,6 @@ const daylight = {
|
|||
tokenColors: [
|
||||
{
|
||||
scope: [
|
||||
"keyword",
|
||||
"storage.type",
|
||||
"storage.modifier",
|
||||
"keyword.control",
|
||||
|
|
@ -63,7 +61,7 @@ const daylight = {
|
|||
"constant.character",
|
||||
"number",
|
||||
],
|
||||
settings: { foreground: "#996800" },
|
||||
settings: { foreground: "#2d7f3e" },
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue