vim,tmux: style tweaks
This commit is contained in:
parent
e8630afdc6
commit
fb6d079357
2 changed files with 6 additions and 7 deletions
|
@ -56,8 +56,8 @@ if $TERM !~ '^linux'
|
|||
let g:gruvbox_filetype_hi_groups = 1
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'gruvbox8',
|
||||
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
||||
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" }
|
||||
\ 'separator': { 'left': "\ue0b8", 'right': "\ue0ba" },
|
||||
\ 'subseparator': { 'left': "\ue0b9", 'right': "\ue0bb" }
|
||||
\ }
|
||||
colorscheme gruvbox8
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue