Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grady Corp.
grady
Commits
88ad5955
Commit
88ad5955
authored
2 months ago
by
Linus Keiser
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove duplicate values from theme
parent
ccdf6d37
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
grady_theme.ts
+0
-101
0 additions, 101 deletions
grady_theme.ts
theme.ts
+224
-237
224 additions, 237 deletions
theme.ts
with
224 additions
and
338 deletions
grady_theme.ts
deleted
100644 → 0
+
0
−
101
View file @
ccdf6d37
import
type
{
CustomThemeConfig
}
from
"
@skeletonlabs/tw-plugin
"
;
export
const
gradyTheme
:
CustomThemeConfig
=
{
name
:
"
grady-theme
"
,
properties
:
{
// =~= Theme Properties =~=
"
--theme-font-family-base
"
:
`system-ui`
,
"
--theme-font-family-heading
"
:
`system-ui`
,
"
--theme-font-color-base
"
:
"
0 0 0
"
,
"
--theme-font-color-dark
"
:
"
255 255 255
"
,
"
--theme-rounded-base
"
:
"
9999px
"
,
"
--theme-rounded-container
"
:
"
8px
"
,
"
--theme-border-base
"
:
"
1px
"
,
// =~= Theme On-X Colors =~=
"
--on-primary
"
:
"
255 255 255
"
,
"
--on-secondary
"
:
"
255 255 255
"
,
"
--on-tertiary
"
:
"
255 255 255
"
,
"
--on-success
"
:
"
0 0 0
"
,
"
--on-warning
"
:
"
0 0 0
"
,
"
--on-error
"
:
"
255 255 255
"
,
"
--on-surface
"
:
"
255 255 255
"
,
// =~= Theme Colors =~=
// primary | #2143ca
"
--color-primary-50
"
:
"
222 227 247
"
,
// #dee3f7
"
--color-primary-100
"
:
"
211 217 244
"
,
// #d3d9f4
"
--color-primary-200
"
:
"
200 208 242
"
,
// #c8d0f2
"
--color-primary-300
"
:
"
166 180 234
"
,
// #a6b4ea
"
--color-primary-400
"
:
"
100 123 218
"
,
// #647bda
"
--color-primary-500
"
:
"
33 67 202
"
,
// #2143ca
"
--color-primary-600
"
:
"
30 60 182
"
,
// #1e3cb6
"
--color-primary-700
"
:
"
25 50 152
"
,
// #193298
"
--color-primary-800
"
:
"
20 40 121
"
,
// #142879
"
--color-primary-900
"
:
"
16 33 99
"
,
// #102163
// secondary | #009987
"
--color-secondary-50
"
:
"
217 240 237
"
,
// #d9f0ed
"
--color-secondary-100
"
:
"
204 235 231
"
,
// #ccebe7
"
--color-secondary-200
"
:
"
191 230 225
"
,
// #bfe6e1
"
--color-secondary-300
"
:
"
153 214 207
"
,
// #99d6cf
"
--color-secondary-400
"
:
"
77 184 171
"
,
// #4db8ab
"
--color-secondary-500
"
:
"
0 153 135
"
,
// #009987
"
--color-secondary-600
"
:
"
0 138 122
"
,
// #008a7a
"
--color-secondary-700
"
:
"
0 115 101
"
,
// #007365
"
--color-secondary-800
"
:
"
0 92 81
"
,
// #005c51
"
--color-secondary-900
"
:
"
0 75 66
"
,
// #004b42
// tertiary | #00ccff
"
--color-tertiary-50
"
:
"
217 247 255
"
,
// #d9f7ff
"
--color-tertiary-100
"
:
"
204 245 255
"
,
// #ccf5ff
"
--color-tertiary-200
"
:
"
191 242 255
"
,
// #bff2ff
"
--color-tertiary-300
"
:
"
153 235 255
"
,
// #99ebff
"
--color-tertiary-400
"
:
"
77 219 255
"
,
// #4ddbff
"
--color-tertiary-500
"
:
"
0 204 255
"
,
// #00ccff
"
--color-tertiary-600
"
:
"
0 184 230
"
,
// #00b8e6
"
--color-tertiary-700
"
:
"
0 153 191
"
,
// #0099bf
"
--color-tertiary-800
"
:
"
0 122 153
"
,
// #007a99
"
--color-tertiary-900
"
:
"
0 100 125
"
,
// #00647d
// success | #07ca3b
"
--color-success-50
"
:
"
218 247 226
"
,
// #daf7e2
"
--color-success-100
"
:
"
205 244 216
"
,
// #cdf4d8
"
--color-success-200
"
:
"
193 242 206
"
,
// #c1f2ce
"
--color-success-300
"
:
"
156 234 177
"
,
// #9ceab1
"
--color-success-400
"
:
"
81 218 118
"
,
// #51da76
"
--color-success-500
"
:
"
7 202 59
"
,
// #07ca3b
"
--color-success-600
"
:
"
6 182 53
"
,
// #06b635
"
--color-success-700
"
:
"
5 152 44
"
,
// #05982c
"
--color-success-800
"
:
"
4 121 35
"
,
// #047923
"
--color-success-900
"
:
"
3 99 29
"
,
// #03631d
// warning | #ffc800
"
--color-warning-50
"
:
"
255 247 217
"
,
// #fff7d9
"
--color-warning-100
"
:
"
255 244 204
"
,
// #fff4cc
"
--color-warning-200
"
:
"
255 241 191
"
,
// #fff1bf
"
--color-warning-300
"
:
"
255 233 153
"
,
// #ffe999
"
--color-warning-400
"
:
"
255 217 77
"
,
// #ffd94d
"
--color-warning-500
"
:
"
255 200 0
"
,
// #ffc800
"
--color-warning-600
"
:
"
230 180 0
"
,
// #e6b400
"
--color-warning-700
"
:
"
191 150 0
"
,
// #bf9600
"
--color-warning-800
"
:
"
153 120 0
"
,
// #997800
"
--color-warning-900
"
:
"
125 98 0
"
,
// #7d6200
// error | #c60000
"
--color-error-50
"
:
"
246 217 217
"
,
// #f6d9d9
"
--color-error-100
"
:
"
244 204 204
"
,
// #f4cccc
"
--color-error-200
"
:
"
241 191 191
"
,
// #f1bfbf
"
--color-error-300
"
:
"
232 153 153
"
,
// #e89999
"
--color-error-400
"
:
"
215 77 77
"
,
// #d74d4d
"
--color-error-500
"
:
"
198 0 0
"
,
// #c60000
"
--color-error-600
"
:
"
178 0 0
"
,
// #b20000
"
--color-error-700
"
:
"
149 0 0
"
,
// #950000
"
--color-error-800
"
:
"
119 0 0
"
,
// #770000
"
--color-error-900
"
:
"
97 0 0
"
,
// #610000
// surface | #263238
"
--color-surface-50
"
:
"
222 224 225
"
,
// #dee0e1
"
--color-surface-100
"
:
"
212 214 215
"
,
// #d4d6d7
"
--color-surface-200
"
:
"
201 204 205
"
,
// #c9cccd
"
--color-surface-300
"
:
"
168 173 175
"
,
// #a8adaf
"
--color-surface-400
"
:
"
103 112 116
"
,
// #677074
"
--color-surface-500
"
:
"
38 50 56
"
,
// #263238
"
--color-surface-600
"
:
"
34 45 50
"
,
// #222d32
"
--color-surface-700
"
:
"
29 38 42
"
,
// #1d262a
"
--color-surface-800
"
:
"
23 30 34
"
,
// #171e22
"
--color-surface-900
"
:
"
19 25 27
"
,
// #13191b
}
};
This diff is collapsed.
Click to expand it.
theme.ts
+
224
−
237
View file @
88ad5955
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment