-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzed-settings.json
More file actions
46 lines (46 loc) · 1.17 KB
/
Copy pathzed-settings.json
File metadata and controls
46 lines (46 loc) · 1.17 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
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"icon_theme": "Base Charmed Icons",
"git_panel": {
"tree_view": true
},
"telemetry": {
"diagnostics": false,
"metrics": false
},
"ui_font_size": 16,
"buffer_font_family": ".ZedMono",
"buffer_font_size": 13.0,
"buffer_font_fallbacks": [
"JetBrainsMono Nerd Font",
"HarmonyOS Sans SC",
"Segoe UI Emoji"
], // 🙂👍🏻🧋🚀🏳️🌈
"theme": {
"mode": "system",
"light": "Catppuccin Iced Latte (Blur) [Heavy]",
"dark": "Catppuccin Frappé (Blur) [Heavy]"
},
// 从主题中微调 https://zed-themes.com/
// 指定主题覆盖
"theme_overrides": {
"Catppuccin Iced Latte (Blur) [Heavy]": {
"border": "#bec2cc"
},
"Catppuccin Frappé (Blur) [Heavy]": {
"border": "#363a4f"
},
},
// 主题全局覆盖
// "experimental.theme_overrides": {
// "border": "#363a4f"
// },
//
}