mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(nu4a): mixed path and locations update
This commit is contained in:
parent
d75f6e30aa
commit
1b59386ef7
|
@ -32,11 +32,16 @@
|
||||||
"foreground": "#100e23",
|
"foreground": "#100e23",
|
||||||
"background": "#ec9706",
|
"background": "#ec9706",
|
||||||
"properties": {
|
"properties": {
|
||||||
"home_icon": "\uF7DB",
|
"home_icon": "\uf7db",
|
||||||
"folder_icon": "\uF115",
|
"folder_icon": "\uE5FF",
|
||||||
"folder_separator_icon": " \uE0B1 \uE5FF ",
|
"folder_separator_icon": "\ue0b9",
|
||||||
"style": "full",
|
"mixed_threshold": 8,
|
||||||
"enable_hyperlink": true
|
"style": "mixed",
|
||||||
|
"enable_hyperlink": true,
|
||||||
|
"mapped_locations": {
|
||||||
|
"C:\\Users": "\uf007",
|
||||||
|
"C:\\Windows": "\ue62a"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -44,7 +49,7 @@
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"powerline_symbol": "\uE0B0",
|
"powerline_symbol": "\uE0B0",
|
||||||
"foreground": "#193549",
|
"foreground": "#193549",
|
||||||
"background": "#95ffa4",
|
"background": "#3feb56",
|
||||||
"properties": {
|
"properties": {
|
||||||
"template": "{{ .HEAD }}"
|
"template": "{{ .HEAD }}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue