From 3998d59ef216eab888799a3ac3fe2354a8af9f94 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 6 Oct 2020 15:35:30 +0200 Subject: [PATCH] fix: themes correctness --- themes/agnosterplus.json | 2 +- themes/emodipt.json | 4 ++-- themes/sorin.json | 7 ++----- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/themes/agnosterplus.json b/themes/agnosterplus.json index c51c69a5da3e..eea153b53fd0 100644 --- a/themes/agnosterplus.json +++ b/themes/agnosterplus.json @@ -29,7 +29,7 @@ "foreground": "#100e23", "background": "#ffffff", "properties": { - "prefix": "", + "prefix": " ", "user_info_separator": "@" } }, diff --git a/themes/emodipt.json b/themes/emodipt.json index 22ab7d1828c8..bad04ce4def9 100644 --- a/themes/emodipt.json +++ b/themes/emodipt.json @@ -10,8 +10,8 @@ "foreground": "#E5C07B", "properties": { "time_format": "15:04:05", - "prefix": "[ ", - "postfix": " ]" + "prefix": "[", + "postfix": "]" } }, { diff --git a/themes/sorin.json b/themes/sorin.json index 7919ff32d274..9cababaeb5f6 100644 --- a/themes/sorin.json +++ b/themes/sorin.json @@ -33,11 +33,8 @@ "style": "plain", "foreground": "#0973C0", "properties": { - "home_icon": "", - "folder_icon": "", - "windows_registry_icon": "", - "folder_separator_icon": "  ", - "style": "agnoster" + "home_icon": "~", + "style": "short" } }, {