From a911fc3126ca3dca088270a68e8c28d833b94f06 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 28 Dec 2021 20:37:16 -0500 Subject: [PATCH] fmt --- background.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/background.js b/background.js index 6e18f45..bc6bea4 100644 --- a/background.js +++ b/background.js @@ -188,18 +188,18 @@ function isEmpty(obj) { let btheme = { colors: { - frame: "#363A68", - toolbar: "#363A68", - tab_text: "#ECF3FF", - }, + frame: '#363A68', + toolbar: '#363A68', + tab_text: '#ECF3FF' + } }; let dtheme = { colors: { - frame: "#4456B7", - toolbar: "#4456B7", - tab_text: "#ECF3FF", - }, + frame: '#4456B7', + toolbar: '#4456B7', + tab_text: '#ECF3FF' + } }; function themeWindow(window) {