Update config.json

This commit is contained in:
amir houieh 2022-05-26 18:49:35 +02:00 committed by GitHub
parent d353f52ba7
commit 88eef6d576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -4,16 +4,18 @@
"dark":{
"background":"#000000",
"text":"#FFFFFF",
"highlight":"#7187FF"
"accentActive":"#7187ff",
"accentMute":"#30363d"
},
"light":{
"background":"#FFFFFF",
"text":"#000000",
"highlight":"#7187FF"
"accentActive":"#7187ff",
"accentMute":"#30363d"
}
},
"fontFamily":"monospace",
"codeTheme": "base16/windows-10.css"
"codeTheme":"base16/windows-10.css"
},
"template": "default",
"static_assets_folder": "static-assets",
@ -46,4 +48,4 @@
}
]
}
}
}