Set a background color for disabled code in FakeVim style

Fixes right margin and folded code popup background to be
non-transparent.
This commit is contained in:
Thorbjørn Lindeijer
2009-12-02 12:29:31 +01:00
parent 7fa8574d98
commit 7057584f98

View File

@@ -10,7 +10,7 @@
<style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/> <style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/>
<style name="DiffFile" foreground="#55ff55"/> <style name="DiffFile" foreground="#55ff55"/>
<style name="DiffLocation" foreground="#ffff55"/> <style name="DiffLocation" foreground="#ffff55"/>
<style name="DisabledCode" foreground="#777777"/> <style name="DisabledCode" foreground="#777777" background="#222222"/>
<style name="Doxygen.Comment" foreground="#55ffff"/> <style name="Doxygen.Comment" foreground="#55ffff"/>
<style name="Doxygen.Tag" foreground="#00a0a0"/> <style name="Doxygen.Tag" foreground="#00a0a0"/>
<style name="Keyword" foreground="#ffff55"/> <style name="Keyword" foreground="#ffff55"/>