[Yazi] Add additional themes

This commit is contained in:
2025-03-29 13:37:42 +01:00
parent c9442acce8
commit c0e9062230
29 changed files with 2183 additions and 12 deletions

View File

@@ -123,10 +123,10 @@ const fonts = {
// TODO
const yaziThemes = {
'nordic': 'tokyo-night',
'deep-dark': 'tokyo-night',
'material': 'tokyo-night',
'light': 'tokyo-night',
'bright': 'tokyo-night',
'deep-dark': 'vscode-dark-modern',
'material': 'dracula',
'light': 'vscode-light-modern',
'bright': 'vscode-light-modern',
}