Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fentaniao committed Jan 20, 2022
1 parent abc34dc commit e92d2d0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -54,12 +54,15 @@ A nice theme for Typora, inspired by [Microsoft Fluent Design](https://www.micro

## How to install

1. Download the **CSS files** and **font.zip** from the [Releases](https://github.com/Fentaniao/Liquid/releases) in [Liquid repository](https://github.com/Fentaniao/Liquid/)
2. Unzip **font.zip** and install font into your PC
3. Open Typora setting, in *Preferences*, click on *Appearance*, then on *Open Theme Folder*
4. Paste the CSS files into the folder
5. Restart Typora
6. Select the Liquid themes from the *Themes* menu in Typora
1. Download the **Liquid.zip** from the [Releases](https://github.com/Fentaniao/Liquid/releases) in [Liquid repository](https://github.com/Fentaniao/Liquid/).
2. Open Typora setting, in *Preferences*, click on *Appearance*, then on *Open Theme Folder*.
3. Unzip **Liquid.zip** into the folder.
4. Restart Typora.
5. Select the Liquid themes from the *Themes* menu in Typora.

### Attention

You still need to install "liquid/FZSJ-SGLDXMHJW.TTF" font into your PC for rendering Chinese characters in Ink Mode.

## Contact

Expand Down
15 changes: 9 additions & 6 deletions README_zh.md
Expand Up @@ -54,12 +54,15 @@ typora-copy-images-to: ../../media/theme/Liquid

## 安装

1. 从位于[Liquid 存储库](https://github.com/Fentaniao/Liquid/)中的[Releases](https://github.com/Fentaniao/Liquid/releases)页面中下载**CSS 文件****font.zip**
2. 解压**font.zip**并将它们安装到你的PC上
3. 打开Typora设置页面,点击*偏好设置*,然后点击*界面*,最后点击*打开主题文件夹*
4. 将CSS文件粘贴到文件夹中
5. 重启Typora
6. 在Typora的*主题* 选项中选择Liquid主题
1. 从位于[Liquid 存储库](https://github.com/Fentaniao/Liquid/)中的[Releases](https://github.com/Fentaniao/Liquid/releases)页面中下载**Liquid.zip**
2. 在Typora设置页面中,点击*偏好设置*,然后点击*界面*,最后点击*打开主题文件夹*
3. 解压**Liquid.zip**到该文件夹中。
4. 重启Typora。
5. 在Typora的*主题* 选项中选择Liquid主题。

### 注意

为了在Ink Mode下渲染中文字体,你仍需要将"liquid/FZSJ-SGLDXMHJW.TTF"安装到你的PC上。

## 联系

Expand Down
7 changes: 6 additions & 1 deletion liquid-dark.css
Expand Up @@ -45,4 +45,9 @@
/* 非激活窗口 */
/* ::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,255,0,0.4);
} */
} */


::-webkit-scrollbar-thumb:hover {
background: rgba(157, 165, 183, 0.7);
}
5 changes: 5 additions & 0 deletions release/liquid-dark.css
Expand Up @@ -818,3 +818,8 @@ pre {
background: rgba(0,255,0,0.4);
} */


::-webkit-scrollbar-thumb:hover {
background: rgba(157, 165, 183, 0.7);
}

0 comments on commit e92d2d0

Please sign in to comment.