oh-my-posh/themes/agnosterplus.omp.json

62 lines
1.5 KiB
JSON
Raw Normal View History

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",
"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",
"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",
2021-12-03 14:44:58 -08:00
"background": "#ffffff",
"properties": {
"template": "{{ .UserName }}@{{ .ComputerName }}"
}
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": {
"home_icon": "\uF7DB",
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
"style": "agnoster"
2019-03-13 04:14:30 -07:00
}
},
{
"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",
"background": "#95ffa4",
"properties": {
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
}
2019-03-13 04:14:30 -07:00
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}