Created
October 5, 2012 20:22
-
-
Save felixjung/3842148 to your computer and use it in GitHub Desktop.
TM2 Gutter Keys
This file contains 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
Further improvements to theming the gutter. There are now the following keys which can be set to change the color of gutter elements: Dennis Vennink | |
gutterDivider: Border between text view and gutter. | |
gutterForeground: Text color. | |
gutterBackground: Background color. | |
gutterIcons: Color of the images in the gutter. | |
gutterSelectionForeground: Text color for lines containing caret / part of a selection. | |
gutterSelectionBackground: Background color for lines containing caret / part of a selection. | |
gutterSelectionIcons: Color of images on lines containing caret / part of a selection. | |
gutterSelectionBorder: Border between selected and non-selected lines. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment