Skip to content

Commit 6e3ad9b

Browse files
authored
theme: add mt
1 parent dbcd16b commit 6e3ad9b

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

themes/mt.omp.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
3+
"final_space": true,
4+
"blocks": [
5+
{
6+
"type": "prompt",
7+
"alignment": "left",
8+
"segments": [
9+
{
10+
"type": "session",
11+
"style": "diamond",
12+
"foreground": "#ffffff",
13+
"background": "#B4009E",
14+
"leading_diamond": "\uE0B6",
15+
"trailing_diamond": "",
16+
"properties": {
17+
"prefix": "",
18+
"display_host": false
19+
}
20+
},
21+
{
22+
"type": "path",
23+
"style": "powerline",
24+
"powerline_symbol": "\uE0B0",
25+
"foreground": "#000000",
26+
"background": "#FFFF00",
27+
"properties": {
28+
"style": "folder"
29+
}
30+
},
31+
{
32+
"type": "git",
33+
"style": "powerline",
34+
"powerline_symbol": "\uE0B0",
35+
"foreground": "#ffffff",
36+
"background": "#4E44FF",
37+
"properties": {
38+
"display_stash_count": true,
39+
"display_upstream_icon": true,
40+
"status_colors_enabled": false,
41+
"branch_icon": "",
42+
"display_status": false,
43+
"prefix": " \u279C (",
44+
"postfix": ") "
45+
}
46+
},
47+
{
48+
"type": "node",
49+
"style": "powerline",
50+
"powerline_symbol": "\uE0B0",
51+
"foreground": "#ffffff",
52+
"background": "#4e903d",
53+
"properties": {
54+
"prefix": " \uE718 "
55+
}
56+
},
57+
{
58+
"type": "time",
59+
"style": "diamond",
60+
"trailing_diamond": "\uE0B0",
61+
"foreground": "#ffffff",
62+
"background": "#16C60C",
63+
"properties": {
64+
"prefix": " \u2665 ",
65+
"time_format": "15:04"
66+
}
67+
}
68+
]
69+
}
70+
]
71+
}

0 commit comments

Comments
 (0)