about summary refs log tree commit diff
diff options
context:
space:
mode:
-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: {