Fix Nord themes

This commit is contained in:
Gregory Schier
2025-12-31 11:01:40 -08:00
parent af3e672386
commit e4bd30eb01
2 changed files with 46 additions and 17 deletions
+2 -1
View File
@@ -21,7 +21,7 @@ import {
monokaiProSpectrum,
} from './themes/monokai-pro';
import { moonlight } from './themes/moonlight';
import { nord, nordLight } from './themes/nord';
import { nord, nordLight, nordLightBrighter } from './themes/nord';
import { relaxing } from './themes/relaxing';
import { rosePine, rosePineMoon, rosePineDawn } from './themes/rose-pine';
import { triangle } from './themes/triangle';
@@ -94,6 +94,7 @@ export const plugin: PluginDefinition = {
noctisAzureus,
nord,
nordLight,
nordLightBrighter,
oneDarkPro,
pandaSyntax,
relaxing,