2019-03-13 04:14:30 -07:00
|
|
|
{
|
2021-02-15 23:36:37 -08:00
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
2019-03-13 04:14:30 -07:00
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"type": "prompt",
|
|
|
|
"alignment": "right",
|
2020-09-25 23:17:30 -07:00
|
|
|
"vertical_offset": -1,
|
2019-03-13 04:14:30 -07:00
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "time",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#007ACC",
|
|
|
|
"properties": {
|
|
|
|
"time_format": "15:04:05"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "prompt",
|
|
|
|
"alignment": "left",
|
2021-04-18 10:16:06 -07:00
|
|
|
"newline": true,
|
2019-03-13 04:14:30 -07:00
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "session",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
2020-10-16 07:06:52 -07:00
|
|
|
"background": "#ffffff"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#91ddff",
|
|
|
|
"properties" : {
|
2020-10-16 06:57:42 -07:00
|
|
|
"home_icon": "\uF7DB",
|
|
|
|
"folder_icon": "\uF115",
|
|
|
|
"folder_separator_icon": " \uE0B1 ",
|
2019-03-13 04:14:30 -07:00
|
|
|
"style": "agnoster"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#193549",
|
2020-10-16 04:28:54 -07:00
|
|
|
"background": "#95ffa4"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-09-26 11:00:28 -07:00
|
|
|
"final_space": true
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|