Skip to content

Commit

Permalink
refactor: remove unused themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 28, 2024
1 parent 67a4823 commit 606dc64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 39 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"#validators/*": ["./app/validators/*.js"],
"#start/*": ["./start/*.js"],
"#config/*": ["./config/*.js"],
"#types/*": ["./types/*.js"],
"#types/*": ["./types/*.js"]
},
"resolveJsonModule": true,
"outDir": "./build",
"outDir": "./build"
},
"include": ["./**/*"],
"exclude": ["./resources/**/*"],
"exclude": ["./resources/**/*", "uno.config.ts"]
}
52 changes: 16 additions & 36 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ export default defineConfig({
400: '#B5B2BC',
DEFAULT: '#EEEEF0',
},

plum: { 5: '#512454' },
amber: { 5: '#4c3000' },
orange: { 5: '#f76b15' },
grass: { 9: '#46A758' },
cyan: { 5: '#23AFD0' },
indigo: { 5: '#5472E4' },
violet: { 5: '#7D66D9' },
pink: { 5: '#DE51A8' },
ruby: { 5: '#EC5A72' },
tomato: { 5: '#EC6142' },
olive: { 5: '#767D74' },
lime: { 5: '#BDEE63' },
sky: { 5: '#7CE2FE' },
},
},

Expand All @@ -52,42 +66,8 @@ export default defineConfig({
presetForms(),
presetRadix({
extend: true,
aliases: {
base: 'mauve',
},
palette: [
'amber',
'blue',
'bronze',
'brown',
'crimson',
'cyan',
'gold',
'grass',
'gray',
'green',
'indigo',
'lime',
'mauve',
'mint',
'olive',
'orange',
'pink',
'plum',
'purple',
'red',
'sage',
'sand',
'sky',
'slate',
'teal',
'tomato',
'violet',
'yellow',
'jade',
'iris',
'ruby',
],
aliases: { base: 'mauve' },
palette: ['mauve'],
}),
presetIcons({
scale: 1.2,
Expand Down

0 comments on commit 606dc64

Please sign in to comment.