generated from Ballerini-Theme/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ballerini.omp.json
103 lines (103 loc) · 3.1 KB
/
ballerini.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
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"background": "#261c1e",
"current-line": "#3a2624",
"selection": "#583c38",
"foreground": "#fff2e7",
"foreground-alt": "#feeccb",
"comment": "#8e646b",
"pastel-blue": "#97d4d9",
"pastel-pink": "#feafbe",
"pastel-green": "#b3dFd3",
"pastel-yellow": "#efc764",
"red-orange": "#a45a49",
"light-red": "#e68e7b",
"pink-red": "#e94554",
"dark-brown": "#2F2325",
"green": "#67e480",
"cyan": "#55cdc4"
},
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "p:dark-brown",
"foreground": "p:pastel-yellow",
"style": "diamond",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b0",
"properties": {
"style": "folder"
},
"template": " \ue5ff {{ .Path }} ",
"type": "path"
},
{
"background": "p:selection",
"foreground": "p:pastel-yellow",
"style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b0",
"properties": {
"branch_icon": "\ue725 "
},
"template": " {{ .HEAD }} ",
"type": "git"
},
{
"background": "p:red-orange",
"foreground": "p:pastel-yellow",
"style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b0",
"template": "{{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }} \uf487 {{ .Version }} {{ end }}{{ end }}",
"type": "project"
},
{
"background": "p:pink-red",
"foreground": "p:dark-brown",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
"type": "ruby"
},
{
"background": "p:pastel-yellow",
"foreground": "p:dark-brown",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"properties": {
"display_mode": "context"
},
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
"type": "python"
},
{
"background": "p:green",
"foreground": "p:dark-brown",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"template": " \ue718 {{ .Full }} ",
"type": "node"
},
{
"background": "p:pink-red",
"foreground": "p:foreground",
"style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b0",
"background_templates": [
"{{ if gt .Code 0 }}p:pink-red{{ end }}"
],
"template": " \ue20f ",
"type": "exit"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}