mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
34c429650c
commit
3403e58b60
|
@ -18,6 +18,11 @@ module.exports = {
|
|||
"https://fonts.googleapis.com/css2?family=Fira+Code&display=swap"
|
||||
],
|
||||
themeConfig: {
|
||||
colorMode: {
|
||||
defaultMode: 'light',
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
prism: {
|
||||
additionalLanguages: ['powershell', 'lua', 'jsstacktrace', 'toml', 'json', 'yaml'],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue