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

57 lines
1.3 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": "left",
"segments": [
{
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "<#C591E8>\u276f</><#69FF94>\u276f</>"
},
"style": "plain",
"type": "text"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#56B6C2",
"properties": {
2022-02-03 01:22:57 -08:00
"style": "folder",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#D0666F",
"properties": {
"branch_icon": "",
"fetch_status": false,
2022-02-03 01:22:57 -08:00
"template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>"
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#DCB977",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \uf119"
},
"style": "plain",
"type": "exit"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#66F68F",
"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"
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"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"version": 1
2019-03-13 04:14:30 -07:00
}