diff --git a/README.md b/README.md index 28f91a6..d5ef1af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_zh.md b/README_zh.md index 5bfcd21..e7ed350 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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上。 ## 联系 diff --git a/liquid-dark.css b/liquid-dark.css index efcf223..4fb9bd2 100644 --- a/liquid-dark.css +++ b/liquid-dark.css @@ -45,4 +45,9 @@ /* 非激活窗口 */ /* ::-webkit-scrollbar-thumb:window-inactive { background: rgba(0,255,0,0.4); -} */ \ No newline at end of file +} */ + + +::-webkit-scrollbar-thumb:hover { + background: rgba(157, 165, 183, 0.7); +} \ No newline at end of file diff --git a/release/liquid-dark.css b/release/liquid-dark.css index c3157dc..da97282 100644 --- a/release/liquid-dark.css +++ b/release/liquid-dark.css @@ -818,3 +818,8 @@ pre { background: rgba(0,255,0,0.4); } */ + +::-webkit-scrollbar-thumb:hover { + background: rgba(157, 165, 183, 0.7); +} +