From f6588890b3ce46e88bcc909729e1076f05dbace2 Mon Sep 17 00:00:00 2001
From: Mimi Shahzad <mimi.shahzad@virginpulse.com>
Date: Tue, 6 Oct 2020 11:50:09 -0400
Subject: [PATCH] Changed selection color from white to the Dracula Pro Color

---
 mods/dracula_pro.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mods/dracula_pro.css b/mods/dracula_pro.css
index 7a31a3b..5d03020 100644
--- a/mods/dracula_pro.css
+++ b/mods/dracula_pro.css
@@ -24,7 +24,7 @@
   --theme_dark--interactive_hover: #22212C;
   --theme_dark--button_close: #FF9580;
 
-  --theme_dark--selected: #F8F8F2;
+  --theme_dark--selected: #454158;
   --theme_dark--primary: #9580FF;
   --theme_dark--primary_hover: #80FFEA;
   --theme_dark--primary_click: #9580FF;