NORD THEME
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
! Colors
|
! Colors
|
||||||
! more blue-ish
|
! more blue-ish
|
||||||
!#include ".Xresources.themes/Xresources.nord"
|
#include ".Xresources.themes/Xresources.nord"
|
||||||
! more vibrant
|
! more vibrant
|
||||||
#include ".Xresources.themes/Xresources.afterglow"
|
!#include ".Xresources.themes/Xresources.afterglow"
|
||||||
|
|
||||||
!#include ".Xresources.themes/Xresources.solarized"
|
!#include ".Xresources.themes/Xresources.solarized"
|
||||||
|
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ call vundle#begin()
|
|||||||
|
|
||||||
" Plugins - load with :PluginInstall
|
" Plugins - load with :PluginInstall
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'itchyny/vim-gitbranch'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'tmsvg/pear-tree'
|
Plugin 'tmsvg/pear-tree'
|
||||||
|
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
Plugin 'joshdick/onedark.vim'
|
Plugin 'arcticicestudio/nord-vim'
|
||||||
Plugin 'fneu/breezy' "lightline
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
" Required
|
" Required
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
@@ -21,22 +21,10 @@ filetype plugin indent on
|
|||||||
|
|
||||||
" Plugin Settings
|
" Plugin Settings
|
||||||
|
|
||||||
" Lightline Statusbar
|
" airline bar
|
||||||
" absolutepath or filename
|
let g:airline_theme='nord'
|
||||||
set laststatus=2
|
let g:airline_powerline_fonts = 0
|
||||||
let g:lightline = {
|
let g:bufferline_echo = 0
|
||||||
\ 'colorscheme': 'breezy',
|
|
||||||
\ 'active': {
|
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
|
||||||
\ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ]
|
|
||||||
\ },
|
|
||||||
\ 'component_function': {
|
|
||||||
\ 'gitbranch': 'gitbranch#name'
|
|
||||||
\ },
|
|
||||||
\ }
|
|
||||||
|
|
||||||
" Breezy
|
|
||||||
set termguicolors
|
|
||||||
|
|
||||||
" Onedark Colorscheme
|
" Onedark Colorscheme
|
||||||
let g:onedark_hide_endofbuffer=1
|
let g:onedark_hide_endofbuffer=1
|
||||||
@@ -57,9 +45,9 @@ let g:pear_tree_pairs = {
|
|||||||
\ }
|
\ }
|
||||||
|
|
||||||
" Other configurations
|
" Other configurations
|
||||||
" Coloooooors
|
" Colors
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme onedark
|
colorscheme nord
|
||||||
filetype on
|
filetype on
|
||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
set colorcolumn=80
|
set colorcolumn=80
|
||||||
|
|||||||
Reference in New Issue
Block a user