Let's try Nord.
This commit is contained in:
parent
8877c0e2e7
commit
a7adea406b
3 changed files with 15 additions and 14 deletions
|
@ -22,20 +22,20 @@ bind - split-window -v
|
||||||
# status line
|
# status line
|
||||||
set -g status "on"
|
set -g status "on"
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-style "none,bg=colour238"
|
set -g status-style "none,bg=brightblack"
|
||||||
set -g status-justify "left"
|
set -g status-justify "left"
|
||||||
set -g status-left-style "none"
|
set -g status-left-style "none"
|
||||||
set -g status-right-style "none"
|
set -g status-right-style "none"
|
||||||
set -g status-left-length "100"
|
set -g status-left-length "100"
|
||||||
set -g status-right-length "100"
|
set -g status-right-length "100"
|
||||||
set -g pane-border-style "fg=colour240"
|
set -g pane-border-style "fg=black"
|
||||||
set -g pane-active-border-style "fg=colour117"
|
set -g pane-active-border-style "fg=cyan"
|
||||||
set -g message-style "fg=colour252,bg=colour240"
|
set -g message-style "fg=brightcyan,bg=black"
|
||||||
set -g message-command-style "fg=colour252,bg=colour240"
|
set -g message-command-style "fg=brightcyan,bg=black"
|
||||||
set -g status-left "#[fg=colour238,bg=colour117] #S #[fg=colour117,bg=colour238,nobold,nounderscore,noitalics]"
|
set -g status-left "#[fg=cyan,bg=brightblack] #S "
|
||||||
set -g status-right "#[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour240]#[fg=colour244,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour238,bg=colour244] #h "
|
set -g status-right "#[fg=cyan,bg=brightblack,nobold,nounderscore,noitalics] #h "
|
||||||
setw -g window-status-style "none,fg=colour248,bg=colour238"
|
setw -g window-status-style "none,fg=cyan,bg=brightblack"
|
||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-activity-style "none"
|
setw -g window-status-activity-style "none"
|
||||||
setw -g window-status-format "#[fg=colour248,bg=colour238] #I #[fg=colour248,bg=colour238] #W "
|
setw -g window-status-format "#[fg=cyan,bg=brightblack] #I #W "
|
||||||
setw -g window-status-current-format "#[fg=colour238,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour252,bg=colour240] #I #[fg=colour252,bg=colour240] #W #[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]"
|
setw -g window-status-current-format "#[fg=cyan,bg=black] #I#[fg=cyan,bg=black] #W "
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
call plug#begin('~/.config/vim-plugins')
|
call plug#begin('~/.config/vim-plugins')
|
||||||
Plug 'ashfinal/vim-colors-paper'
|
Plug 'ashfinal/vim-colors-paper'
|
||||||
|
Plug 'arcticicestudio/nord-vim'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
|
@ -59,7 +60,7 @@ map <leader>f <Esc>:Goyo<CR>
|
||||||
map <leader>t <Esc>:NERDTreeToggle<CR>
|
map <leader>t <Esc>:NERDTreeToggle<CR>
|
||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
colorscheme paper
|
colorscheme nord
|
||||||
set t_ZH=[3m
|
set t_ZH=[3m
|
||||||
set t_ZR=[23m
|
set t_ZR=[23m
|
||||||
hi Comment cterm=italic gui=italic
|
hi Comment cterm=italic gui=italic
|
||||||
|
@ -68,14 +69,14 @@ hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||||
autocmd! User GoyoEnter Limelight
|
autocmd! User GoyoEnter Limelight
|
||||||
autocmd! User GoyoLeave Limelight!
|
autocmd! User GoyoLeave Limelight!
|
||||||
command! -bang -nargs=? -complete=dir Files
|
command! -bang -nargs=? -complete=dir Files
|
||||||
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color always --style=plain --theme="Monokai Extended" {}']}, <bang>0)
|
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color always --style=plain --theme="Nord" {}']}, <bang>0)
|
||||||
command! -bang -nargs=? -complete=dir Colors
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||||
|
|
||||||
let g:rainbow_active = 1
|
let g:rainbow_active = 1
|
||||||
let g:terraform_fmt_on_save=1
|
let g:terraform_fmt_on_save=1
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'powerlineish',
|
\ 'colorscheme': 'nord',
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'readonly', 'filename' ] ],
|
\ [ 'readonly', 'filename' ] ],
|
||||||
|
|
|
@ -11,7 +11,7 @@ setopt share_history
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
export FZF_DEFAULT_COMMAND='fd -H'
|
export FZF_DEFAULT_COMMAND='fd -H'
|
||||||
export FZF_CTRL_T_COMMAND='fd -H'
|
export FZF_CTRL_T_COMMAND='fd -H'
|
||||||
export FZF_DEFAULT_OPTS="-e --multi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'"
|
export FZF_DEFAULT_OPTS="-e --multi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Nord {}'"
|
||||||
export FZF_CTRL_R_OPTS="-e --layout=reverse --preview=''"
|
export FZF_CTRL_R_OPTS="-e --layout=reverse --preview=''"
|
||||||
_fzf_compgen_path() {
|
_fzf_compgen_path() {
|
||||||
fd -H . "$1"
|
fd -H . "$1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue