I'm currently trying to make a custom color scheme for sublime text for various uses. One of the things I really would like to have is an alternating colors for every other line in a list. I want something that would look like :
1. Item 1
2. Item 2
3. Item 3
4. Item 4
What would be the best way to do that?