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

65 lines
1.6 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": [
{
"alignment": "right",
"segments": [
{
"foreground": "#007ACC",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .CurrentDate | date .Format }} ",
2019-03-13 04:14:30 -07:00
"time_format": "15:04:05"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"type": "time"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt",
"vertical_offset": -1
2019-03-13 04:14:30 -07:00
},
{
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
2021-12-03 14:44:58 -08:00
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
2021-12-03 14:44:58 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .UserName }}@{{ .HostName }} "
},
"style": "powerline",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"background": "#91ddff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"home_icon": "\uf7db",
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"background": "#95ffa4",
2022-02-03 01:22:57 -08:00
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .HEAD }} "
},
"style": "powerline",
"type": "git"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
],
2022-02-03 01:22:57 -08:00
"final_space": true,
"version": 1
2019-03-13 04:14:30 -07:00
}