mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fix(code): align syntax highlight settings
This commit is contained in:
		| @@ -197,7 +197,7 @@ function getSyntaxHighlightingThemes() { | ||||
|  | ||||
| function getCodeNoteThemes() { | ||||
|     return ColorThemes.map((theme) => ({ | ||||
|         val: theme.id, | ||||
|         val: `default:${theme.id}`, | ||||
|         title: theme.id | ||||
|     })); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user