release: WRNexusJS 0.2.57
This commit is contained in:
@@ -32,14 +32,11 @@ const config: AppConfig = {
|
||||
},
|
||||
|
||||
// Design-token themes. Built-in `light`/`dark` are provided; here we set the
|
||||
// default and override a couple of tokens to show customization. Users can
|
||||
// also redefine any `--wire-*` variable in their own CSS.
|
||||
// default and choose one of eight complete semantic color palettes. Users
|
||||
// can still override individual tokens through `themes` when needed.
|
||||
theme: {
|
||||
palette: "violet",
|
||||
default: "dark",
|
||||
themes: {
|
||||
light: { "color-primary": "#2563eb" },
|
||||
dark: { "color-primary": "#6c8cff" },
|
||||
},
|
||||
},
|
||||
|
||||
// Database connection for `wrnexus db` migrations (and, later, ctx.db).
|
||||
|
||||
Reference in New Issue
Block a user