Powerline: Cleanup

This commit is contained in:
2021-06-24 15:48:08 -07:00
parent 4210febfd5
commit 2d9a424294
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
"time": { "fg": "gruvbox:bright_yellow", "bg": "gruvbox:dark3", "attrs": [] }, "time": { "fg": "gruvbox:bright_yellow", "bg": "gruvbox:dark3", "attrs": [] },
"time:divider": { "fg": "gray5", "bg": "gruvbox:dark3", "attrs": [] }, "time:divider": { "fg": "gray5", "bg": "gruvbox:dark3", "attrs": [] },
"static_prompt1": { "fg": "repa:ygreen", "bg": "gruvbox:dark0", "attrs": [] }, "static_prompt1": { "fg": "repa:ygreen", "bg": "black", "attrs": [] },
"static_prompt2": { "fg": "gruvbox:bright_yellow", "bg": "gruvbox:dark0", "attrs": [] }, "static_prompt2": { "fg": "gruvbox:bright_yellow", "bg": "gruvbox:dark0", "attrs": [] },
"static_prompt3": { "fg": "gruvbox:bright_red", "bg": "gruvbox:dark0", "attrs": [] } "static_prompt3": { "fg": "gruvbox:bright_red", "bg": "gruvbox:dark0", "attrs": [] }
} }

View File

@@ -30,7 +30,8 @@
{ {
"type": "string", "type": "string",
"contents": " ", "contents": " ",
"highlight_groups": ["static_prompt1"], "highlight_groups": ["player"],
"draw_hard_divider": false,
"width": "auto" "width": "auto"
} }
], ],