2009-07-14 15:25:30 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-03-18 16:13:23 +01:00
|
|
|
<style-scheme version="1.0" name="Vim (dark)">
|
2009-07-14 15:25:30 +02:00
|
|
|
<!--
|
|
|
|
|
Based on the default vim theme for a dark background, Linux console colors.
|
|
|
|
|
-->
|
|
|
|
|
<style name="AddedLine" foreground="#55ffff"/>
|
|
|
|
|
<style name="RemovedLine" foreground="#ff5555"/>
|
|
|
|
|
<style name="Comment" foreground="#55ffff"/>
|
|
|
|
|
<style name="CurrentLine" background="#232323"/>
|
|
|
|
|
<style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/>
|
|
|
|
|
<style name="DiffFile" foreground="#55ff55"/>
|
|
|
|
|
<style name="DiffLocation" foreground="#ffff55"/>
|
2009-12-02 12:29:31 +01:00
|
|
|
<style name="DisabledCode" foreground="#777777" background="#222222"/>
|
2009-07-14 15:25:30 +02:00
|
|
|
<style name="Doxygen.Comment" foreground="#55ffff"/>
|
|
|
|
|
<style name="Doxygen.Tag" foreground="#00a0a0"/>
|
2010-09-10 09:35:15 +02:00
|
|
|
<style name="Field"/>
|
2010-10-18 17:45:49 +02:00
|
|
|
<style name="Function"/>
|
2009-07-14 15:25:30 +02:00
|
|
|
<style name="Keyword" foreground="#ffff55"/>
|
|
|
|
|
<style name="Label" foreground="#ffff55"/>
|
|
|
|
|
<style name="LineNumber" foreground="#888888" background="#232323"/>
|
|
|
|
|
<style name="Link" foreground="#0055ff"/>
|
2010-09-10 09:35:15 +02:00
|
|
|
<style name="Local"/>
|
2009-07-14 15:25:30 +02:00
|
|
|
<style name="Number" foreground="#ff55ff"/>
|
|
|
|
|
<style name="Occurrences" background="#363636"/>
|
|
|
|
|
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
|
|
|
|
|
<style name="Operator" foreground="#aaaaaa"/>
|
|
|
|
|
<style name="Parentheses" foreground="#ff5555" background="#333333"/>
|
|
|
|
|
<style name="Preprocessor" foreground="#5555ff"/>
|
|
|
|
|
<style name="SearchResult" background="#555500"/>
|
|
|
|
|
<style name="SearchScope" background="#222200"/>
|
|
|
|
|
<style name="Selection" foreground="#000000" background="#aaaaaa"/>
|
2010-09-10 09:35:15 +02:00
|
|
|
<style name="Static" foreground="#55ff55" italic="true"/>
|
2009-07-14 15:25:30 +02:00
|
|
|
<style name="String" foreground="#ff55ff"/>
|
|
|
|
|
<style name="Text" foreground="#aaaaaa" background="#000000"/>
|
|
|
|
|
<style name="Type" foreground="#55ff55"/>
|
2010-09-10 09:35:15 +02:00
|
|
|
<style name="VirtualMethod" italic="true"/>
|
2011-10-21 09:39:49 +02:00
|
|
|
<style name="QmlTypeId" foreground="#55ff55"/>
|
|
|
|
|
<style name="Binding" foreground="#ff5555"/>
|
|
|
|
|
<style name="QmlLocalId" italic="true"/>
|
|
|
|
|
<style name="QmlRootObjectProperty" italic="true"/>
|
|
|
|
|
<style name="QmlScopeObjectProperty" italic="true"/>
|
|
|
|
|
<style name="QmlStateName" italic="true"/>
|
|
|
|
|
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
|
|
|
|
|
<style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
|
|
|
|
|
<style name="JsScopeVar" foreground="#8888ff" italic="true"/>
|
|
|
|
|
<style name="JsImportVar" foreground="#8888ff" italic="true"/>
|
|
|
|
|
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
|
2009-07-14 15:25:30 +02:00
|
|
|
</style-scheme>
|