-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnekonight_moon.omp.json
62 lines (62 loc) · 1.43 KB
/
nekonight_moon.omp.json
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"cyan": "#76D7C4",
"magenta": "#AF7AC5",
"white": "#FFFFFF",
"yellow": "#F4D03F"
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"properties": {
"cache_duration": "none"
},
"template": "\u256d\u2500🌙 {{ .UserName }}@{{ .HostName }}",
"foreground": "p:yellow",
"type": "session",
"style": "plain"
},
{
"properties": {
"cache_duration": "none"
},
"template": " in 🌙 {{ .Path }}",
"foreground": "p:magenta",
"type": "path",
"style": "plain"
},
{
"properties": {
"branch_icon": "",
"cache_duration": "none",
"fetch_status": false
},
"template": " on 🌙 🌙 {{ .HEAD }}",
"foreground": "p:cyan",
"type": "git",
"style": "plain"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"properties": {
"cache_duration": "none"
},
"template": "\n\u2570\u2500λ ",
"foreground": "p:white",
"type": "text",
"style": "plain"
}
]
}
],
"version": 3
}