From 0849b70730e3d81abdcb0dc72fdbdf3f96fef97e Mon Sep 17 00:00:00 2001 From: lzy Date: Sat, 23 Mar 2024 15:38:17 +0800 Subject: [PATCH] add English readme --- README-en.md | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 41 ++++++++++------------- 2 files changed, 108 insertions(+), 24 deletions(-) create mode 100644 README-en.md diff --git a/README-en.md b/README-en.md new file mode 100644 index 0000000..e8421c0 --- /dev/null +++ b/README-en.md @@ -0,0 +1,91 @@ +
+

+ Fugu +

+
+
+ 简体中文 | English +
+
+

+ Fugu is a Typora theme based on YiNNx/typora-theme-lapis. +

+总览 +
+ +## Introduction + +The complete demo PDF is available [here](./演示.pdf)。 + +Currently only the light theme is implemented. + +Based on [YiNNx/typora-theme-lapis](https://github.com/YiNNx/typora-theme-lapis) modified, also modified from [Theigrams/My-Typora-Themes](https://github.com/Theigrams /My-Typora-Themes), [billchen2k/typora-theme-next](https://github.com/BillChen2K/typora-theme-next) and other themes have been inspired. Thank you for these excellent themes! + +- Font: + + - [GlowSansSC](https://github.com/welai/glow-sans): Future black, the font selected for the `next` theme. + - [MonaspaceArgon](https://github.com/githubnext/monaspace): A monospaced font that I personally particularly like, launched by Github. + +- Code highlighting: Ported from [akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/tree/master). + +## Usage + +After downloading, place the `fugu.css` and `fugu` folders in the theme directory to enable them. + +> fugu.css is the theme, and the fugu folder mainly contains fonts. + +## Preview + +### Title + +
+标题 +
+ +### Horizontal Rules + +
+分割线 +
+ +### Emphasis + +
+强调 +
+ +### Blockquotes + +
+引用块 +
+ +### Lists + +
+列表 +
+ +### Code + +
+代码 +
+ +### Table + +
+表格 +
+ +### Links + +
+链接 +
+ +### Plugins + +
+插件 +
diff --git a/README.md b/README.md index 62d0bf3..48055b7 100644 --- a/README.md +++ b/README.md @@ -3,95 +3,88 @@ Fugu -
+ 简体中文 | English + +

Fugu是基于YiNNx/typora-theme-lapis的一款Typora主题。

+ 总览
- - - - - - - ## 简介 -完整的演示PDF点[这里](./演示.pdf)。 +完整的演示 PDF 点[这里](./演示.pdf)。 目前只实现了浅色主题。 基于[YiNNx/typora-theme-lapis ](https://github.com/YiNNx/typora-theme-lapis)修改,也从[Theigrams/My-Typora-Themes](https://github.com/Theigrams/My-Typora-Themes),[billchen2k/typora-theme-next](https://github.com/BillChen2K/typora-theme-next)等主题获得了灵感,感谢这些优秀的主题! - 字体: + - [GlowSansSC](https://github.com/welai/glow-sans):未来荧黑,`next`主题选用的字体。 - - [MonaspaceArgon](https://github.com/githubnext/monaspace):我个人特别喜欢的一款等宽字体,由Github推出。 + - [MonaspaceArgon](https://github.com/githubnext/monaspace):我个人特别喜欢的一款等宽字体,由 Github 推出。 - 代码高亮:移植于[akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/tree/master)。 - - ## 用法 -下载后将`fugu.css`和`fugu`文件夹放到主题目录下,即可启用。 +下载后将`fugu.css`和`fugu`文件夹放到**typora**主题目录下,即可启用。 > fugu.css 为主题,fugu 文件夹下主要是字体。 - - ## 预览 ### 标题 +
标题
- ### 分割线 +
分割线
- ### 强调 +
强调
- ### 引用块 +
引用块
- ### 列表 +
列表
- ### 代码 +
代码
- - ### 表格 +
表格
- ### 链接 +
链接
- ### 插件支持 +
插件