-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathghostty.config
More file actions
55 lines (46 loc) · 1.44 KB
/
ghostty.config
File metadata and controls
55 lines (46 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Config generated by Ghostty Config
# 1. 字体与粗体渲染 (完美复刻你的视觉习惯)
font-family = "Recursive Monospace Casual"
font-size = 18
font-thicken = true
font-thicken-strength = 0
# 开启合成样式,确保代码中的关键字能完美显示粗体和斜体
font-style-bold = "Regular"
font-synthetic-style = true
# 字体微调
adjust-cell-width = -3
font-feature = "-liga"
font-feature = "-calt"
# 2. 颜色主题
# Ghostty 原生自带极其精准的 Solarized Light,无需手动配置色号
theme = "Builtin Solarized Light"
# 3. 极简窗口外观 (打造绝对纯净的画框)
window-decoration = true
window-height = 30
window-width = 120
# 增加一点点内部留白,让代码有呼吸感,不会紧贴屏幕边缘
window-padding-x = 10
window-padding-y = 10
macos-titlebar-style = tabs
window-padding-balance = true
window-save-state = always
window-colorspace = "display-p3"
# 4. 光标与动画 (保持你喜欢的闪烁方块)
cursor-style = block
cursor-style-blink = true
cursor-click-to-move = false
# 开启自动注入 SSH 环境变量和终端信息
shell-integration-features = title,sudo,ssh-terminfo,ssh-env,no-cursor
# 5. 配置
command = "zsh"
# 6. 其他控制
macos-icon = paper
clipboard-read = allow
copy-on-select = true
right-click-action = paste
unfocused-split-opacity = 0.85
# 7. 快捷键
keybind = global:alt+grave_accent=toggle_quick_terminal
# 8. 更新
auto-update = check
auto-update-channel = stable