# typora-spring-theme
**Repository Path**: yomor/typora-spring-theme
## Basic Information
- **Project Name**: typora-spring-theme
- **Description**: 拷贝typora的春天主题
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-18
- **Last Updated**: 2025-08-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
一款令人如沐春风的 Typora 灵动主题
A refreshing and graceful Typora theme, like a gentle spring breeze.
Dynamic Interaction / Custom Configuration
动态交互 / 自定义配置
## 设计元素
### 1. 充满春天气息的配色卡

### 2. 不同效果的灵动交互
- 一级标题 h1
## 自定义配置
### 交互效果配置
可根据需求自定义开启或关闭任意元素的交互效果,具体操作如下:
1. 打开 `spring.css` 文件,在文件开头根据注释找到交互效果配置选项;
2. 根据需求修改对应交互效果的变量值,`0` 为关闭,`1` 为开启;
3. 重启 Typora 即可应用更改。
> [!important]
>
> 1. 若要开启交互效果,请首先将 `–use-dynamic-effect` 设置为 `1`, 然后在针对具体类型进行配置。
> 2. 若要关闭全部的交互效果,直接将 `–use-dynamic-effect` 设置为 `0` 即可。(`–use-dynamic-effect`无法禁用有序列表的部分交互效果,若想要关闭有序列表的全部交互效果,请将 `--list-ol-text-style` 设置为 `italic`)
| 类型 | 变量名 | 值 | 功能 | 默认 |
| :------------------: | :----------------------------------------------: | :----------------------: | :-----------------------------: | :---------: |
| **全局配置** | `--use-dynamic-effect` | 0 / 1 | 关闭全部交互效果 / 使用交互效果 | 1 |
| 一级标题 | `--h1-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 二级标题 | `--h2-after-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 三、四、五、六级标题 | `--h3-6-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 段落 | `--p-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 图片 | `--img-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 引用块 | `--blockquote-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 提示框 | `--alert-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 粗体 | `--strong-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 斜体 | `--em-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 下划线 | `--u-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 高亮 | `--mark-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 删除线 | `--del-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 内联代码块 | `--code-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 代码块 | `--fence-hover-effect` | 0 / 1 | 关闭 / 开启 | 1 |
| 列表 | `--list-marker-effect`