From e42e17cf740484d5c0e2c3118314ca6b7b44ffad Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 24 Apr 2023 19:47:08 +0300 Subject: [PATCH] Delete duplicate themes --- themes/Aqua Blue.json | 8 -------- themes/Default (Dark).json | 8 -------- themes/Megumin Red.json | 8 -------- 3 files changed, 24 deletions(-) delete mode 100644 themes/Aqua Blue.json delete mode 100644 themes/Default (Dark).json delete mode 100644 themes/Megumin Red.json diff --git a/themes/Aqua Blue.json b/themes/Aqua Blue.json deleted file mode 100644 index 1cd4f5880..000000000 --- a/themes/Aqua Blue.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Aqua Blue", - "blur_strength": 2, - "main_text_color": "rgba(160, 190, 190, 1)", - "italics_text_color": "rgba(170, 200, 200, 1)", - "fastui_bg_color": "rgba(7, 54, 66, 0.9)", - "blur_tint_color": "rgba(0, 43, 54, 0.8)" -} \ No newline at end of file diff --git a/themes/Default (Dark).json b/themes/Default (Dark).json deleted file mode 100644 index 1997cd35e..000000000 --- a/themes/Default (Dark).json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Default (Dark)", - "blur_strength": 10, - "main_text_color": "rgb(220, 220, 210)", - "italics_text_color": "rgb(175, 175, 175)", - "fastui_bg_color": "rgba(0, 0, 0, 0.9)", - "blur_tint_color": "rgba(0, 0, 0, 0.5)" -} \ No newline at end of file diff --git a/themes/Megumin Red.json b/themes/Megumin Red.json deleted file mode 100644 index c403a950b..000000000 --- a/themes/Megumin Red.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "Megumin Red", - "blur_strength": 10, - "main_text_color": "rgba(230, 230, 230, 1)", - "italics_text_color": "rgba(200, 200, 200, 1)", - "fastui_bg_color": "rgba(70, 5, 5, 0.9)", - "blur_tint_color": "rgba(50, 10, 10, 0.75)" -} \ No newline at end of file