From 221c5a7bd369928074dfab1e103d8a775c14bc20 Mon Sep 17 00:00:00 2001 From: Adnan Hassan <109860817+imadnanhassan@users.noreply.github.com> Date: Sat, 25 Feb 2023 14:37:23 +0600 Subject: [PATCH 1/2] Update index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index e55c12f89bdce..96c503442e4f6 100644 --- a/themes/index.js +++ b/themes/index.js @@ -394,6 +394,13 @@ export const themes = { border_color: "85A4C0", bg_color: "030314", }, + adnan_theme: { + title_color: "14354F", + text_color: "153B59", + icon_color: "5FABEE", + border_color: "85A4C0", + bg_color: "0A1E2D", + }, }; export default themes; From 581b75e03b8ee9db25da11386f255a095290fd6b Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Sat, 25 Feb 2023 17:16:32 +0530 Subject: [PATCH 2/2] Fix bug from one_dark merge --- themes/index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/index.js b/themes/index.js index 96c503442e4f6..6dd81db84d828 100644 --- a/themes/index.js +++ b/themes/index.js @@ -374,12 +374,6 @@ export const themes = { border_color: "170F0C", bg_color: "170F0C", }, - one_dark_pro: { - title_color: "61AFEF", - text_color: "E5C06E", - icon_color: "C678DD", - border_color: "3B4048", - bg_color: "23272E", rose: { title_color: "8d192b", text_color: "862931", @@ -394,7 +388,7 @@ export const themes = { border_color: "85A4C0", bg_color: "030314", }, - adnan_theme: { + adnan_theme: { title_color: "14354F", text_color: "153B59", icon_color: "5FABEE",