Compare commits

...
Author SHA1 Message Date
Zohan Subhash 6770bd86d7 One_dark_pro 2023-02-25 17:25:57 +05:30
+7
View File
@@ -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;