update light theme

This commit is contained in:
nicwands
2026-03-12 14:44:31 -04:00
parent c93fc2cc58
commit 45a6952c60
5 changed files with 5 additions and 105304 deletions

View File

@@ -4,6 +4,7 @@ const colors = {
'grey-100': '#747474',
green: '#87FF5B',
blue: '#5B92FF',
purple: '#94079E',
}
const themes = {
@@ -16,7 +17,7 @@ const themes = {
light: {
bg: colors.white,
fg: colors.black,
accent: colors.green,
accent: colors.purple,
link: colors.blue,
},
}