fix powerline colors

This commit is contained in:
JesseBot 2022-12-08 19:21:00 +01:00
parent 9f661f9471
commit 7f50a7a2b3
2 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@
"background": { "fg": "white", "bg": "gray1", "attrs": [] },
"background:divider": { "fg": "gray5", "bg": "gray1", "attrs": [] },
"session": { "fg": "black", "bg": "gray10", "attrs": ["bold"] },
"date": { "fg": "blue", "bg": "gray3", "attrs": [] },
"date": { "fg": "gray3", "bg": "green", "attrs": [] },
"time": { "fg": "gray2", "bg": "magenta", "attrs": ["bold"] },
"time:divider": { "fg": "gray5", "bg": "gray2", "attrs": [] },
"email_alert": "warning:regular",

View file

@ -60,12 +60,6 @@
"alerts": ["live", "cluster:live"]
}
},
{
"function": "powerline.segments.common.time.date",
"args": {
"format": " %H:%M"
}
},
{
"function": "powerline.segments.common.bat.battery",
"args": {
@ -76,6 +70,12 @@
"offline": " "
}
},
{
"function": "powerline.segments.common.time.date",
"args": {
"format": " %H:%M"
}
}
]
}],