Skip to content

Commit

Permalink
theme: add mt
Browse files Browse the repository at this point in the history
  • Loading branch information
nunniii committed Jun 8, 2021
1 parent dbcd16b commit 6e3ad9b
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions themes/mt.omp.json
@@ -0,0 +1,71 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#B4009E",
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "",
"display_host": false
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#FFFF00",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#4E44FF",
"properties": {
"display_stash_count": true,
"display_upstream_icon": true,
"status_colors_enabled": false,
"branch_icon": "",
"display_status": false,
"prefix": " \u279C (",
"postfix": ") "
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#4e903d",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "time",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#16C60C",
"properties": {
"prefix": " \u2665 ",
"time_format": "15:04"
}
}
]
}
]
}

0 comments on commit 6e3ad9b

Please sign in to comment.