Minor styletree fixes

This commit is contained in:
Nate Butler 2022-09-26 15:07:11 -04:00
parent 96f9ee784d
commit c2ffc7086c
3 changed files with 4 additions and 6 deletions

View file

@ -9,7 +9,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
indentWidth: 8, indentWidth: 8,
entry: { entry: {
height: 24, height: 24,
iconColor: foreground(layer, "on"), iconColor: foreground(layer, "variant"),
iconSize: 8, iconSize: 8,
iconSpacing: 8, iconSpacing: 8,
text: text(layer, "mono", "on", { size: "sm" }), text: text(layer, "mono", "on", { size: "sm" }),
@ -17,11 +17,11 @@ export default function projectPanel(colorScheme: ColorScheme) {
background: background(layer, "on", "hovered"), background: background(layer, "on", "hovered"),
}, },
active: { active: {
background: background(layer, "active"), background: background(layer, "info", "active"),
text: text(layer, "mono", "active", { size: "sm" }), text: text(layer, "mono", "active", { size: "sm" }),
}, },
activeHover: { activeHover: {
background: background(layer, "hovered"), background: background(layer, "info", "hovered"),
text: text(layer, "mono", "active", { size: "sm" }), text: text(layer, "mono", "active", { size: "sm" }),
}, },
}, },

View file

@ -12,7 +12,7 @@ export default function search(colorScheme: ColorScheme) {
maxWidth: 500, maxWidth: 500,
placeholderText: text(layer, "mono", "disabled"), placeholderText: text(layer, "mono", "disabled"),
selection: colorScheme.players[0], selection: colorScheme.players[0],
text: text(layer, "mono", "active"), text: text(layer, "mono", "default"),
border: border(layer), border: border(layer),
margin: { margin: {
right: 12, right: 12,

View file

@ -1,2 +0,0 @@
export const top = {
}