-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathless-oh-my-posh.json
More file actions
54 lines (53 loc) · 1.39 KB
/
Copy pathless-oh-my-posh.json
File metadata and controls
54 lines (53 loc) · 1.39 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"background-title": "#4ade65",
"background-path": "#5e9bfe",
"background-status": "#c66aff",
"foreground-dark": "#082336",
"foreground-light": "#e0e0e0"
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"powerline_symbol": "\ue0b4",
"template": "<b> less </b>",
"foreground": "p:foreground-dark",
"background": "p:background-title",
"type": "text",
"style": "diamond"
},
{
"trailing_diamond": "\ue0b4",
"test_template": " %F ",
"template": " 📄 <u>{{ path \"%F\" \"%f\" }}</u> ",
"foreground": "p:foreground-light",
"background": "p:background-path",
"type": "text",
"style": "diamond"
},
{
"trailing_diamond": "\ue0b4",
"template": " %Pb%\\% ",
"foreground": "p:foreground-light",
"background": "p:background-status",
"type": "text",
"style": "diamond"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
]
}
],
"version": 3,
"final_space": true
}