mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
refactor: replace session icons
This commit is contained in:
parent
e0e79f59f0
commit
686e33d02e
|
@ -239,7 +239,6 @@ override or transparent background color using the segement's [foreground][fg] p
|
|||
"leading_diamond": "",
|
||||
"trailing_diamond": "\uE0B0",
|
||||
"properties": {
|
||||
"user_info_separator": "@",
|
||||
"postfix": " "
|
||||
}
|
||||
},
|
||||
|
|
|
@ -17,11 +17,7 @@ Show the current user and host name.
|
|||
"foreground": "#ffffff",
|
||||
"background": "#c386f1",
|
||||
"leading_diamond": "",
|
||||
"trailing_diamond": "\uE0B0",
|
||||
"properties": {
|
||||
"user_info_separator": "@",
|
||||
"postfix": " "
|
||||
}
|
||||
"trailing_diamond": "\uE0B0"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -16,10 +16,7 @@
|
|||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#100e23",
|
||||
"background": "#ffffff",
|
||||
"properties": {
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"background": "#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -27,11 +27,7 @@
|
|||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#100e23",
|
||||
"background": "#ffffff",
|
||||
"properties": {
|
||||
"prefix": " ",
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"background": "#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -10,11 +10,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#61AFEF",
|
||||
"leading_diamond": "",
|
||||
"trailing_diamond": "\uE0B0",
|
||||
"properties": {
|
||||
"user_info_separator": "@",
|
||||
"postfix": " "
|
||||
}
|
||||
"trailing_diamond": "\uE0B0"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
{
|
||||
"type": "session",
|
||||
"style": "plain",
|
||||
"foreground": "#ffffff",
|
||||
"properties": {
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"foreground": "#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -10,11 +10,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#c386f1",
|
||||
"leading_diamond": "",
|
||||
"trailing_diamond": "\uE0B0",
|
||||
"properties": {
|
||||
"user_info_separator": "@",
|
||||
"postfix": " "
|
||||
}
|
||||
"trailing_diamond": "\uE0B0"
|
||||
},
|
||||
{
|
||||
"type": "spotify",
|
||||
|
|
|
@ -16,10 +16,7 @@
|
|||
"style": "powerline",
|
||||
"powerline_symbol": "\uE0B0",
|
||||
"foreground": "#100e23",
|
||||
"background": "#ffffff",
|
||||
"properties": {
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"background": "#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
"background": "#546E7A",
|
||||
"leading_diamond": "",
|
||||
"properties": {
|
||||
"user_info_separator": "@",
|
||||
"postfix": " <#26C6DA></> "
|
||||
}
|
||||
},
|
||||
|
|
|
@ -12,10 +12,7 @@
|
|||
{
|
||||
"type": "session",
|
||||
"style": "plain",
|
||||
"foreground": "#ffffff",
|
||||
"properties": {
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"foreground": "#ffffff"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
|
@ -17,10 +17,7 @@
|
|||
{
|
||||
"type": "session",
|
||||
"style": "plain",
|
||||
"foreground": "#FFFFFF",
|
||||
"properties": {
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
"foreground": "#FFFFFF"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
|
|
Loading…
Reference in a new issue