Home
last modified time | relevance | path

Searched refs:grey_ramp (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dterm.c6662 static int grey_ramp[] = { variable
6715 *r = grey_ramp[idx]; in cterm_color2rgb()
6716 *g = grey_ramp[idx]; in cterm_color2rgb()
6717 *b = grey_ramp[idx]; in cterm_color2rgb()