[themes] Update default-separators

see #623
This commit is contained in:
tobi-wan-kenobi 2020-05-05 21:00:05 +02:00
parent 5012e76d07
commit 39f70a9fd1
4 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,9 @@
"defaults": { "defaults": {
"separator": "", "separator": "",
"padding": " ", "padding": " ",
"unknown": { "prefix": "" } "unknown": { "prefix": "" },
"separator-block-width": 0,
"default-separators": false
}, },
"date": { "prefix": "" }, "date": { "prefix": "" },
"time": { "prefix": "" }, "time": { "prefix": "" },

View file

@ -10,7 +10,7 @@
"fg": "#d75f00", "fg": "#d75f00",
"bg": "#ffd700" "bg": "#ffd700"
}, },
"default_separators": false "default-separators": false
}, },
"cycle": [ "cycle": [
{ {

View file

@ -10,7 +10,7 @@
"fg": "#002b36", "fg": "#002b36",
"bg": "#b58900" "bg": "#b58900"
}, },
"default_separators": false, "default-separators": false,
"separator": "" "separator": ""
}, },
"cycle": [ "cycle": [

View file

@ -11,7 +11,7 @@
"fg": "cursor", "fg": "cursor",
"bg": "color6" "bg": "color6"
}, },
"default_separators": false "default-separators": false
}, },
"cycle": [ "cycle": [
{ {