mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix powerline colors
This commit is contained in:
parent
9f661f9471
commit
7f50a7a2b3
2 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue