More helix and theme updates

This commit is contained in:
Daniel Lynn 2022-04-04 14:30:36 -05:00
parent da573b8e1f
commit 86970d77e5
Signed by: daniel
GPG Key ID: 28496A140E180A9D
3 changed files with 5 additions and 5 deletions

View File

@ -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" }

View File

@ -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"

2
zshenv
View File

@ -1,4 +1,4 @@
export EDITOR="nvim"
export EDITOR="hx"
export GPG_TTY=$(tty)
export NVM_DIR="$HOME/.nvm"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"