fix: unocss theme color namings

This commit is contained in:
Razboy20
2024-02-14 16:03:18 -06:00
committed by doprz
parent 64fa12b10c
commit 79d7832d09
2 changed files with 9 additions and 9 deletions

View File

@@ -1,15 +1,15 @@
export const colors = {
ut: {
'burnt-orange': '#BF5700',
burntorange: '#BF5700',
black: '#333F48',
orange: '#f8971f',
yellow: '#ffd600',
'light-green': '#a6cd57',
lightgreen: '#a6cd57',
green: '#579d42',
teal: '#00a9b7',
blue: '#005f86',
gray: '#9cadb7',
'off-white': '#d6d2c4',
offwhite: '#d6d2c4',
concrete: '#95a5a6',
},
theme: {