Last active
December 17, 2015 19:19
-
-
Save scheakur/5659366 to your computer and use it in GitHub Desktop.
List color numbers which make the option 'background' to be 'dark'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in range(0, 255) | |
execute 'hi Normal ctermbg=' . i | |
if &background == 'dark' | |
echo i | |
endif | |
endfor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment