WIP Allow applying domains to theme ramps

Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>
This commit is contained in:
Nate Butler 2022-09-26 17:41:59 -04:00
parent 506c28d2b6
commit 01570504ad
6 changed files with 152 additions and 147 deletions

View file

@ -17,11 +17,11 @@ export default function projectPanel(colorScheme: ColorScheme) {
background: background(layer, "on", "hovered"),
},
active: {
background: background(layer, "info", "active"),
background: background(layer, "active"),
text: text(layer, "mono", "active", { size: "sm" }),
},
activeHover: {
background: background(layer, "info", "hovered"),
background: background(layer, "active"),
text: text(layer, "mono", "active", { size: "sm" }),
},
},