Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-07 22:21:58 -08:00
parent dca316c0d5
commit 5e387b513a
9 changed files with 61 additions and 27 deletions

View File

@@ -12,13 +12,13 @@ const darkTheme: AppTheme = {
whitePoint: 0.95,
colors: {
gray: '#656196',
red: '#ff2727',
red: '#ee3b3b',
orange: '#ff9411',
yellow: '#dede34',
green: '#39da39',
yellow: '#dcdc3b',
green: '#44cb44',
blue: '#2e91ff',
pink: '#ff74ff',
violet: '#a853ff',
pink: '#f670f6',
violet: '#ae70ff',
},
},
},