-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoi.jsonc.tmpl
44 lines (44 loc) · 1.3 KB
/
.chezmoi.jsonc.tmpl
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
{
"edit": {
"command": "nvim"
},
"git": {
"autoCommit": true,
"autoPush": true
},
"data": {
"stylings": {
"fonts": {
"UI": {
"family": "Fira Sans Semibold",
"size": 11
},
"Mono": {
"family": "Agave Nerd Font",
"size": 10
}
},
"hoverOvers": {
// Backgrounds -----------------------------------------------------
// redo: Originally: "rgba(233, 179, 0, 0.3)"
"background1": "rgba(233, 179, 0, 0.75)",
// redo: Originally: "#FFFFFF"
"background2": "#f4cccc",
// redo: Originally: "#CCCCCC"
"background3": "#f4cccc",
"background4": "#e06666",
"background5": "#38761d",
// Text ------------------------------------------------------------
"text1": "#00e600",
"text2": "#000000",
// Borders ---------------------------------------------------------
"border1": "rgb(255,204,255)", // Used for: Waybar bottom border, inactive windows (hypr)
"border2": "rgb(255,77,77)", // Used for: Workspaces border, active window border (hypr)
"border3": "rgb(0,153,51)", // Used for: Active window border (hypr)
// Border-ratios ---------------------------------------------------
// redo: Originally: "15px"
"bradius1": "10px",
}
}
}
}