More helix and theme updates
This commit is contained in:
parent
da573b8e1f
commit
86970d77e5
@ -44,9 +44,9 @@
|
||||
|
||||
#"ui.background" = { bg = "#161c23" }
|
||||
"ui.linenr" = { fg = "#415367", bg = "#161c23" }
|
||||
"ui.linenr.selected" = { fg = "#36b2d4", bg = "#232d38" } # TODO
|
||||
"ui.statusline" = { fg = "#e5ded6", bg = "#232d38" }
|
||||
"ui.statusline.inactive" = { fg = "#c6b8ad", bg = "#232d38" }
|
||||
"ui.linenr.selected" = { fg = "#36b2d4", bg = "#232d38" }
|
||||
"ui.statusline" = { fg = "#e5ded6", bg = "#161c23" }
|
||||
"ui.statusline.inactive" = { fg = "#415367", bg = "#161c23" }
|
||||
"ui.popup" = { bg = "#232d38" }
|
||||
"ui.window" = { bg = "#232d38" }
|
||||
"ui.help" = { bg = "#232d38", fg = "#e5ded6" }
|
||||
|
@ -6,7 +6,7 @@ set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=#c6b8ad,bg=#415367"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=#dc59c0"
|
||||
set -g pane-active-border-style "fg=#7fdc59"
|
||||
set -g status-style "none,bg=#161c23"
|
||||
set -g message-style "fg=#c6b8ad,bg=#415367"
|
||||
set -g pane-border-style "fg=#415367"
|
||||
|
Loading…
x
Reference in New Issue
Block a user