-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remade most pages + UI fixes + Photobox integration + more #60
base: main
Are you sure you want to change the base?
Changes from all commits
c36bdb2
b012f62
8f0e53e
136d75a
a646f1a
1d34f3a
5e37aad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
|
||
import type { CustomThemeConfig } from '@skeletonlabs/tw-plugin'; | ||
|
||
export const myCustomTheme: CustomThemeConfig = { | ||
name: 'my-custom-theme', | ||
properties: { | ||
// =~= Theme Properties =~= | ||
'--theme-font-family-base': | ||
"Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,\n\t\t'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'", | ||
'--theme-font-family-heading': 'Inter, system-ui', | ||
'--theme-font-color-base': 'var(--color-surface-900)', | ||
'--theme-font-color-dark': 'var(--color-surface-50)', | ||
'--theme-rounded-base': '24px', | ||
'--theme-rounded-container': '24px', | ||
'--theme-border-base': '1px', | ||
'--on-primary': '255 255 255', | ||
'--on-secondary': '255 255 255', | ||
'--on-tertiary': '0 0 0', | ||
'--on-success': '0 0 0', | ||
'--on-warning': '0 0 0', | ||
'--on-error': '0 0 0', | ||
'--on-surface': '255 255 255', | ||
'--color-primary-50': '249 220 226', | ||
'--color-primary-100': '246 208 216', | ||
'--color-primary-200': '244 197 206', | ||
'--color-primary-300': '238 162 177', | ||
'--color-primary-400': '225 92 119', | ||
'--color-primary-500': '212 22 60', | ||
'--color-primary-600': '191 20 54', | ||
'--color-primary-700': '159 17 45', | ||
'--color-primary-800': '127 13 36', | ||
'--color-primary-900': '104 11 29', | ||
'--color-secondary-50': '227 237 243', | ||
'--color-secondary-100': '218 231 239', | ||
'--color-secondary-200': '209 225 235', | ||
'--color-secondary-300': '181 206 223', | ||
'--color-secondary-400': '126 170 199', | ||
'--color-secondary-500': '70 133 175', | ||
'--color-secondary-600': '63 120 158', | ||
'--color-secondary-700': '53 100 131', | ||
'--color-secondary-800': '42 80 105', | ||
'--color-secondary-900': '34 65 86', | ||
'--color-tertiary-50': '246 244 244', | ||
'--color-tertiary-100': '242 240 240', | ||
'--color-tertiary-200': '239 237 236', | ||
'--color-tertiary-300': '230 226 225', | ||
'--color-tertiary-400': '211 204 203', | ||
'--color-tertiary-500': '192 182 180', | ||
'--color-tertiary-600': '173 164 162', | ||
'--color-tertiary-700': '144 137 135', | ||
'--color-tertiary-800': '115 109 108', | ||
'--color-tertiary-900': '94 89 88', | ||
'--color-success-50': '246 250 239', | ||
'--color-success-100': '243 248 234', | ||
'--color-success-200': '240 247 229', | ||
'--color-success-300': '230 241 213', | ||
'--color-success-400': '212 231 182', | ||
'--color-success-500': '193 221 151', | ||
'--color-success-600': '174 199 136', | ||
'--color-success-700': '145 166 113', | ||
'--color-success-800': '116 133 91', | ||
'--color-success-900': '95 108 74', | ||
'--color-warning-50': '251 246 231', | ||
'--color-warning-100': '250 243 223', | ||
'--color-warning-200': '248 240 215', | ||
'--color-warning-300': '244 231 191', | ||
'--color-warning-400': '236 212 142', | ||
'--color-warning-500': '228 194 94', | ||
'--color-warning-600': '205 175 85', | ||
'--color-warning-700': '171 146 71', | ||
'--color-warning-800': '137 116 56', | ||
'--color-warning-900': '112 95 46', | ||
'--color-error-50': '248 236 236', | ||
'--color-error-100': '246 229 230', | ||
'--color-error-200': '244 223 224', | ||
'--color-error-300': '237 204 205', | ||
'--color-error-400': '224 165 167', | ||
'--color-error-500': '210 127 129', | ||
'--color-error-600': '189 114 116', | ||
'--color-error-700': '158 95 97', | ||
'--color-error-800': '126 76 77', | ||
'--color-error-900': '103 62 63', | ||
'--color-surface-50': '223 224 226', | ||
'--color-surface-100': '213 213 217', | ||
'--color-surface-200': '202 203 207', | ||
'--color-surface-300': '170 171 179', | ||
'--color-surface-400': '107 109 121', | ||
'--color-surface-500': '43 46 64', | ||
'--color-surface-600': '39 41 58', | ||
'--color-surface-700': '32 35 48', | ||
'--color-surface-800': '26 28 38', | ||
'--color-surface-900': '21 23 31' | ||
}, | ||
|
||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="viewport" content="width=device-width" /> | ||
%sveltekit.head% | ||
</head> | ||
<body data-sveltekit-preload-data="hover" class="h-full overflow-hidden" data-theme=""> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. set this using cookie like before |
||
<body data-sveltekit-preload-data="hover" class="h-full overflow-hidden" data-theme="my-custom-theme"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. dont hardcode There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. see hooks.server.ts and change that from modern to this, also change it's name from my-custom-theme to weeb-crimson or smthn like that |
||
<div style="display: contents">%sveltekit.body%</div> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import the custom theme and change, just this