Skip to content

Commit

Permalink
vimrc: change themes
Browse files Browse the repository at this point in the history
Time for a refresh. Start using 'distinguished' theme.

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed Jan 7, 2025
1 parent 8af4591 commit c592eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ set numberwidth=2
highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE

" Airline theme
let g:airline_theme='dark_minimal'
let g:airline_theme='distinguished'

if !exists('g:airline_symbols')
let g:airline_symbols = {}
Expand Down

0 comments on commit c592eb7

Please sign in to comment.