fix(code): align syntax highlight settings

This commit is contained in:
Elian Doran
2025-05-11 21:40:13 +03:00
parent b2aec4dfdb
commit 340dec725c
2 changed files with 9 additions and 4 deletions

View File

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