From 247e19055174ff4df1c3faead6a69da77e825372 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Jun 2012 21:31:03 +0200 Subject: Woops, wasn't good enough yet Actually show the color of the normal status line. Without the important flag it just doesn't work. --- naquadah.penta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naquadah.penta b/naquadah.penta index 6be6d00..a496bee 100644 --- a/naquadah.penta +++ b/naquadah.penta @@ -15,5 +15,5 @@ hi CompItem[selected] background-color: #cc0000 hi StatusLine border: 1px solid #2e3536 !important hi StatusLineBroken background-color: #ef2929 !important; color: #eeeeec hi StatusLineExtended background-color: #8ae234 !important; color: #0c191c -hi StatusLineNormal background-color: #0c191c; color: #eeeeec +hi StatusLineNormal background-color: #0c191c !important; color: #eeeeec hi StatusLineSecure background-color: #729fcf !important; color: #0c191c -- cgit v1.2.3-54-g00ecf