Created
January 13, 2015 06:16
-
-
Save hannahwhy/1a942589d9929075bbcd to your computer and use it in GitHub Desktop.
Port of the ir_black vim theme to Qt Creator, done by https://github.com/hluk/vimColorsToQtCreator/blob/master/vimColorsToQtC.pl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme version="1.0" name="ir_black"> | |
<!-- This file was generated using vimColorsToQtC.pl. --> | |
<style name="SearchResult" foreground="#f6f3e8" /> | |
<style name="LineNumber" foreground="#3d3d3d" /> | |
<style name="DisabledCode" foreground="#3d3d3d" /> | |
<style name="CurrentLineNumber" foreground="#ffff00" bold="true" /> | |
<style name="Selection" background="#262d51" foreground="#f6f3e8" /> | |
<style name="DillFileLine" background="#384048" foreground="#a0a8b0" /> | |
<style name="DiffFileLine" background="#384048" foreground="#a0a8b0" /> | |
<style name="DiffContextLine" background="#384048" foreground="#a0a8b0" /> | |
<style name="AddedLine" background="#00008b" foreground="#f6f3e8" /> | |
<style name="DiffDestChar" background="#00008b" foreground="#f6f3e8" /> | |
<style name="DiffSourceLine" background="#8b008b" foreground="#f6f3e8" /> | |
<style name="DiffDestLine" background="#8b008b" foreground="#f6f3e8" /> | |
<style name="RemovedLine" background="#008b8b" foreground="#0000ff" bold="true" /> | |
<style name="DiffSourceChar" background="#008b8b" foreground="#0000ff" bold="true" /> | |
<style name="DiffFile" background="#ff0000" foreground="#f6f3e8" bold="true" /> | |
<style name="DiffLocation" background="#ff0000" foreground="#f6f3e8" bold="true" /> | |
<style name="Occurrences.Unused" foreground="#f6f3e8" /> | |
<style name="Occurrences.Rename" foreground="#f6f3e8" /> | |
<style name="CurrentLine" background="#121212" foreground="#f6f3e8" /> | |
<style name="Parentheses" background="#857b6f" foreground="#f6f3e8" bold="true" /> | |
<style name="Occurrences" background="#857b6f" foreground="#f6f3e8" bold="true" /> | |
<style name="Text" background="#000000" foreground="#f6f3e8" italic="false" bold="false" /> | |
<style name="Local" foreground="#f6f3e8" /> | |
<style name="SearchScope" foreground="#f6f3e8" /> | |
<style name="JsScopeVar" foreground="#f6f3e8" italic="true" /> | |
<style name="JsImportVar" foreground="#f6f3e8" italic="true" /> | |
<style name="JsGlobalVar" foreground="#f6f3e8" italic="true" /> | |
<style name="Comment" foreground="#7c7c7c" /> | |
<style name="QmlExternalId" foreground="#99cc99" italic="true" /> | |
<style name="QmlExternalObjectProperty" foreground="#99cc99" italic="true" /> | |
<style name="Static" foreground="#99cc99" /> | |
<style name="Doxygen.Comment" foreground="#e18964" /> | |
<style name="Field" foreground="#c6c5fe" /> | |
<style name="Label" foreground="#6699cc" /> | |
<style name="Binding" foreground="#6699cc" /> | |
<style name="Preprocessor" foreground="#96cbfe" /> | |
<style name="Type" foreground="#ffffb6" /> | |
<style name="QmlTypeId" foreground="#ffffb6" /> | |
<style name="PrimitiveType" foreground="#ffffb6" /> | |
<style name="Doxygen.Tag" foreground="#8f8f8f" /> | |
<style name="String" foreground="#a8ff60" /> | |
<style name="Number" foreground="#ff73fd" /> | |
<style name="Function" foreground="#ffd2a7" /> | |
<style name="VirtualMethod" foreground="#ffd2a7" italic="true" /> | |
<style name="QmlLocalId" foreground="#ffd2a7" italic="true" /> | |
<style name="QmlRootObjectProperty" foreground="#ffd2a7" italic="true" /> | |
<style name="QmlScopeObjectProperty" foreground="#ffd2a7" italic="true" /> | |
<style name="QmlStateName" foreground="#ffd2a7" /> | |
<style name="Operator" foreground="#ffffff" /> | |
<style name="Keyword" foreground="#96cbfe" /> | |
</style-scheme> |
recordead
commented
Jan 13, 2015
<style name="SearchResult" foreground="#f6f3e8" />
<style name="LineNumber" foreground="#3d3d3d" />
<style name="DisabledCode" foreground="#3d3d3d" />
<style name="CurrentLineNumber" foreground="#ffff00" bold="true" />
<style name="Selection" background="#262d51" foreground="#f6f3e8" />
<style name="DillFileLine" background="#384048" foreground="#a0a8b0" />
<style name="DiffFileLine" background="#384048" foreground="#a0a8b0" />
<style name="DiffContextLine" background="#384048" foreground="#a0a8b0" />
<style name="AddedLine" background="#00008b" foreground="#f6f3e8" />
<style name="DiffDestChar" background="#00008b" foreground="#f6f3e8" />
<style name="DiffSourceLine" background="#8b008b" foreground="#f6f3e8" />
<style name="DiffDestLine" background="#8b008b" foreground="#f6f3e8" />
<style name="RemovedLine" background="#008b8b" foreground="#0000ff" bold="true" />
<style name="DiffSourceChar" background="#008b8b" foreground="#0000ff" bold="true" />
<style name="DiffFile" background="#ff0000" foreground="#f6f3e8" bold="true" />
<style name="DiffLocation" background="#ff0000" foreground="#f6f3e8" bold="true" />
<style name="Occurrences.Unused" foreground="#f6f3e8" />
<style name="Occurrences.Rename" foreground="#f6f3e8" />
<style name="CurrentLine" background="#121212" foreground="#f6f3e8" />
<style name="Parentheses" background="#857b6f" foreground="#f6f3e8" bold="true" />
<style name="Occurrences" background="#857b6f" foreground="#f6f3e8" bold="true" />
<style name="Text" background="#000000" foreground="#f6f3e8" italic="false" bold="false" />
<style name="Local" foreground="#f6f3e8" />
<style name="SearchScope" foreground="#f6f3e8" />
<style name="JsScopeVar" foreground="#f6f3e8" italic="true" />
<style name="JsImportVar" foreground="#f6f3e8" italic="true" />
<style name="JsGlobalVar" foreground="#f6f3e8" italic="true" />
<style name="Comment" foreground="#7c7c7c" />
<style name="QmlExternalId" foreground="#99cc99" italic="true" />
<style name="QmlExternalObjectProperty" foreground="#99cc99" italic="true" />
<style name="Static" foreground="#99cc99" />
<style name="Doxygen.Comment" foreground="#e18964" />
<style name="Field" foreground="#c6c5fe" />
<style name="Label" foreground="#6699cc" />
<style name="Binding" foreground="#6699cc" />
<style name="Preprocessor" foreground="#96cbfe" />
<style name="Type" foreground="#ffffb6" />
<style name="QmlTypeId" foreground="#ffffb6" />
<style name="PrimitiveType" foreground="#ffffb6" />
<style name="Doxygen.Tag" foreground="#8f8f8f" />
<style name="String" foreground="#a8ff60" />
<style name="Number" foreground="#ff73fd" />
<style name="Function" foreground="#ffd2a7" />
<style name="VirtualMethod" foreground="#ffd2a7" italic="true" />
<style name="QmlLocalId" foreground="#ffd2a7" italic="true" />
<style name="QmlRootObjectProperty" foreground="#ffd2a7" italic="true" />
<style name="QmlScopeObjectProperty" foreground="#ffd2a7" italic="true" />
<style name="QmlStateName" foreground="#ffd2a7" />
<style name="Operator" foreground="#ffffff" />
<style name="Keyword" foreground="#96cbfe" />
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment