# Description Whitespace highlighting for Sublime Text 2. ![Options Screenshot](https://github.com/gorte/ST2-Whitespaces/raw/master/example.png) # Allows to: 1. Highlight tabs and spaces 2. Highlight line endings 3. Show line ending icon in the gutter 4. Show line ending type in the status bar # Options See Whitespaces.sublime-settings # Changing Colors You can define your own scopes in your theme file, for example: name Whitespaces.space scope Whitespaces.space.highlight settings background #232323 fontStyle foreground #ffffff name Whitespaces.tab scope Whitespaces.tab.highlight settings background #1c2a2d fontStyle foreground #ffffff name Whitespaces.line_ending scope Whitespaces.line_ending.highlight settings background #3e1111 fontStyle foreground #eda24c