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

80 lines
1.8 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": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "<#C591E8>\u276F</><#69FF94>\u276F</>"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D0666F",
"properties": {
"branch_icon": "",
"prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
"properties": {
2021-12-04 02:56:55 -08:00
"template": "\uF119"
2019-03-13 04:14:30 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "command",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"shell": "bash",
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S"
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
"text": "\uF441"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}