theme(nu4a): mixed path and locations update

This commit is contained in:
sectorogo 2022-01-21 13:56:14 +02:00 committed by GitHub
parent d75f6e30aa
commit 1b59386ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"
} }