created
last commit
_ repositories
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
created
last commit
1195 repositories
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
6
A vim color scheme that resembles colorful lights on a night sky.
created over 1 year ago
last commit about 2 months ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
4
Helix theme for Vim/Nvim - include helix boo_berry theme
created over 1 year ago
last commit 6 months ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
24
🧑🏾🚀 HardHacker Theme for Vim/Neovim 🌈
created over 1 year ago
last commit 7 months ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
1
A minimal blue colorscheme for Vim.
created over 1 year ago
last commit over 1 year ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
25
-1/week
vim-aomi-grayscale: A slightly bluish grayscale color scheme for Vim
created over 1 year ago
last commit 7 months ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
3
Dark theme for vim
created over 1 year ago
last commit over 1 year ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
1
A simple and usable Vim color scheme.
created over 1 year ago
last commit over 1 year ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
3
A dark, medium-contrast colorscheme for vim, heavily inspired by one of my favourite colorschemes: Apprentice, by Romain Lafourcade.
created over 1 year ago
last commit 8 months ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
0
Fork of the ackyshake/spacegray.vim theme
created over 1 year ago
last commit over 3 years ago
12
set background=colorschemeNORMAL.vimrcunixutf-80%0:2
123456789101112
" Returns true if the color hex value is lightfunction! IsHexColorLight(color) abortlet l:raw_color = trim(a:color, '#')let l:red = str2nr(substitute(l:raw_color, '.{0}(.{2})', '1', 'g'), 16)let l:green = str2nr(substitute(l:raw_color, '.{2}(.{2}).{2}', '1', 'g'), 16)let l:blue = str2nr(substitute(l:raw_color, '.{4}(.{2})', '1', 'g'), 16)let l:brightness = ((l:red * 299) + (l:green * 587) + (l:blue * 114)) / 1000return l:brightness > 155endfunctionNORMALcode.vimunixutf-850%6:12
2
A neovim colorscheme inspired by Touhou Project
created over 1 year ago
last commit over 1 year ago