From 1b59386ef7953e074426a1da76cc3f8d21a9eff3 Mon Sep 17 00:00:00 2001 From: sectorogo <32959212+sectorogo@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:56:14 +0200 Subject: [PATCH] theme(nu4a): mixed path and locations update --- themes/nu4a.omp.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/themes/nu4a.omp.json b/themes/nu4a.omp.json index 0a486257..348eeb74 100644 --- a/themes/nu4a.omp.json +++ b/themes/nu4a.omp.json @@ -32,11 +32,16 @@ "foreground": "#100e23", "background": "#ec9706", "properties": { - "home_icon": "\uF7DB", - "folder_icon": "\uF115", - "folder_separator_icon": " \uE0B1 \uE5FF ", - "style": "full", - "enable_hyperlink": true + "home_icon": "\uf7db", + "folder_icon": "\uE5FF", + "folder_separator_icon": "\ue0b9", + "mixed_threshold": 8, + "style": "mixed", + "enable_hyperlink": true, + "mapped_locations": { + "C:\\Users": "\uf007", + "C:\\Windows": "\ue62a" + } } }, { @@ -44,7 +49,7 @@ "style": "powerline", "powerline_symbol": "\uE0B0", "foreground": "#193549", - "background": "#95ffa4", + "background": "#3feb56", "properties": { "template": "{{ .HEAD }}" }