diff --git a/README.md b/README.md index ebd8994..7d50c53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Evangelion-typora-theme +[![Github All Releases](https://img.shields.io/github/downloads/viridityzhu/Evangelion-typora-theme/total.svg)]() (If you like it, please give it a star! I really appreciate it!) + An eye-friendly dark theme for [Typora](https://typora.io/) Markdown Editor, based on the color scheme of Neon Genesis Evangelion. ![eva0](eva0.png) @@ -22,11 +24,17 @@ An eye-friendly dark theme for [Typora](https://typora.io/) Markdown Editor, bas ## Install -- Download this repo: - - Find and click the `Code` button in this page, then click `Download ZIP`. -- Copy and paste the `Eva.css` file in to the **Typora Theme Folder**: +- Download the `eva.css` file: see [releases](https://github.com/viridityzhu/Evangelion-typora-theme/releases). +- Copy and paste the file in to the **Typora Theme Folder**: - `Preferences…` > `Appearence` > `Open Theme Folder`. -- Restart Typora, then select `Theme` > `Eva` to apply. +- Restart Typora, then select `Theme` > `eva` to apply. + +安装: +- 下载`eva.css`文件: [releases](https://github.com/viridityzhu/Evangelion-typora-theme/releases) +- 将该文件粘贴到**Typora主题文件夹**中: + - `偏好设置` > `外观` > `打开主题文件夹` +- 重启Typora,然后选择`主题` > `eva`,主题即可生效。 + ## Reference diff --git a/Eva.css b/eva.css similarity index 99% rename from Eva.css rename to eva.css index 76e6822..97bc15b 100644 --- a/Eva.css +++ b/eva.css @@ -625,4 +625,4 @@ footer.ty-footer { .cm-s-inner .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; -} \ No newline at end of file +}