WIP Allow applying domains to theme ramps
Co-Authored-By: Kay Simmons <3323631+Kethku@users.noreply.github.com>
This commit is contained in:
parent
506c28d2b6
commit
01570504ad
6 changed files with 152 additions and 147 deletions
|
@ -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" }),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue