-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.omp.json
More file actions
85 lines (85 loc) · 2.45 KB
/
Copy paththeme.omp.json
File metadata and controls
85 lines (85 loc) · 2.45 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"os": "#ACB0BE",
"closer": "p:os",
"pink": "#F5BDE6",
"lavender": "#B7BDF8",
"blue": "#8AADF4",
"white": "#FFFFFF",
"text": "#494D64"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:blue",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"leading_diamond": "\ue0b6",
"trailing_diamong": "\ue0b0",
"style": "diamond",
"template": " {{ .HostName }} ",
"type": "session"
},
{
"foreground": "p:text",
"background": "p:lavender",
"properties": {
"folder_icon": "..\ue5fe..",
"home_icon": "~",
"style": "agnoster_short"
},
"style": "powerline",
"template": " {{ .Path }} ",
"type": "path",
"powerline_symbol": "\ue0b0"
},
{
"background": "p:pink",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \ue791 {{ .Full }} ",
"type": "ruby"
},
{
"background": "p:pink",
"foreground": "p:text",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \ue7a8 {{ .Full }} ",
"type": "rust"
}
],
"type": "prompt"
},
{
"alignment": "right",
"type": "rprompt",
"segments": [
{
"foreground": "p:pink",
"properties": {
"branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": true,
"fetch_upstream_icon": false,
"merge_icon": "\ue727 ",
"no_commits_icon": "\uf594 ",
"rebase_icon": "\ue728 ",
"revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 "
},
"template": "{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }} ",
"style": "plain",
"type": "git"
}
]
}
],
"final_space": true,
"version": 2
}