mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-03 10:50:17 -05:00
feat(code): friendly theme names
This commit is contained in:
@@ -198,7 +198,7 @@ function getSyntaxHighlightingThemes() {
|
||||
function getCodeNoteThemes() {
|
||||
return ColorThemes.map((theme) => ({
|
||||
val: `default:${theme.id}`,
|
||||
title: theme.id
|
||||
title: theme.name
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user