Update config.json
This commit is contained in:
parent
d353f52ba7
commit
88eef6d576
10
config.json
10
config.json
|
@ -4,16 +4,18 @@
|
||||||
"dark":{
|
"dark":{
|
||||||
"background":"#000000",
|
"background":"#000000",
|
||||||
"text":"#FFFFFF",
|
"text":"#FFFFFF",
|
||||||
"highlight":"#7187FF"
|
"accentActive":"#7187ff",
|
||||||
|
"accentMute":"#30363d"
|
||||||
},
|
},
|
||||||
"light":{
|
"light":{
|
||||||
"background":"#FFFFFF",
|
"background":"#FFFFFF",
|
||||||
"text":"#000000",
|
"text":"#000000",
|
||||||
"highlight":"#7187FF"
|
"accentActive":"#7187ff",
|
||||||
|
"accentMute":"#30363d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fontFamily":"monospace",
|
"fontFamily":"monospace",
|
||||||
"codeTheme": "base16/windows-10.css"
|
"codeTheme":"base16/windows-10.css"
|
||||||
},
|
},
|
||||||
"template": "default",
|
"template": "default",
|
||||||
"static_assets_folder": "static-assets",
|
"static_assets_folder": "static-assets",
|
||||||
|
@ -46,4 +48,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue