mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme(feat): add space
This commit is contained in:
parent
542ef2b73e
commit
e9ecb5c09d
88
themes/space.omp.json
Normal file
88
themes/space.omp.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"final_space": false,
|
||||
"osc99": false,
|
||||
"console_title": false,
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"horizontal_offset": 0,
|
||||
"vertical_offset": 0,
|
||||
"segments": [
|
||||
{
|
||||
"type": "os",
|
||||
"style": "plain",
|
||||
"foreground": "#26C6DA",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"postfix": "",
|
||||
"macos": "mac"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "session",
|
||||
"style": "plain",
|
||||
"foreground": "#26C6DA",
|
||||
"properties": {
|
||||
"display_host": false,
|
||||
"prefix": " ",
|
||||
"postfix": ": ",
|
||||
"user_info_separator": "",
|
||||
"display_user": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"style": "plain",
|
||||
"invert_powerline": false,
|
||||
"foreground": "lightGreen",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"style": "folder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "plain",
|
||||
"invert_powerline": false,
|
||||
"properties": {
|
||||
"branch_icon": "",
|
||||
"display_stash_count": true,
|
||||
"display_status": false,
|
||||
"prefix": "<#ffffff>on</> "
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "python",
|
||||
"style": "powerline",
|
||||
"foreground": "#906cff",
|
||||
"properties": {
|
||||
"prefix": "\u005b\uE235 ",
|
||||
"postfix": "\u005D "
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "go",
|
||||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#7FD5EA",
|
||||
"properties": {
|
||||
"prefix": "\u005b\uFCD1 ",
|
||||
"postfix": "\u005D "
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"style": "plain",
|
||||
"foreground": "#FFD54F",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "\u276F"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue