oh-my-posh/themes/powerlevel10k_lean.omp.json
2022-02-03 10:44:18 +01:00

55 lines
1.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "right",
"segments": [
{
"foreground": "#00C5C7",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05"
},
"style": "plain",
"type": "time"
}
],
"type": "prompt",
"vertical_offset": -1
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#77E4F7",
"properties": {
"style": "full",
"template": "{{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"foreground": "#FFE700",
"properties": {
"template": "{{ .HEAD }} "
},
"style": "plain",
"type": "git"
},
{
"foreground": "#43D426",
"properties": {
"template": "\u276f "
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 1
}