lightmode
E. Almqvist 2 years ago
parent 89088c0544
commit 119dbcc503
  1. 2
      alacritty/.config/alacritty/alacritty.yml
  2. 10
      nvim/.config/nvim/init.vim
  3. BIN
      preview.png

@ -5,7 +5,7 @@ env:
window: window:
opacity: 1.0 opacity: 1.0
padding: padding:
x: 8 x: 8
y: 8 y: 8
# Window title # Window title

@ -69,11 +69,11 @@ let &showbreak = '↳ '
set laststatus=0 ruler set laststatus=0 ruler
set nu set nu
hi Normal guibg=NONE ctermbg=NONE "hi Normal guibg=NONE ctermbg=NONE
hi StatusLine ctermbg=NONE ctermfg=NONE "hi StatusLine ctermbg=NONE ctermfg=NONE
"
highlight clear LineNr "highlight clear LineNr
highlight LineNr ctermfg=NONE ctermbg=NONE "highlight LineNr ctermfg=NONE ctermbg=NONE
" Airline " Airline
let g:airline_theme='gruvbox' let g:airline_theme='gruvbox'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 257 KiB

Loading…
Cancel
Save