From e8f2d9d0dd0bd9e20e242e7b54446e59bc0b45f1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 20 Jun 2019 16:40:13 -0400 Subject: [PATCH] list section border colors --- src/App/Styles/Black.xaml | 1 + src/App/Styles/Dark.xaml | 1 + src/App/Styles/Light.xaml | 1 + src/App/Styles/Nord.xaml | 1 + src/App/Styles/iOS.xaml | 4 ++-- 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App/Styles/Black.xaml b/src/App/Styles/Black.xaml index c2495b6c0..961f6417f 100644 --- a/src/App/Styles/Black.xaml +++ b/src/App/Styles/Black.xaml @@ -25,6 +25,7 @@ #707070 #191919 + #282828 #52bdfb #B9B9B9 diff --git a/src/App/Styles/Dark.xaml b/src/App/Styles/Dark.xaml index 83652b856..f0c2f9271 100644 --- a/src/App/Styles/Dark.xaml +++ b/src/App/Styles/Dark.xaml @@ -25,6 +25,7 @@ #707070 #262626 + #191919 #52bdfb #B9B9B9 diff --git a/src/App/Styles/Light.xaml b/src/App/Styles/Light.xaml index f0ad39de2..134f1ae47 100644 --- a/src/App/Styles/Light.xaml +++ b/src/App/Styles/Light.xaml @@ -25,6 +25,7 @@ #c0dbeb #f0f0f0 + #dddddd #3c8dbc #ffffff diff --git a/src/App/Styles/Nord.xaml b/src/App/Styles/Nord.xaml index 27713f923..e3b130a22 100644 --- a/src/App/Styles/Nord.xaml +++ b/src/App/Styles/Nord.xaml @@ -25,6 +25,7 @@ #606C82 #2e3440 + #2e3440 #81a1c1 #e5e9f0 diff --git a/src/App/Styles/iOS.xaml b/src/App/Styles/iOS.xaml index e3194e30d..43e8a8326 100644 --- a/src/App/Styles/iOS.xaml +++ b/src/App/Styles/iOS.xaml @@ -38,12 +38,12 @@