Skip to content

Commit

Permalink
docs: fix document for base-info-color
Browse files Browse the repository at this point in the history
  • Loading branch information
AirboZH committed Mar 7, 2024
1 parent 9b170e3 commit 13a89a8
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Expand Up @@ -49,6 +49,9 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
| 变量名 | 描述 |
|-------------------------------------------------------------------------|------------------------|
| `--halo-comment-widget-base-color` | 基础文字颜色 |
| `--halo-comment-widget-base-info-color` | 非重要突出文字 |
| `--halo-comment-widget-base-info-color-hover` | 非重要突出文字悬停颜色 |
| `--halo-comment-widget-base-info-bg-color-hover` | 非重要突出文字悬停背景颜色 |
| `--halo-comment-widget-base-border-radius` | 基础元素的圆角 |
| `--halo-comment-widget-base-font-size` | 基础字体大小 |
| `--halo-comment-widget-base-line-height` | 基础行高 |
Expand All @@ -68,9 +71,6 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
| `--halo-comment-widget-component-form-button-submit-border-color` | 提交按钮边框颜色 |
| `--halo-comment-widget-component-form-button-submit-border-color-hover` | 提交按钮悬停边框颜色 |
| `--halo-comment-widget-component-form-button-emoji-color` | 表情按钮颜色 |
| `--halo-comment-widget-component-comment-item-action-bg-color-hover` | 评论项操作悬停背景颜色 |
| `--halo-comment-widget-component-comment-item-action-color` | 评论项操作颜色 |
| `--halo-comment-widget-component-comment-item-action-color-hover` | 评论项操作悬停颜色 |
| `--halo-comment-widget-component-pagination-button-bg-color-hover` | 分页按钮悬停背景颜色 |
| `--halo-comment-widget-component-pagination-button-bg-color-active` | 分页按钮活动状态背景颜色 |
| `--halo-comment-widget-component-pagination-button-border-color-active` | 分页按钮活动状态边框颜色 |
Expand All @@ -88,6 +88,9 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
:root {

--halo-comment-widget-base-color: ;
--halo-comment-widget-base-info-color: #64748b;
--halo-comment-widget-base-info-color-hover: #94a3b8;
--halo-comment-widget-base-info-bg-color-hover: #475569;
--halo-comment-widget-base-border-radius: ;
--halo-comment-widget-base-font-size: ;
--halo-comment-widget-base-line-height: ;
Expand All @@ -107,9 +110,6 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
--halo-comment-widget-component-form-button-submit-border-color: ;
--halo-comment-widget-component-form-button-submit-border-color-hover: ;
--halo-comment-widget-component-form-button-emoji-color: ;
--halo-comment-widget-component-comment-item-action-bg-color-hover: ;
--halo-comment-widget-component-comment-item-action-color: ;
--halo-comment-widget-component-comment-item-action-color-hover: ;
--halo-comment-widget-component-pagination-button-bg-color-hover: ;
--halo-comment-widget-component-pagination-button-bg-color-active: ;
--halo-comment-widget-component-pagination-button-border-color-active: ;
Expand Down Expand Up @@ -137,6 +137,9 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
color-scheme: dark;

--halo-comment-widget-base-color: #ffffff;
--halo-comment-widget-base-info-color: #64748b;
--halo-comment-widget-base-info-color-hover: #94a3b8;
--halo-comment-widget-base-info-bg-color-hover: #475569;
--halo-comment-widget-component-form-input-bg-color: #475569;
--halo-comment-widget-component-form-input-color: #ffffff;
--halo-comment-widget-component-form-input-border-color: #495056;
Expand All @@ -148,11 +151,7 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
--halo-comment-widget-component-form-button-submit-border-color: #475569;
--halo-comment-widget-component-form-button-submit-border-color-hover: #64748b;
--halo-comment-widget-component-form-button-emoji-color: #cbd5e1;

--halo-comment-widget-component-comment-item-action-bg-color-hover: #475569;
--halo-comment-widget-component-comment-item-action-color: #64748b;
--halo-comment-widget-component-comment-item-action-color-hover: #94a3b8;


--halo-comment-widget-component-pagination-button-bg-color-hover: #475569;
--halo-comment-widget-component-pagination-button-bg-color-active: #475569;
--halo-comment-widget-component-pagination-button-border-color-active: #475569;
Expand All @@ -172,6 +171,9 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
color-scheme: dark;

--halo-comment-widget-base-color: #ffffff;
--halo-comment-widget-base-info-color: #64748b;
--halo-comment-widget-base-info-color-hover: #94a3b8;
--halo-comment-widget-base-info-bg-color-hover: #475569;
--halo-comment-widget-component-form-input-bg-color: #475569;
--halo-comment-widget-component-form-input-color: #ffffff;
--halo-comment-widget-component-form-input-border-color: #495056;
Expand All @@ -183,10 +185,7 @@ Halo 插件的详细开发文档可查阅 [插件开发](https://docs.halo.run/c
--halo-comment-widget-component-form-button-submit-border-color: #475569;
--halo-comment-widget-component-form-button-submit-border-color-hover: #64748b;
--halo-comment-widget-component-form-button-emoji-color: #cbd5e1;

--halo-comment-widget-component-comment-item-action-bg-color-hover: #475569;
--halo-comment-widget-component-comment-item-action-color: #64748b;
--halo-comment-widget-component-comment-item-action-color-hover: #94a3b8;


--halo-comment-widget-component-pagination-button-bg-color-hover: #475569;
--halo-comment-widget-component-pagination-button-bg-color-active: #475569;
Expand Down

0 comments on commit 13a89a8

Please sign in to comment.