浏览代码

Merge branch 'glanceapp:main' into feature/404-page

Yacine Kanzari 1 年之前
父节点
当前提交
b1d548c42b
共有 3 个文件被更改,包括 10 次插入1 次删除
  1. 0 1
      docs/configuration.md
  2. 二进制
      docs/images/themes/kanagawa-dark.png
  3. 10 0
      docs/themes.md

+ 0 - 1
docs/configuration.md

@@ -40,7 +40,6 @@ pages:
     columns:
       - size: small
         widgets:
-          - type: clock
           - type: calendar
 
           - type: rss

二进制
docs/images/themes/kanagawa-dark.png


+ 10 - 0
docs/themes.md

@@ -53,6 +53,16 @@ theme:
   primary-color: 97 13 80
 ```
 
+### Kanagawa Dark
+![screenshot](images/themes/kanagawa-dark.png)
+```yaml
+theme:
+  background-color: 240 13 14
+  primary-color: 51 33 68
+  negative-color: 358 100 68
+  contrast-multiplier: 1.2
+```
+
 ### Tucan
 ![screenshot](images/themes/tucan.png)
 ```yaml