-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacos.toml
66 lines (56 loc) · 1.24 KB
/
macos.toml
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
56
57
58
59
60
61
62
63
64
65
66
#:schema https://raw.githubusercontent.com/pamburus/termframe/refs/heads/main/schema/json/window-style.schema.json
[window.margin]
left = 32
right = 32
top = 16
bottom = 48
[window.border]
width = 0.5
gap = 0.5
radius = 10
colors = { outer = { dark = "#000000", light = "#80808080" }, inner = { dark = "#f0f0f080", light = "#ffffff80" } }
[window.header]
height = 28
color = { dark = "#383837", light = "#eef0f1" }
border = { width = 0.5, color = { dark = "#000000c0", light = "#80808080" } }
[window.title.color]
dark = "#b3b3b3"
light = "#474747"
[window.title.font]
family = [
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"sans-serif",
]
size = 14
weight = "bold"
[window.buttons]
position = "left"
shape = "circle"
size = 6
[[window.buttons.items]]
offset = 14
fill = "#ff5f56"
stroke-width = 0.5
stroke = { dark = "#ff5f56", light = "#d85a51" }
[[window.buttons.items]]
offset = 34
fill = "#ffbd2e"
stroke-width = 0.5
stroke = { dark = "#ffbd2e", light = "#d19d36" }
[[window.buttons.items]]
offset = 54
fill = "#28c941"
stroke-width = 0.5
stroke = { dark = "#28c941", light = "#39ac42" }
[window.shadow]
enabled = true
color = "#000000c0"
blur = 12
x = 4
y = 12