about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 12:40:51 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 12:40:51 -0600
commit990c824648c31ef16e0189178aad6cc4cad4d41b (patch)
tree26c39866fe43ff28359d39534831a0716e320f73
parenta51354e6e68cdc30ee48299baa5bc0b36668bd59 (diff)
downloadvoidsky-990c824648c31ef16e0189178aad6cc4cad4d41b.tar.zst
Move the grays from a red undertone to blue
-rw-r--r--src/view/lib/styles.ts16
-rw-r--r--src/view/lib/themes.ts4
2 files changed, 10 insertions, 10 deletions
diff --git a/src/view/lib/styles.ts b/src/view/lib/styles.ts
index 65bbe1cd0..43c016418 100644
--- a/src/view/lib/styles.ts
+++ b/src/view/lib/styles.ts
@@ -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',
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: {