From 26b637f2016d235ecaf40d02ebcf9a2c681e5416 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 28 Dec 2021 20:22:33 -0500 Subject: [PATCH] fix tab text color --- background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/background.js b/background.js index 6307f58..01501aa 100644 --- a/background.js +++ b/background.js @@ -190,6 +190,7 @@ let btheme = { colors: { frame: "#363A68", toolbar: "#363A68", + tab_text: "#ECF3FF", }, }; @@ -197,6 +198,7 @@ let dtheme = { colors: { frame: "#4456B7", toolbar: "#4456B7", + tab_text: "#ECF3FF", }, };