diff --git a/styles/src/styleTree/projectPanel.ts b/styles/src/styleTree/projectPanel.ts index c22be76b63..437f76f51d 100644 --- a/styles/src/styleTree/projectPanel.ts +++ b/styles/src/styleTree/projectPanel.ts @@ -9,7 +9,7 @@ export default function projectPanel(colorScheme: ColorScheme) { indentWidth: 8, entry: { height: 24, - iconColor: foreground(layer, "on"), + iconColor: foreground(layer, "variant"), iconSize: 8, iconSpacing: 8, text: text(layer, "mono", "on", { size: "sm" }), @@ -17,11 +17,11 @@ export default function projectPanel(colorScheme: ColorScheme) { background: background(layer, "on", "hovered"), }, active: { - background: background(layer, "active"), + background: background(layer, "info", "active"), text: text(layer, "mono", "active", { size: "sm" }), }, activeHover: { - background: background(layer, "hovered"), + background: background(layer, "info", "hovered"), text: text(layer, "mono", "active", { size: "sm" }), }, }, diff --git a/styles/src/styleTree/search.ts b/styles/src/styleTree/search.ts index 3844c01334..98c5b35184 100644 --- a/styles/src/styleTree/search.ts +++ b/styles/src/styleTree/search.ts @@ -12,7 +12,7 @@ export default function search(colorScheme: ColorScheme) { maxWidth: 500, placeholderText: text(layer, "mono", "disabled"), selection: colorScheme.players[0], - text: text(layer, "mono", "active"), + text: text(layer, "mono", "default"), border: border(layer), margin: { right: 12, diff --git a/styles/src/themes/common/styleSets.ts b/styles/src/themes/common/styleSets.ts deleted file mode 100644 index 2732602bc9..0000000000 --- a/styles/src/themes/common/styleSets.ts +++ /dev/null @@ -1,2 +0,0 @@ -export const top = { -} \ No newline at end of file