diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 12:40:51 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 12:40:51 -0600 |
commit | 990c824648c31ef16e0189178aad6cc4cad4d41b (patch) | |
tree | 26c39866fe43ff28359d39534831a0716e320f73 /src/view/lib/themes.ts | |
parent | a51354e6e68cdc30ee48299baa5bc0b36668bd59 (diff) | |
download | voidsky-990c824648c31ef16e0189178aad6cc4cad4d41b.tar.zst |
Move the grays from a red undertone to blue
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r-- | src/view/lib/themes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index 5803bd21c..847276c65 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -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: { |