Just kidding, disable opacity

This commit is contained in:
Daniel Lynn 2021-07-15 10:09:30 -05:00
parent cc032cb21b
commit ca6dd9269a
Signed by: daniel
GPG Key ID: 28496A140E180A9D
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ import:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.90 #background_opacity: 0.90
#selection: #selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for

View File

@ -43,7 +43,7 @@ augroup END
" Colorscheme setup " Colorscheme setup
let g:lightline.colorscheme = 'sonokai' let g:lightline.colorscheme = 'sonokai'
let g:sonokai_transparent_background = 1 let g:sonokai_transparent_background = 0
let g:sonokai_show_eob = 0 let g:sonokai_show_eob = 0
colorscheme sonokai colorscheme sonokai