Skip to content

Commit

Permalink
fix: themes correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 6, 2020
1 parent 24ea32f commit 3998d59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion themes/agnosterplus.json
Expand Up @@ -29,7 +29,7 @@
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"prefix": "",
"prefix": " ",
"user_info_separator": "@"
}
},
Expand Down
4 changes: 2 additions & 2 deletions themes/emodipt.json
Expand Up @@ -10,8 +10,8 @@
"foreground": "#E5C07B",
"properties": {
"time_format": "15:04:05",
"prefix": "[ ",
"postfix": " ]"
"prefix": "[",
"postfix": "]"
}
},
{
Expand Down
7 changes: 2 additions & 5 deletions themes/sorin.json
Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit 3998d59

Please sign in to comment.