Use color variables for commit message files

This commit is contained in:
Kevin Sawicki 2013-12-06 09:45:40 -08:00
parent 3a2c4ca74d
commit ff696355ee

View File

@ -11,6 +11,22 @@
z-index: 0;
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
line-height: 1.3;
.markup {
&.git-commit {
&.changed {
color: @text-color-warning;
}
&.deleted {
color: @text-color-error;
}
&.inserted {
color: @text-color-info;
}
}
}
}
.editor .gutter .line-number.cursor-line {