mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add colors in the config
This commit is contained in:
@@ -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"
|
||||
|
@@ -1,61 +0,0 @@
|
||||
a {
|
||||
color: #527fc1;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1a3152;
|
||||
}
|
||||
|
||||
section.main .content .markdown, section.header .name, section.header nav ul li:hover {
|
||||
color: #181d2a;
|
||||
}
|
||||
|
||||
section.header nav ul li {
|
||||
color: #6a7a8b;
|
||||
}
|
||||
|
||||
section.main .content .markdown code {
|
||||
background-color: #f9f9f9;
|
||||
color: #527fc1;
|
||||
}
|
||||
|
||||
section.main .content .markdown pre, section.main .content .markdown pre code {
|
||||
background-color: #282a36;
|
||||
color: #87a5d2;
|
||||
}
|
||||
|
||||
.hljs, .hljs-subst, .hljs-variable {
|
||||
color: #87a5d2;
|
||||
}
|
||||
|
||||
.hljs-type {
|
||||
color: #97d28b;
|
||||
}
|
||||
|
||||
.hljs-quote {
|
||||
color: #ffcb8d;
|
||||
}
|
||||
|
||||
.hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-template-tag, .hljs-deletion {
|
||||
color: #96c2d7;
|
||||
}
|
||||
|
||||
.hljs-comment {
|
||||
color: #9aacbf;
|
||||
}
|
||||
|
||||
.hljs-regexp, .hljs-symbol, .hljs-template-variable {
|
||||
color: #ffcb8d;
|
||||
}
|
||||
|
||||
.hljs-keyword, .hljs-attribute, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
|
||||
color: #97d28b;
|
||||
}
|
||||
|
||||
.hljs-link, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-title, .hljs-section {
|
||||
color: #ff8e91;
|
||||
}
|
||||
|
||||
.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
|
||||
color: #97d28b;
|
||||
}
|
Reference in New Issue
Block a user