Made default theme's feature foreground dark rather than light
This commit is contained in:
parent
b161151424
commit
7f63bf5d79
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ function onUpdate(value: SelectOption) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-dropdown-item {
|
.vue-dropdown-item {
|
||||||
color: var(--feature-foreground);
|
color: var(--foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-dropdown-item,
|
.vue-dropdown-item,
|
||||||
|
|
|
@ -35,7 +35,7 @@ const defaultTheme: Theme = {
|
||||||
variables: {
|
variables: {
|
||||||
"--foreground": "#dfdfdf",
|
"--foreground": "#dfdfdf",
|
||||||
"--background": "#0f0f0f",
|
"--background": "#0f0f0f",
|
||||||
"--feature-foreground": "#eee",
|
"--feature-foreground": "#0f0f0f",
|
||||||
"--tooltip-background": "rgba(0, 0, 0, 0.75)",
|
"--tooltip-background": "rgba(0, 0, 0, 0.75)",
|
||||||
"--raised-background": "#0f0f0f",
|
"--raised-background": "#0f0f0f",
|
||||||
"--points": "#ffffff",
|
"--points": "#ffffff",
|
||||||
|
|
Loading…
Reference in a new issue