This commit is contained in:
AntoXa PRO 2023-10-10 14:25:21 +03:00
parent 17e5915087
commit 49720fac34
4 changed files with 15 additions and 10 deletions

View File

@ -5,6 +5,6 @@ if status then
vim.cmd.colorscheme('terafox')
-- Transparency.
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
-- vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
-- vim.api.nvim_set_hl_ns(1)
end

View File

@ -21,15 +21,13 @@ bind -r L resize-pane -R 5
#-------------------------------------------------------#
# View.
#-------------------------------------------------------#
# set -g window-style 'bg=cyan fg=default'
# set -g window-active-style 'bg=cyan fg=default'
# set -g window-style 'bg=default fg=default'
# set -g window-active-style 'bg=default fg=default'
set -g pane-border-style 'fg=blue'
set -g pane-active-border-style 'fg=blue'
set -g status-bg blue
# set -g pane-border-style 'fg=blue'
# set -g pane-active-border-style 'fg=blue'
# set -g status-bg blue
# set -g status-fg white
# set -g status-right-style 'fg=blue'
# set -g status-right-style 'fg=dark'
# set -g status-right '#[fg=blue]%a%d-%m-%Y %H:%M:%S'

View File

@ -13,3 +13,6 @@ zsh_include_file "includes/nvm"
# Add plugins.
# zsh_add_plugin "hlissner/zsh-autopair"
zsh_add_plugin "zsh-users/zsh-syntax-highlighting"
# bun completions
[ -s "/home/antoxa/.bun/_bun" ] && source "/home/antoxa/.bun/_bun"

View File

@ -1 +1,5 @@
source $HOME/.config/zsh/.zshrc
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"