From 6770bd86d7dcdb7119329f84ea8e347f87ba822b Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Sat, 25 Feb 2023 17:25:57 +0530 Subject: [PATCH] One_dark_pro --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index 01c9a8ee..6db667b0 100644 --- a/themes/index.js +++ b/themes/index.js @@ -395,6 +395,13 @@ export const themes = { border_color: "85A4C0", bg_color: "030314", }, + one_dark_pro: { + title_color: "61AFEF", + text_color: "E5C06E", + icon_color: "C678DD", + border_color: "3B4048", + bg_color: "23272E", + }, }; export default themes;