update light theme
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user