mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-28 02:26:15 -04:00
refactor(search): command palette design (#463)
This commit is contained in:
parent
732da08157
commit
bcb98b359c
18 changed files with 576 additions and 386 deletions
|
@ -2,6 +2,7 @@ import { defineThemes } from './theme.models';
|
|||
|
||||
export const { themes: appThemes, useTheme: useAppTheme } = defineThemes({
|
||||
light: {
|
||||
background: '#ffffff',
|
||||
text: {
|
||||
baseColor: '#333639',
|
||||
mutedColor: '#767c82',
|
||||
|
@ -37,6 +38,7 @@ export const { themes: appThemes, useTheme: useAppTheme } = defineThemes({
|
|||
},
|
||||
},
|
||||
dark: {
|
||||
background: '#1e1e1e',
|
||||
text: {
|
||||
baseColor: '#ffffffd1',
|
||||
mutedColor: '#ffffff80',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue