mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix: adjust themes according to latest changes
This commit is contained in:
parent
6fd9f0bdd9
commit
34094b0480
|
@ -30,6 +30,7 @@
|
|||
"foreground": "#100e23",
|
||||
"background": "#ffffff",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"user_info_separator": "@"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"home_icon": "~",
|
||||
"style": "short"
|
||||
}
|
||||
|
@ -62,6 +63,7 @@
|
|||
"foreground": "#007ACC",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "▶"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"properties": {
|
||||
"home_icon": "~",
|
||||
"style": "short",
|
||||
"prefix": "<#CB4B16>[</>",
|
||||
"prefix": "<#CB4B16>┖[</>",
|
||||
"postfix": "<#CB4B16>]></>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
"foreground": "#CECE04",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"root_icon": "襁"
|
||||
}
|
||||
},
|
||||
|
@ -85,6 +86,7 @@
|
|||
"foreground": "#100e23",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"python_icon": ""
|
||||
}
|
||||
},
|
||||
|
@ -94,6 +96,7 @@
|
|||
"foreground": "#CB4B16",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"error_icon": ""
|
||||
}
|
||||
},
|
||||
|
@ -103,6 +106,7 @@
|
|||
"foreground": "#CC4B16",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "→"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
"foreground": "#007ACC",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "<#C591E8>❭</><#69FF94>❭</>"
|
||||
}
|
||||
},
|
||||
|
@ -75,6 +76,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": " "
|
||||
}
|
||||
}
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
"foreground": "#D4E157",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"error_icon": "❯",
|
||||
"always_enabled": true,
|
||||
"error_color": "#FF5252",
|
||||
|
|
|
@ -29,9 +29,10 @@
|
|||
"style": "plain",
|
||||
"foreground": "#77E4F7",
|
||||
"background": "#193549",
|
||||
"properties" : {
|
||||
"home_icon": "~",
|
||||
"style": "short"
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"home_icon": "~",
|
||||
"style": "short"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"foreground": "#ffffff",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"home_icon": "~",
|
||||
"style": "short",
|
||||
"postfix": " on"
|
||||
|
@ -69,6 +70,7 @@
|
|||
"foreground": "#63F08C",
|
||||
"background": "#193549",
|
||||
"properties": {
|
||||
"prefix": "",
|
||||
"text": "→"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue