Add colors in the config

This commit is contained in:
Alexis Tacnet
2017-04-18 21:12:00 +02:00
parent 11632cc94b
commit 7726b3d5f7
3 changed files with 37 additions and 18 deletions

View File

@@ -29,4 +29,17 @@ email = "you@example.com"
linkedin = "john-example-aa80ue8è"
twitter = "example"
social_banner = "img/banner.png"
posts_navigation = true
posts_navigation = true
[params.colors]
identifier = "#527fc1f"
identifier_dark = "#1a3152"
trivial = "#6a7a8b"
foreground = "#181d2a"
background = "#f9f9f9"
background_dark = "#282a36"
code = "#87a5d2"
type = "#97d28b"
special = "#ffcb8d"
value = "#96c2d7"
statement = "#ff8e91"