mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 06:12:43 +02:00
add new app themes
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
import { AppThemeConfiguration } from '/@/shared/themes/app-theme-types';
|
||||
|
||||
export const vscodeLightPlus: AppThemeConfiguration = {
|
||||
app: {
|
||||
'overlay-header':
|
||||
'linear-gradient(rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 80%)), var(--theme-background-noise)',
|
||||
'overlay-subheader':
|
||||
'linear-gradient(180deg, rgba(255, 255, 255, 5%) 0%, var(--theme-colors-background)), var(--theme-background-noise)',
|
||||
'scrollbar-handle-background': 'rgba(0, 122, 204, 30%)',
|
||||
'scrollbar-handle-hover-background': 'rgba(0, 122, 204, 60%)',
|
||||
},
|
||||
colors: {
|
||||
background: 'rgb(255, 255, 255)',
|
||||
'background-alternate': 'rgb(250, 250, 250)',
|
||||
black: 'rgb(0, 0, 0)',
|
||||
foreground: 'rgb(0, 0, 0)',
|
||||
'foreground-muted': 'rgb(113, 113, 113)',
|
||||
primary: 'rgb(0, 122, 204)',
|
||||
'state-error': 'rgb(229, 20, 0)',
|
||||
'state-info': 'rgb(0, 122, 204)',
|
||||
'state-success': 'rgb(16, 124, 16)',
|
||||
'state-warning': 'rgb(191, 136, 0)',
|
||||
surface: 'rgb(243, 243, 243)',
|
||||
'surface-foreground': 'rgb(0, 0, 0)',
|
||||
white: 'rgb(255, 255, 255)',
|
||||
},
|
||||
mantineOverride: {
|
||||
primaryShade: {
|
||||
light: 4,
|
||||
},
|
||||
},
|
||||
mode: 'light',
|
||||
};
|
||||
Reference in New Issue
Block a user