Move the grays from a red undertone to blue

zio/stable
Paul Frazee 2023-01-18 12:40:51 -06:00
parent a51354e6e6
commit 990c824648
2 changed files with 10 additions and 10 deletions

View File

@ -6,14 +6,14 @@ export const colors = {
white: '#ffffff',
black: '#000000',
gray1: '#f8f3f3',
gray2: '#e4e2e2',
gray3: '#c1b9b9',
gray4: '#968d8d',
gray5: '#645454',
gray6: '#423737',
gray7: '#2D2626',
gray8: '#131010',
gray1: '#F3F3F8',
gray2: '#E2E2E4',
gray3: '#B9B9C1',
gray4: '#8D8E96',
gray5: '#545664',
gray6: '#373942',
gray7: '#26272D',
gray8: '#101013',
blue0: '#bfe1ff',
blue1: '#8bc7fd',

View File

@ -20,7 +20,7 @@ export const defaultTheme: Theme = {
replyLine: colors.gray2,
replyLineDot: colors.gray3,
unreadNotifBg: '#ebf6ff',
postCtrl: '#8A7171',
postCtrl: '#71768A',
brandText: '#0066FF',
},
primary: {
@ -263,7 +263,7 @@ export const darkTheme: Theme = {
replyLine: colors.gray5,
replyLineDot: colors.gray6,
unreadNotifBg: colors.blue5,
postCtrl: '#7A6161',
postCtrl: '#61657A',
brandText: '#0085ff',
},
primary: {