-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathsim-web.omp.json
More file actions
86 lines (86 loc) · 2.05 KB
/
sim-web.omp.json
File metadata and controls
86 lines (86 loc) · 2.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "right",
"overflow": "hide",
"segments": [
{
"type": "executiontime",
"style": "powerline",
"foreground": "#a9ffb4",
"template": " {{ .FormattedMs }}s <#ffffff>\ue601</>",
"options": {
"threshold": 0,
"style": "dallas"
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#45bf17",
"template": " \ue718 {{ .Full }} "
},
{
"type": "npm",
"style": "powerline",
"foreground": "#FE4A49",
"template": "<#F3EFF5>and</> \ue71e {{ .Full }} "
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"overflow": "break",
"segments": [
{
"type": "path",
"style": "powerline",
"foreground": "#ffafd2",
"options": {
"style": "agnoster_full",
"home_icon": "home",
"folder_icon": "\uf07b",
"folder_separator_icon": " \u276f "
},
"template": "\ue5ff {{ .Path }} "
},
{
"type": "git",
"style": "powerline",
"foreground": "#f14e32",
"options": {
"branch_icon": "\ue725 "
},
"template": "({{ .HEAD }})"
}
]
},
{
"alignment": "left",
"newline": true,
"type": "prompt",
"segments": [
{
"type": "status",
"style": "diamond",
"foreground": "#00c7fc",
"options": {
"always_enabled": true
},
"template": "<#00c7fc>\u276f</>_: "
}
]
}
],
"console_title_template": "{{ .Folder }}",
"transient_prompt": {
"background": "transparent",
"foreground": "#FEF5ED",
"template": "{{ .Shell }}"
},
"version": 4
}