From ff696355ee8793be6cb7fe8b9953f6780a42f2f4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 6 Dec 2013 09:45:40 -0800 Subject: [PATCH] Use color variables for commit message files --- static/editor.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/editor.less b/static/editor.less index a7204eb70..da66bc03f 100644 --- a/static/editor.less +++ b/static/editor.less @@ -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 {