1
Fork 0
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:
diced 2024-06-07 18:11:01 -07:00
parent 08d3bfb36d
commit 5e37d89b18
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
5 changed files with 7 additions and 7 deletions

View file

@ -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'

View file

@ -1,5 +1,5 @@
// https://github.com/SeaswimmerTheFsh
// https://catppuccin.com/pallete
// https://catppuccin.com/palette
import createTheme from '.';

View file

@ -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',

View file

@ -1,5 +1,5 @@
// https://github.com/SeaswimmerTheFsh
// https://catppuccin.com/pallete
// https://catppuccin.com/palette
import createTheme from '.';

View file

@ -1,5 +1,5 @@
// https://github.com/SeaswimmerTheFsh
// https://catppuccin.com/pallete
// https://catppuccin.com/palette
import createTheme from '.';