-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.omp.json
90 lines (90 loc) · 2.29 KB
/
profile.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"newline": false,
"segments": [
{
"type": "os",
"style": "powerline",
"foreground": "#000",
"background": "#d3d7cf"
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": false,
"foreground": "#f50000",
"background": "#222",
"properties": {
"root_icon": "\uF0AD"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#e4e4e4",
"background": "#3465a4",
"properties": {
"prefix": " \uF07C ",
"enable_hyperlink": true,
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#4e9a06",
"properties": {
"branch_icon": "\uF126 ",
"display_stash_count": true,
"display_upstream_icon": true,
"display_status": true,
"status_colors_enabled": true,
"local_changes_color": "#c4a000",
"ahead_and_behind_color": "#f26d50",
"behind_color": "#4e9a06",
"ahead_color": "#89d1dc",
"stash_count_icon": "\uF692 "
}
},
{
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#c4a000",
"properties": {
"postfix": " \uF252 "
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#5FD700",
"properties": {
"prefix": "❯",
"always_enabled": true,
"error_color": "#FF0000",
"display_exit_code": false
}
}
]
}
],
"final_space": false,
"osc99": true
}