Theme updates

This commit is contained in:
Daniel Lynn 2022-11-03 10:21:12 -05:00
parent 45e7c882fd
commit a4f9d34e97
Signed by: daniel
GPG Key ID: 28496A140E180A9D
3 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@ colors:
focused_match:
foreground: '#e5ded6'
background: '#313f4e'
bar:
footer_bar:
background: '#e5ded6'
foreground: '#313f4e'
hints:

View File

@ -16,7 +16,7 @@ colors:
focused_match:
background: '#e5ded6'
foreground: '#313f4e'
bar:
footer_bar:
foreground: '#e5ded6'
background: '#313f4e'
hints:

View File

@ -48,6 +48,9 @@
"ui.cursorline" = { bg = "#131920" }
"ui.statusline" = { fg = "#e5ded6", bg = "#232d38" }
"ui.statusline.inactive" = { fg = "#c6b8ad", bg = "#232d38" }
"ui.statusline.normal" = { fg = "#e5ded6", bg = "blue" }
"ui.statusline.insert" = { fg = "#e5ded6", bg = "green" }
"ui.statusline.select" = { fg = "#e5ded6", bg = "magenta" }
"ui.popup" = { bg = "#232d38" }
"ui.window" = { bg = "#232d38" }
"ui.help" = { bg = "#232d38", fg = "#e5ded6" }