liangjingkanji / DrakeTyporaTheme

十二种主题风格 - Material Google JetBrains Vue Juejin Purple Ayu Dark
https://theme.typora.io/theme/Drake/
MIT License
2.78k stars 269 forks source link
material typora typora-theme vue

写的是艺术

image-20210710130755511

下载 | 官网 | 自定义


- 可以生成优雅的[简历模板](https://github.com/liangjingkanji/Resume-Template), 并可部署为静态网页[在线简历](https://liangjingkanji.github.io/Resume-Template/) - 如果想收到主题更新通知请==Watch==本仓库 - 欢迎为本项目提供更多风格主题 ## 自定义 **字体大小**: 设置界面 -> 外观 -> 字体大小 -> 设置字体大小 - 自定义字体请编辑此处 [font.css](https://github.com/liangjingkanji/DrakeTyporaTheme/blob/master/drake/font.css#L35-L37) - 行高/段间距请编辑此处 [font.css](https://github.com/liangjingkanji/DrakeTyporaTheme/blob/master/drake/font.css#L38-L40) - 更多自定义请查看[常见问题](https://github.com/liangjingkanji/DrakeTyporaTheme/blob/master/issues.md)
> 如果发生符号粘连(例如≠), 那是主题内置字体JetBrainsMono的特性`ligatures`, 如不喜欢可自行删除: [#75](https://github.com/liangjingkanji/DrakeTyporaTheme/issues/75)
| 推荐字体 | 描述 | | ------------------------------------------------------------ |---------------------------------------------------------------------------------------------------------------------------| | [JetBrains Mono](https://www.jetbrains.com/zh-cn/lp/mono/) | 英文字体, 适合开发人员的字体. 作者修改版本: [JetBrainsMono Patch](https://github.com/liangjingkanji/JetBrainsMono-patch) | | [Fira Code](https://github.com/tonsky/FiraCode) | 英文字体, 前端开发人员喜欢用的字体 | | [Cascadia Code](https://github.com/microsoft/cascadia-code) | 英文字体, 微软官方字体, Windows Terminal的默认字体. 作者修改版本: [Cascadia Code Patch](https://github.com/liangjingkanji/cascadia-code-patch) | | [PTCode](https://github.com/liangjingkanji/PTCode) | PT Mono 增加连字特性(Ligatures) | | [PlexMono](https://github.com/liangjingkanji/PlexMono) | IBM Plex Mono 增加连字特性(Ligatures) | | [Iosevka](https://github.com/be5invis/Iosevka)/[Sarasa Gothic](https://github.com/be5invis/Sarasa-Gothic) | Iosevka/更紗黑體, 超窄字间距(稍微过窄)
Windows渲染效果明显(希望各位敦促作者将Iosevka其他风格整和进去) | | [HYYouYuan](https://www.hanyi.com.cn/productdetail?id=10875)/[HYZhengYuan](http://www.hanyi.com.cn/productdetail?id=2915) | 中文字体, 汉仪有圆/汉仪正圆 | ## 安装 - [x] 首先确定已安装[Typora](https://typora.io/) - [ ] 通过`设置 -> 外观 -> 打开主题文件夹`打开theme目录 - [ ] 复制解压后目录内的所有文件到`theme`目录下然后重启, 选择菜单栏 -> 主题即可 ## 预览 提供多种配置预览, 点击查看高清大图 | 主题名称 | 预览图 | |----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | drake-vue | | | drake-jb | | | drake-juejin | | | drake-google | | | drake | | | drake-light | | | drake-dark | | | drake-vue3 | | | drake-material | | | drake-black | | | drake-purple | | | drake-ayu | | ## License ``` MIT License Copyright (c) 2023 劉強東 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```