diff options
author | Jagua <jagualitol@gmail.com> | 2015-01-24 14:44:28 +0900 |
---|---|---|
committer | Jagua <jagualitol@gmail.com> | 2015-01-24 14:44:28 +0900 |
commit | 177a5f6d0dad9175c9810e403523477e4c40c1be (patch) | |
tree | d6dcf0c1e43becbffe1477bf6e686e9ef99a1ec4 /solarized_dark.vimp | |
parent | aabdd11fdbfb991428ff0d5a9e80c6cac3d49590 (diff) | |
download | vimperator-colors-177a5f6d0dad9175c9810e403523477e4c40c1be.tar.gz vimperator-colors-177a5f6d0dad9175c9810e403523477e4c40c1be.tar.bz2 |
set different color of StatusLine from background.
Diffstat (limited to 'solarized_dark.vimp')
-rw-r--r-- | solarized_dark.vimp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solarized_dark.vimp b/solarized_dark.vimp index 2b9d81c..c8e5ce7 100644 --- a/solarized_dark.vimp +++ b/solarized_dark.vimp @@ -33,7 +33,7 @@ hi -append Hint background-color: rgba(253, 246, 227, 0.7); border: 1px hi -append HintElem text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #002b36; hi -append HintActive text-decoration: none; -moz-border-radius: 4px; -moz-box-shadow: 0 0 2px #002b36; -hi StatusLine color: #002b36; background: #002b36; font-weight: normal; font-size: 12pt; +hi StatusLine color: #93a1a1; background: #002b36; font-weight: normal; font-size: 12pt; " hi StatusLineBroken color: #93a1a1; background: #ffffd7; font-weight: normal; font-size: 12pt; " hi StatusLineExtended color: #93a1a1; background: #af005f; font-weight: normal; font-size: 12pt; " hi StatusLineSecure color: #93a1a1; background: #b58900; font-weight: normal; font-size: 12pt; |