mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
feat(theme): add remk
theme(feat): add space feat(theme): add remk
This commit is contained in:
parent
ac1bcd4c4c
commit
b258e19af2
54
themes/remk.omp.json
Normal file
54
themes/remk.omp.json
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks":[
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"type": "session",
|
||||
"style": "diamond",
|
||||
"foreground": "#ffffff",
|
||||
"background": "lightMagenta",
|
||||
"leading_diamond": "\uE0B6",
|
||||
"trailing_diamond": "",
|
||||
"properties": {
|
||||
"display_host":false
|
||||
}
|
||||
},
|
||||
{
|
||||
"type":"path",
|
||||
"style":"plain",
|
||||
"foreground": "#3f3f3f",
|
||||
"background": "lightYellow",
|
||||
"properties": {
|
||||
"style": "folder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "plain",
|
||||
"foreground": "#ffffff",
|
||||
"background": "lightCyan",
|
||||
"properties": {
|
||||
"branch_icon": "",
|
||||
"display_status": false,
|
||||
"prefix": " git(",
|
||||
"postfix": ") "
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"style": "diamond",
|
||||
"trailing_diamond": "\uE0B0",
|
||||
"foreground": "#ffffff",
|
||||
"background": "lightGreen",
|
||||
"properties": {
|
||||
"time_format": "15:04"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"final_space": true
|
||||
}
|
Loading…
Reference in a new issue