diff --git a/Themes/agnosterplus.json b/Themes/agnosterplus.json index f3b270e191ef..ff088b5c4b19 100644 --- a/Themes/agnosterplus.json +++ b/Themes/agnosterplus.json @@ -30,6 +30,7 @@ "foreground": "#100e23", "background": "#ffffff", "properties": { + "prefix": "", "user_info_separator": "@" } }, diff --git a/Themes/avit.json b/Themes/avit.json index 133040791ee3..1fed161d89a7 100644 --- a/Themes/avit.json +++ b/Themes/avit.json @@ -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": "▶" } } diff --git a/Themes/darkblood.json b/Themes/darkblood.json index df053c3d085b..b7ebf249b73d 100644 --- a/Themes/darkblood.json +++ b/Themes/darkblood.json @@ -72,7 +72,7 @@ "properties": { "home_icon": "~", "style": "short", - "prefix": "<#CB4B16>[", + "prefix": "<#CB4B16>┖[", "postfix": "<#CB4B16>]>" } } diff --git a/Themes/honukai.json b/Themes/honukai.json index 9c2c80daead0..8ed67c15007a 100644 --- a/Themes/honukai.json +++ b/Themes/honukai.json @@ -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": "→" } } diff --git a/Themes/paradox.json b/Themes/paradox.json index ea0fd0cff46f..0ec5b81abdcd 100644 --- a/Themes/paradox.json +++ b/Themes/paradox.json @@ -84,6 +84,7 @@ "foreground": "#007ACC", "background": "#193549", "properties": { + "prefix": "", "text": "" } } diff --git a/Themes/pararussel.json b/Themes/pararussel.json index 44f28993dac6..01447af3707f 100644 --- a/Themes/pararussel.json +++ b/Themes/pararussel.json @@ -10,6 +10,7 @@ "foreground": "#ffffff", "background": "#193549", "properties": { + "prefix": "", "text": "<#C591E8>❭<#69FF94>❭" } }, @@ -75,6 +76,7 @@ "foreground": "#ffffff", "background": "#193549", "properties": { + "prefix": "", "text": " " } } diff --git a/Themes/powerlevel10k_classic.json b/Themes/powerlevel10k_classic.json index 3c0054b886a1..08292ac6da66 100644 --- a/Themes/powerlevel10k_classic.json +++ b/Themes/powerlevel10k_classic.json @@ -93,6 +93,7 @@ "foreground": "#D4E157", "background": "#193549", "properties": { + "prefix": "", "error_icon": "❯", "always_enabled": true, "error_color": "#FF5252", diff --git a/Themes/powerlevel10k_lean.json b/Themes/powerlevel10k_lean.json index 9bc713f6d48b..4dcb4b5f2e69 100644 --- a/Themes/powerlevel10k_lean.json +++ b/Themes/powerlevel10k_lean.json @@ -29,9 +29,10 @@ "style": "plain", "foreground": "#77E4F7", "background": "#193549", - "properties" : { - "home_icon": "~", - "style": "short" + "properties": { + "prefix": "", + "home_icon": "~", + "style": "short" } }, { diff --git a/Themes/star.json b/Themes/star.json index 8c39592bf4c6..13a2bac58a73 100644 --- a/Themes/star.json +++ b/Themes/star.json @@ -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": "→" } }