Skip to content

Commit e1ad802

Browse files
committed
Added dark_minimalist theme to themes.ts
1 parent fc8a159 commit e1ad802

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/const/themes.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,12 @@ themes.set("jetbrains_new_dark", {
288288
titleColor: "#cf8e6d",
289289
badgeColor: "#1e1f22",
290290
});
291-
291+
themes.set("dark_minimalist", {
292+
backgroundColor: "#2b2a33",
293+
borderColor: "#757480",
294+
titleColor: "#85bef7",
295+
badgeColor: "#211f27",
296+
});
292297
/**
293298
* Searches for the specified theme in the themes map.
294299
* If the theme is not present in the map, then

0 commit comments

Comments
 (0)