mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme: introduce cinnamon
for @cinnamon-msft
This commit is contained in:
parent
8afadc0bcd
commit
48d63bb8f9
61
themes/cinnamon.omp.json
Normal file
61
themes/cinnamon.omp.json
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"type": "root",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#100e23",
|
||||
"background": "#ffe9aa",
|
||||
"properties": {
|
||||
"root_icon": "\uF451"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#0037DA",
|
||||
"properties" : {
|
||||
"home_icon": "\uF3E1",
|
||||
"style": "folder",
|
||||
"mapped_locations": [
|
||||
["terminal", "\uF31F"]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#111111",
|
||||
"background": "#C19C00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "newline"
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"type": "text",
|
||||
"style": "plain",
|
||||
"foreground": "white",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "\uF449"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"final_space": false
|
||||
}
|
Loading…
Reference in a new issue