Skip to content

Commit 7299d8a

Browse files
stefanesJanDeDobbeleer
authored andcommitted
feat(theme): add stelbent
add new theme, Stelbent, using only the base powerline characters from the private Unicode space note: this theme does not require a Nerd Font
1 parent 4597f15 commit 7299d8a

File tree

1 file changed

+151
-0
lines changed

1 file changed

+151
-0
lines changed

themes/stelbent.minimal.omp.json

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
3+
"osc99": true,
4+
"blocks": [
5+
{
6+
"type": "prompt",
7+
"alignment": "right",
8+
"segments": [
9+
{
10+
"type": "shell",
11+
"style": "plain",
12+
"foreground": "#007acc",
13+
"properties": {
14+
"prefix": "",
15+
"postfix": ""
16+
}
17+
},
18+
{
19+
"type": "root",
20+
"style": "plain",
21+
"foreground": "#ff8080",
22+
"properties": {
23+
"prefix": " <#757575,>as</> ",
24+
"postfix": "",
25+
"root_icon": "root"
26+
}
27+
},
28+
{
29+
"type": "time",
30+
"style": "plain",
31+
"foreground": "#689f38",
32+
"properties": {
33+
"prefix": " <#757575,>|</> ",
34+
"postfix": "",
35+
"time_format": "15:04:05"
36+
}
37+
}
38+
]
39+
},
40+
{
41+
"type": "newline"
42+
},
43+
{
44+
"type": "prompt",
45+
"alignment": "left",
46+
"segments": [
47+
{
48+
"type": "session",
49+
"style": "plain",
50+
"foreground": "#757575",
51+
"properties": {
52+
"prefix": "\u250c ",
53+
"display_host": true
54+
}
55+
},
56+
{
57+
"type": "path",
58+
"style": "powerline",
59+
"powerline_symbol": "\ue0b0",
60+
"foreground": "#100e23",
61+
"background": "#91ddff",
62+
"properties": {
63+
"style": "folder",
64+
"enable_hyperlink": false
65+
}
66+
},
67+
{
68+
"type": "git",
69+
"style": "powerline",
70+
"powerline_symbol": "\ue0b0",
71+
"foreground": "#100e23",
72+
"background": "#95ffa4",
73+
"properties": {
74+
"branch_ahead_icon": "\u2191",
75+
"branch_behind_icon": "\u2193",
76+
"branch_gone": "\u2262",
77+
"branch_icon": "\ue0a0 ",
78+
"branch_identical_icon": "\u2261",
79+
"cherry_pick_icon": "\u2713 ",
80+
"color_background": true,
81+
"commit_icon": "\u25b7 ",
82+
"display_status_detail": true,
83+
"local_staged_icon": "",
84+
"local_working_icon": "",
85+
"merge_icon": "\u25f4 ",
86+
"no_commits_icon": "[no commits]",
87+
"rebase_icon": "\u2c62 ",
88+
"stash_count_icon": "",
89+
"status_colors_enabled": true,
90+
"status_separator_icon": " \u2502",
91+
"tag_icon": "\u25b6 ",
92+
"local_changes_color": "#ff9248",
93+
"ahead_and_behind_color": "#f26d50",
94+
"behind_color": "#f17c37",
95+
"ahead_color": "#89d1dc"
96+
}
97+
},
98+
{
99+
"type": "terraform",
100+
"style": "powerline",
101+
"powerline_symbol": "\ue0b0",
102+
"foreground": "#100e23",
103+
"background": "#ffee58"
104+
},
105+
{
106+
"type": "exit",
107+
"style": "powerline",
108+
"powerline_symbol": "\ue0b0",
109+
"foreground": "#ffffff",
110+
"background": "#ff8080",
111+
"properties": {
112+
"display_exit_code": false,
113+
"prefix": " ",
114+
"postfix": " ",
115+
"error_icon": "error"
116+
}
117+
}
118+
]
119+
},
120+
{
121+
"type": "newline"
122+
},
123+
{
124+
"type": "prompt",
125+
"alignment": "left",
126+
"segments": [
127+
{
128+
"type": "text",
129+
"style": "plain",
130+
"foreground": "#757575",
131+
"properties": {
132+
"prefix": "",
133+
"postfix": "",
134+
"text": "\u2514 "
135+
}
136+
},
137+
{
138+
"type": "text",
139+
"style": "plain",
140+
"foreground": "#ffffff",
141+
"properties": {
142+
"prefix": "",
143+
"postfix": "",
144+
"text": "$"
145+
}
146+
}
147+
]
148+
}
149+
],
150+
"final_space": true
151+
}

0 commit comments

Comments
 (0)