aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorRobin Schneider <45321827+robinschneider@users.noreply.github.com>2021-10-11 23:48:05 +0200
committerGitHub <noreply@github.com>2021-10-11 23:48:05 +0200
commit2f195404009c26c90ffb4af46d98a4e03054db56 (patch)
tree56adab6cab00bee61aec975cdbf97bd23d0c14bc /docs/configuration.md
parent87aadbb6df26009e93ee20752184300819d833e8 (diff)
parentc72acd57d0a61632b6c03e2d9c7321e25dc611fa (diff)
downloadhomer-2f195404009c26c90ffb4af46d98a4e03054db56.tar.gz
homer-2f195404009c26c90ffb4af46d98a4e03054db56.tar.zst
homer-2f195404009c26c90ffb4af46d98a4e03054db56.zip
Merge branch 'bastienwirtz:main' into hotkey
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index c554297..080f296 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -54,6 +54,7 @@ colors:
54 text-title: "#303030" 54 text-title: "#303030"
55 text-subtitle: "#424242" 55 text-subtitle: "#424242"
56 card-shadow: rgba(0, 0, 0, 0.1) 56 card-shadow: rgba(0, 0, 0, 0.1)
57 link: "#3273dc"
57 link-hover: "#363636" 58 link-hover: "#363636"
58 background-image: "assets/your/light/bg.png" 59 background-image: "assets/your/light/bg.png"
59 dark: 60 dark:
@@ -67,6 +68,7 @@ colors:
67 text-title: "#fafafa" 68 text-title: "#fafafa"
68 text-subtitle: "#f5f5f5" 69 text-subtitle: "#f5f5f5"
69 card-shadow: rgba(0, 0, 0, 0.4) 70 card-shadow: rgba(0, 0, 0, 0.4)
71 link: "#3273dc"
70 link-hover: "#ffdd57" 72 link-hover: "#ffdd57"
71 background-image: "assets/your/dark/bg.png" 73 background-image: "assets/your/dark/bg.png"
72 74