From 5ea38480f5f38d72d9ba7b74d753141ee67841d3 Mon Sep 17 00:00:00 2001 From: Islam Sharabash Date: Mon, 20 May 2024 09:31:21 -0700 Subject: [PATCH] Make variables NvimLightGrey2 It looks nice. --- colors/nour2.vim | 1 + estilos/palettes/nour2.yml | 2 ++ estilos/syntax/treesitter.yml | 1 + 3 files changed, 4 insertions(+) create mode 100644 estilos/syntax/treesitter.yml diff --git a/colors/nour2.vim b/colors/nour2.vim index 09f6dcd..cc6a2d5 100644 --- a/colors/nour2.vim +++ b/colors/nour2.vim @@ -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 diff --git a/estilos/palettes/nour2.yml b/estilos/palettes/nour2.yml index 27d105b..ee6ac3c 100644 --- a/estilos/palettes/nour2.yml +++ b/estilos/palettes/nour2.yml @@ -255,3 +255,5 @@ c252: '#d0d0d0' c253: '#dadada' c254: '#e4e4e4' c255: '#eeeeee' + +NvimLightGrey2: '#E0E2EA' diff --git a/estilos/syntax/treesitter.yml b/estilos/syntax/treesitter.yml new file mode 100644 index 0000000..fd0ae27 --- /dev/null +++ b/estilos/syntax/treesitter.yml @@ -0,0 +1 @@ +'@variable': 'NvimLightGrey2'