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

55 lines
1.2 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": "#00C5C7",
"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": [
{
"foreground": "#77E4F7",
"properties": {
2022-02-03 01:22:57 -08:00
"style": "full",
"template": "{{ .Path }} "
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#FFE700",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "{{ .HEAD }} "
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#43D426",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\u276f "
},
"style": "plain",
"type": "text"
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
}