This commit is contained in:
Nate Butler
2022-04-02 01:05:28 -04:00
parent b721472991
commit 2af313c8e2
7 changed files with 252 additions and 254 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ export default function editor(theme: Theme) {
}
return {
textColor: theme.textColor.secondary.value,
// textColor: theme.syntax.primary.color,
textColor: theme.syntax.primary.color.value,
background: backgroundColor(theme, 500),
activeLineBackground: theme.editor.line.active.value,
codeActionsIndicator: iconColor(theme, "secondary"),