-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappearance.json
More file actions
66 lines (66 loc) · 2.16 KB
/
Copy pathappearance.json
File metadata and controls
66 lines (66 loc) · 2.16 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
56
57
58
59
60
61
62
63
64
65
66
{
"_comment": "Chaves de personalização visual do Windows Terminal aplicadas pelo install.ps1 (merge não-destrutivo). Edite à vontade; só o que estiver aqui é sobrescrito no settings.json do usuário.",
"profiles": {
"defaults": {
"colorScheme": "Catppuccin Mocha",
"experimental.retroTerminalEffect": false,
"font": {
"face": "FiraCode Nerd Font Propo",
"size": 13,
"weight": "normal"
},
"intenseTextStyle": "bold",
"opacity": 76,
"padding": "8",
"useAcrylic": true
}
},
"schemes": [
{
"background": "#1E1E2E",
"black": "#45475A",
"blue": "#008487",
"brightBlack": "#585B70",
"brightBlue": "#89B4FA",
"brightCyan": "#94E2D5",
"brightGreen": "#A6E3A1",
"brightPurple": "#F5C2E7",
"brightRed": "#F38BA8",
"brightWhite": "#A6ADC8",
"brightYellow": "#F9E2AF",
"cursorColor": "#F5E0DC",
"cyan": "#94E2D5",
"foreground": "#CDD6F4",
"green": "#A6E3A1",
"name": "Catppuccin Mocha",
"purple": "#F5C2E7",
"red": "#F38BA8",
"selectionBackground": "#585B70",
"white": "#BAC2DE",
"yellow": "#F9E2AF"
},
{
"background": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cursorColor": "#F8F8F2",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"selectionBackground": "#44475A",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
}
]
}