feat: OLED dark theme

This commit is contained in:
Danny Liu
2024-03-27 10:50:30 -07:00
parent 7d45d2762f
commit 976c714063
2 changed files with 13 additions and 5 deletions

View File

@@ -16,8 +16,7 @@ export default {
700: '#4e4e4e',
800: '#333',
850: '#262626',
900: '#171717',
900: 'var(--color-gray-900, #171717)',
950: '#0d0d0d'
}
},