From e89b2668715b09962882c8a75a124cb8e3d57722 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Jun 2012 17:47:15 +0200 Subject: Improve the colors of StatusLine --- naquadah.penta | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/naquadah.penta b/naquadah.penta index fedf03d..af48723 100644 --- a/naquadah.penta +++ b/naquadah.penta @@ -7,9 +7,13 @@ hi AddonStatus background-color: #252a2b hi AddonStatus>* color: #eeeeec hi AddonVersion background-color: #252a2b; color: #eeeeec -hi CmdLine background-color: #0c191c; color: #eeeeec; border-width: 1px; border-style: solid; border-color: #2e3536; border-right: none - hi CompDesc background-color: #252a2b; color: #eeeeec hi CompGroup background-color: #252a2b; color: #eeeeec hi CompIcon background-color: transparent 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 StatusLineSecure background-color: #729fcf !important; color: #0c191c -- cgit v1.2.3-54-g00ecf