feat(code): friendly theme names

This commit is contained in:
Elian Doran
2025-05-11 22:03:37 +03:00
parent d80d97ca31
commit d41b780f43
2 changed files with 25 additions and 1 deletions

View File

@@ -198,7 +198,7 @@ function getSyntaxHighlightingThemes() {
function getCodeNoteThemes() {
return ColorThemes.map((theme) => ({
val: `default:${theme.id}`,
title: theme.id
title: theme.name
}));
}