From 9183d4968f04d2fc76134d437fdd17aa7f41a7d4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 6 Dec 2013 12:30:22 -0800 Subject: [PATCH] Only include used colors for now --- static/variables/syntax-variables.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/variables/syntax-variables.less b/static/variables/syntax-variables.less index e136f44e0..16154c891 100644 --- a/static/variables/syntax-variables.less +++ b/static/variables/syntax-variables.less @@ -3,11 +3,6 @@ // Colors -@syntax-background-color: #fff; -@syntax-color: #333; - @syntax-color-added: #00f; -@syntax-color-ignored: #333; @syntax-color-modified: #0f0; -@syntax-color-renamed: #333; @syntax-color-removed: #f00;