-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
54 lines (54 loc) · 1.48 KB
/
Copy paththeme.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"theme": {
"name": "pure",
"url": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/pure.omp.json"
},
"windowsTerminal": {
"colorScheme": "Tokyo Night",
"cursorColor": "#a9b1d6",
"theme": "PSP.Default",
"themeDefinition": {
"name": "PSP.Default",
"tab": { "background": "#1a1b26", "unfocusedBackground": "#1a1b26" },
"tabRow": { "background": "#1a1b26", "unfocusedBackground": "#1a1b26" },
"window": { "applicationTheme": "dark" }
},
"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"
}
},
"psreadline": {
"colors": {
"Command": "#7aa2f7",
"Parameter": "#9ece6a",
"Operator": "#89ddff",
"Variable": "#e0af68",
"String": "#b9f27c",
"Number": "#ff9e64",
"Type": "#0db9d7",
"Comment": "#565f89",
"Keyword": "#bb9af7",
"Error": "#f7768e"
}
}
}