-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
128 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,116 @@ | ||
export default defineAppConfig({ | ||
ui: { | ||
primary: "blueScriptBlue", | ||
gray: "zinc", | ||
ui: { | ||
primary: "blueScriptBlue", | ||
gray: "zinc", | ||
|
||
button: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
color: "black", | ||
}, | ||
}, | ||
button: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
color: "black", | ||
}, | ||
}, | ||
|
||
kbd: { | ||
background: 'bg-slate-100 dark:bg-slate-800', | ||
ring: 'ring-1 ring-slate-200 dark:ring-slate-800 ring-inset', | ||
}, | ||
kbd: { | ||
background: "bg-slate-100 dark:bg-slate-800", | ||
ring: "ring-1 ring-slate-200 dark:ring-slate-800 ring-inset", | ||
}, | ||
|
||
buttonGroup: { | ||
rounded: "rounded-full", | ||
}, | ||
buttonGroup: { | ||
rounded: "rounded-full", | ||
}, | ||
|
||
table: { | ||
tr: { | ||
base: "", | ||
selected: "bg-gray-50 dark:bg-gray-800/50", | ||
active: "hover:bg-gray-50 dark:hover:bg-gray-800/50 cursor-pointer", | ||
}, | ||
th: { | ||
base: "text-left rtl:text-right", | ||
padding: "px-4 py-2", | ||
color: "text-gray-900 dark:text-white", | ||
font: "font-normal", | ||
size: "text-sm", | ||
}, | ||
td: { | ||
base: "whitespace-nowrap", | ||
padding: "px-4 py-2", | ||
color: "text-gray-600 dark:text-gray-300", | ||
font: "font-normal", | ||
size: "text-sm", | ||
}, | ||
}, | ||
table: { | ||
tr: { | ||
base: "", | ||
selected: "bg-gray-50 dark:bg-gray-800/50", | ||
active: "hover:bg-gray-50 dark:hover:bg-gray-800/50 cursor-pointer", | ||
}, | ||
th: { | ||
base: "text-left rtl:text-right", | ||
padding: "px-4 py-2", | ||
color: "text-gray-900 dark:text-white", | ||
font: "font-normal", | ||
size: "text-sm", | ||
}, | ||
td: { | ||
base: "whitespace-nowrap", | ||
padding: "px-4 py-2", | ||
color: "text-gray-600 dark:text-gray-300", | ||
font: "font-normal", | ||
size: "text-sm", | ||
}, | ||
}, | ||
|
||
input: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
}, | ||
}, | ||
input: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
}, | ||
}, | ||
|
||
select: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
}, | ||
}, | ||
select: { | ||
rounded: "rounded-full", | ||
default: { | ||
size: "md", | ||
}, | ||
}, | ||
|
||
textarea: { | ||
color: { | ||
gray: { | ||
outline: "ring-1 ring-gray-200 dark:ring-gray-800", | ||
}, | ||
}, | ||
textarea: { | ||
color: { | ||
gray: { | ||
outline: "ring-1 ring-gray-200 dark:ring-gray-800", | ||
}, | ||
}, | ||
}, | ||
|
||
header: { | ||
wrapper: "border-none backdrop-blur-lg", | ||
header: { | ||
wrapper: "border-none backdrop-blur-lg", | ||
|
||
links: { | ||
wrapper: | ||
"ring-1 ring-gray-300 dark:ring-gray-700 px-3 gap-x-0 rounded-full", | ||
base: "py-2 px-4 font-medium transition-colors relative after:absolute after:-bottom-px after:inset-x-2 after:h-px after:rounded-full after:opacity-0 after:bg-gray-900 dark:after:bg-white after:transition-opacity", | ||
active: "text-gray-900 dark:text-white after:opacity-100", | ||
inactive: | ||
"text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100", | ||
}, | ||
links: { | ||
wrapper: | ||
"ring-1 ring-gray-300 dark:ring-gray-700 px-3 gap-x-0 rounded-full", | ||
base: "py-2 px-4 font-medium transition-colors relative after:absolute after:-bottom-px after:inset-x-2 after:h-px after:rounded-full after:opacity-0 after:bg-gray-900 dark:after:bg-white after:transition-opacity", | ||
active: "text-gray-900 dark:text-white after:opacity-100", | ||
inactive: | ||
"text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100", | ||
}, | ||
|
||
left: "sm:flex-1", | ||
right: "sm:flex-1", | ||
panel: { | ||
wrapper: "sm:hidden", | ||
}, | ||
left: "sm:flex-1", | ||
right: "sm:flex-1", | ||
panel: { | ||
wrapper: "sm:hidden", | ||
}, | ||
|
||
button: { | ||
base: "sm:hidden", | ||
icon: { | ||
open: "i-ph-list", | ||
close: "i-ph-x", | ||
}, | ||
}, | ||
button: { | ||
base: "sm:hidden", | ||
icon: { | ||
open: "i-ph-list", | ||
close: "i-ph-x", | ||
}, | ||
}, | ||
}, | ||
commandPalette: { | ||
default: { | ||
icon: "i-ph-magnifying-glass", | ||
loadingIcon: "i-svg-spinners-90-ring", | ||
selectedIcon: "i-ph-check", | ||
emptyState: { | ||
icon: "i-ph-magnifying-glass", | ||
}, | ||
}, | ||
}, | ||
icons: { | ||
dark: "i-ph-moon", | ||
light: "i-ph-sun", | ||
system: "i-heroicons-computer-desktop-20-solid", | ||
search: "i-ph-magnifying-glass", | ||
external: "i-heroicons-arrow-up-right-20-solid", | ||
chevron: "i-ph-caret-down", | ||
hash: "i-heroicons-hashtag-20-solid", | ||
menu: "i-heroicons-bars-3-20-solid", | ||
close: "i-ph-x", | ||
check: "i-heroicons-check-circle-20-solid", | ||
}, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters