-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
33 lines (33 loc) · 876 Bytes
/
theme.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"theme": {
"name": "pure",
"url": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/pure.omp.json"
},
"windowsTerminal": {
"colorScheme": "Tokyo Night",
"cursorColor": "#a9b1d6",
"scheme": {
"name": "Tokyo Night",
"background": "#1a1b26",
"foreground": "#a9b1d6",
"cursorColor": "#a9b1d6",
"selectionBackground": "#33467c",
"black": "#32344a",
"red": "#f7768e",
"green": "#9ece6a",
"yellow": "#e0af68",
"blue": "#7aa2f7",
"purple": "#ad8ee6",
"cyan": "#449dab",
"white": "#787c99",
"brightBlack": "#444b6a",
"brightRed": "#ff7a93",
"brightGreen": "#b9f27c",
"brightYellow": "#ff9e64",
"brightBlue": "#7da6ff",
"brightPurple": "#bb9af7",
"brightCyan": "#0db9d7",
"brightWhite": "#acb0d0"
}
}
}