Skip to content

Commit

Permalink
Make variables NvimLightGrey2
Browse files Browse the repository at this point in the history
It looks nice.
  • Loading branch information
ibash committed May 20, 2024
1 parent b193074 commit 5ea3848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/nour2.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ endif

let g:nour2_bold = get(g:, '_bold', 0)

hi @variable guifg=#E0E2EA ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi ColorColumn guifg=NONE ctermfg=NONE guibg=#1c1c1c ctermbg=234 gui=NONE cterm=NONE
hi Cursor guifg=NONE ctermfg=NONE guibg=#626262 ctermbg=241 gui=NONE cterm=NONE
hi CursorColumn guifg=NONE ctermfg=NONE guibg=#444444 ctermbg=238 gui=NONE cterm=NONE
Expand Down
2 changes: 2 additions & 0 deletions estilos/palettes/nour2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,5 @@ c252: '#d0d0d0'
c253: '#dadada'
c254: '#e4e4e4'
c255: '#eeeeee'

NvimLightGrey2: '#E0E2EA'
1 change: 1 addition & 0 deletions estilos/syntax/treesitter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'@variable': 'NvimLightGrey2'

0 comments on commit 5ea3848

Please sign in to comment.