about summary refs log tree commit diff
path: root/src/view/lib
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 11:20:07 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 11:20:07 -0600
commitb9778b7943b85fddb153efe413981a998bb641e3 (patch)
treea3a03a7cb6d80f56ec4d481f1ca02998164e474c /src/view/lib
parentb5746074665ce823449c240ed5f9fc642c83de11 (diff)
downloadvoidsky-b9778b7943b85fddb153efe413981a998bb641e3.tar.zst
Lighten post controls a little in light-mode and add them to the theme
Diffstat (limited to 'src/view/lib')
-rw-r--r--src/view/lib/themes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts
index d3c0a24bb..d25fe58fd 100644
--- a/src/view/lib/themes.ts
+++ b/src/view/lib/themes.ts
@@ -20,6 +20,7 @@ export const defaultTheme: Theme = {
       replyLine: colors.gray2,
       replyLineDot: colors.gray3,
       unreadNotifBg: '#ebf6ff',
+      postCtrl: '#8A7171',
     },
     primary: {
       background: colors.blue3,
@@ -164,6 +165,7 @@ export const darkTheme: Theme = {
       replyLine: colors.gray5,
       replyLineDot: colors.gray6,
       unreadNotifBg: colors.blue5,
+      postCtrl: '#7A6161',
     },
     primary: {
       ...defaultTheme.palette.primary,