diff --git a/themes/index.js b/themes/index.js index e55c12f89bdce..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,6 +388,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;