feat(theme): add remk

theme(feat): add space

feat(theme): add remk
This commit is contained in:
Jos3s 2021-03-24 11:03:15 -03:00 committed by Jan De Dobbeleer
parent ac1bcd4c4c
commit b258e19af2

54
themes/remk.omp.json Normal file
View 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
}