@@ -103,10 +103,10 @@ import UAParser from 'ua-parser-js';
103
103
import { Props } from ' @/types' ;
104
104
import StatusIcons from ' @/plugin/StatusIcons.vue' ;
105
105
import {
106
- neonBunnyCarrotTheme ,
107
- neonBunnyTheme ,
108
- neonBunnyCarrotHighlightTheme ,
109
- neonBunnyHighlightTheme
106
+ neonBunnyCarrotThemeMin ,
107
+ neonBunnyThemeMin ,
108
+ neonBunnyCarrotHighlightThemeMin ,
109
+ neonBunnyHighlightThemeMin
110
110
} from ' ./themes' ;
111
111
import langCss from ' highlight.js/lib/languages/css' ;
112
112
import langJavascript from ' highlight.js/lib/languages/javascript' ;
@@ -501,21 +501,21 @@ function loadTheme(): void {
501
501
502
502
switch (useTheme .value ) {
503
503
case ' neon-bunny' :
504
- selectedTheme = neonBunnyTheme ;
504
+ selectedTheme = neonBunnyThemeMin ;
505
505
isPrismTheme = false ;
506
506
isHighlightTheme = false ;
507
507
508
508
if (activeLibrary === ' highlightjs' ) {
509
- selectedTheme = neonBunnyHighlightTheme ;
509
+ selectedTheme = neonBunnyHighlightThemeMin ;
510
510
}
511
511
break ;
512
512
case ' neon-bunny-carrot' :
513
- selectedTheme = neonBunnyCarrotTheme ;
513
+ selectedTheme = neonBunnyCarrotThemeMin ;
514
514
isPrismTheme = false ;
515
515
isHighlightTheme = false ;
516
516
517
517
if (activeLibrary === ' highlightjs' ) {
518
- selectedTheme = neonBunnyCarrotHighlightTheme ;
518
+ selectedTheme = neonBunnyCarrotHighlightThemeMin ;
519
519
}
520
520
break ;
521
521
default :
0 commit comments