Skip to content

Commit 6837935

Browse files
author
ignace
committed
feat: use github-dark theme
1 parent d49775d commit 6837935

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/environment.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ module.exports = function (environment) {
2121
// Here you can pass flags/options to your application instance
2222
// when it is created
2323
},
24+
'ember-shiki': {
25+
defaultThemes: ['github-dark'],
26+
},
2427
};
2528

2629
if (environment === 'development') {

0 commit comments

Comments
 (0)