-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrosepine.json
93 lines (93 loc) · 2.56 KB
/
rosepine.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "\u256d\u2500",
"foreground": "#31748f",
"type": "text",
"style": "plain"
},
{
"leading_diamond": "\ue0b6",
"template": "{{ .UserName }}",
"foreground": "#282a36",
"background": "#31748f",
"type": "session",
"style": "diamond"
},
{
"properties": {
"style": "folder"
},
"template": " {{ .Path }} ",
"foreground": "#282a36",
"powerline_symbol": "\ue0b0",
"background": "#eb6f92",
"type": "path",
"style": "powerline"
},
{
"properties": {
"branch_icon": "",
"fetch_stash_count": true,
"fetch_status": false,
"fetch_upstream_icon": true
},
"template": " \ue725 ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ",
"foreground": "#282a36",
"powerline_symbol": "\ue0b0",
"background": "#f6c177",
"type": "git",
"style": "powerline"
},
{
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
"foreground": "#282a36",
"powerline_symbol": "\ue0b0",
"background": "#9ccfd8",
"type": "node",
"style": "powerline"
},
{
"properties": {
"time_format": "3:04 PM"
},
"trailing_diamond": "\ue0b4",
"template": " {{ .CurrentDate | date .Format }}",
"background": "#c4a7e7",
"foreground": "#282a36",
"type": "time",
"style": "diamond"
},
{
"template": "\n\u2570\u2500>>",
"foreground": "#31748f",
"type": "text",
"style": "plain"
}
]
},
{
"type": "rprompt",
"alignment": "left",
"segments": [
{
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": " \ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}}",
"foreground": "#282a36",
"background": "#ebbcba",
"type": "aws",
"style": "diamond",
"invert_powerline": true
}
]
}
],
"version": 3,
"final_space": true
}