mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-01 09:13:54 +00:00
docs: Make code blocks dark themed
This commit is contained in:
parent
0e8b1c659d
commit
21003df0f5
@ -61,6 +61,11 @@ module.exports = {
|
|||||||
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
|
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
|
||||||
indexName: "starship"
|
indexName: "starship"
|
||||||
},
|
},
|
||||||
|
postcss: {
|
||||||
|
plugins: [
|
||||||
|
require('css-prefers-color-scheme/postcss'),
|
||||||
|
]
|
||||||
|
},
|
||||||
locales: {
|
locales: {
|
||||||
"/": {
|
"/": {
|
||||||
// text for the language dropdown
|
// text for the language dropdown
|
||||||
|
@ -2,4 +2,5 @@ $accentColor = #DD0B78
|
|||||||
$accentDarkColor = #ff33b8
|
$accentDarkColor = #ff33b8
|
||||||
$textColor = #2c3e50
|
$textColor = #2c3e50
|
||||||
$borderColor = #eaecef
|
$borderColor = #eaecef
|
||||||
$codeBgColor = #282c34
|
$codeBgLightColor = #282c34
|
||||||
|
$preTextLightColor = #fff
|
||||||
|
Loading…
Reference in New Issue
Block a user