mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix: latte & spelling
This commit is contained in:
parent
08d3bfb36d
commit
5e37d89b18
5 changed files with 7 additions and 7 deletions
|
@ -356,7 +356,7 @@ export default function Layout({ children, props }) {
|
|||
)
|
||||
}
|
||||
variant='subtle'
|
||||
color='gray'
|
||||
color={theme.colorScheme === 'dark' ? 'dark' : 'gray'}
|
||||
compact
|
||||
size='xl'
|
||||
p='sm'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// https://github.com/SeaswimmerTheFsh
|
||||
// https://catppuccin.com/pallete
|
||||
// https://catppuccin.com/palette
|
||||
|
||||
import createTheme from '.';
|
||||
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// https://github.com/SeaswimmerTheFsh
|
||||
// https://catppuccin.com/pallete
|
||||
// https://catppuccin.com/palette
|
||||
|
||||
import createTheme from '.';
|
||||
|
||||
export default createTheme({
|
||||
colorScheme: 'light',
|
||||
colorScheme: 'dark',
|
||||
primaryColor: 'blue',
|
||||
other: {
|
||||
AppShell_backgroundColor: '#dce0e8',
|
||||
hover: '#ccd0da',
|
||||
},
|
||||
colors: {
|
||||
light: [
|
||||
dark: [
|
||||
'#4c4f69',
|
||||
'#8c8fa1',
|
||||
'#8c8fa1',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// https://github.com/SeaswimmerTheFsh
|
||||
// https://catppuccin.com/pallete
|
||||
// https://catppuccin.com/palette
|
||||
|
||||
import createTheme from '.';
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// https://github.com/SeaswimmerTheFsh
|
||||
// https://catppuccin.com/pallete
|
||||
// https://catppuccin.com/palette
|
||||
|
||||
import createTheme from '.';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue