简体中文 / English
Note
请不要直接在上面下载该项目!请阅读下面的 安装 和 配置 部分!
Please do not download the project directly! Please read the README-EN
Alto 为更优雅的 Typora 界面而生,她不改动原主题的基础样式,而是对 Typora 界面进行了重新设计,使其更加简洁、美观、灵动。
Alto 是个 css
文件,以引用其他主题的文件来为其提供更好的 Typora 界面支持。
该项目主体是 alto.css
,上面的预览所内置的主题是 Lapis ( YiNNx ) 和 Spring ( SprInec ) ,他们以子模块的形式放在了文件夹 alto
中,所以如果你直接下载的该项目的 zip 文件,这两个模块并不会一起下载下来,你需要单独下载,或者采用我下面给出的方式。
-
方式一:克隆该项目及其子模块【推荐】
-
确保你安装了 Git 。
-
在 typora 主题文件夹 中打开终端,输入以下命令:
git clone --recurse-submodules https://github.com/Seeridia/typora-theme-alto.git temp_folder Get-ChildItem -Path 'temp_folder' -Force | ForEach-Object { $destination = Join-Path -Path '.' -ChildPath $_.Name if (Test-Path $destination) { Remove-Item -Path $destination -Recurse -Force } Move-Item -Path $_.FullName -Destination '.' -Force } Remove-Item -Path 'temp_folder' -Recurse -Force
-
-
方式二:从该项目的 releases 下载 zip 文件,然后解压到 Typora 的主题文件夹中
-
在
偏好设置 > 外观 > 窗口样式
为 “一体化” 模式,关闭 Typora -
打开文件
alto.css
-
配置 Alto
-
@import "alto/lapis/lapis.css";
配置主题- 对 Lapis 和 Spring ,默认位置为
alto/xxx/xxx.css
- 对 Typora 主题 或其他你已经下载好的主题,位置为
xxx.css
- 对 Lapis 和 Spring ,默认位置为
-
:root
配置颜色
-
-
Enjoy Alto!