Last active
December 26, 2015 14:59
-
-
Save sryze/7169386 to your computer and use it in GitHub Desktop.
Visual Studio style for Qt Creator 2.8
This file contains 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="Visual Studio"> | |
<style name="Text" foreground="#000000" background="#ffffff"/> | |
<style name="Link" foreground="#0000ff"/> | |
<style name="Selection" foreground="#ffffff" background="#2b6ac5"/> | |
<style name="LineNumber" foreground="#2b91af" background="#ffffff"/> | |
<style name="SearchResult" foreground="#000000" background="#ffef0b"/> | |
<style name="SearchScope" foreground="#000000" background="#ffe8d5"/> | |
<style name="Parentheses" foreground="#000000" bold="true"/> | |
<style name="CurrentLine" foreground="#000000" background="#e3e3e3"/> | |
<style name="CurrentLineNumber" foreground="#808080" bold="true"/> | |
<style name="Occurrences" foreground="#000000" background="#dcdcdc"/> | |
<style name="Occurrences.Unused" foreground="#c0c0c0"/> | |
<style name="Occurrences.Rename" foreground="#000000" background="#ffc8c8"/> | |
<style name="Number" foreground="#000000"/> | |
<style name="String" foreground="#a31515"/> | |
<style name="Type" foreground="#25758b"/> | |
<style name="Local" foreground="#000000"/> | |
<style name="Field" foreground="#25758b"/> | |
<style name="Static" foreground="#800080"/> | |
<style name="VirtualMethod" foreground="#000000" italic="true"/> | |
<style name="Function" foreground="#000000"/> | |
<style name="Keyword" foreground="#0000ff"/> | |
<style name="Operator" foreground="#000000"/> | |
<style name="Preprocessor" foreground="#0000ff"/> | |
<style name="Label" foreground="#000000"/> | |
<style name="Comment" foreground="#008000"/> | |
<style name="Doxygen.Comment" foreground="#000080"/> | |
<style name="Doxygen.Tag" foreground="#0000ff"/> | |
<style name="VisualWhitespace" foreground="#c0c0c0"/> | |
<style name="QmlLocalId" foreground="#000000" italic="true"/> | |
<style name="QmlExternalId" foreground="#000080" italic="true"/> | |
<style name="QmlTypeId" foreground="#800080"/> | |
<style name="QmlRootObjectProperty" foreground="#000000" italic="true"/> | |
<style name="QmlScopeObjectProperty" foreground="#000000" italic="true"/> | |
<style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/> | |
<style name="JsScopeVar" foreground="#2985c7" italic="true"/> | |
<style name="JsImportVar" foreground="#0055af" italic="true"/> | |
<style name="JsGlobalVar" foreground="#0055af" italic="true"/> | |
<style name="QmlStateName" foreground="#000000" italic="true"/> | |
<style name="Binding" foreground="#800000"/> | |
<style name="DisabledCode" foreground="#000000" background="#efefef"/> | |
<style name="AddedLine" foreground="#00aa00"/> | |
<style name="RemovedLine" foreground="#ff0000"/> | |
<style name="DiffFile" foreground="#000080"/> | |
<style name="DiffLocation" foreground="#0000ff"/> | |
<style name="DiffFileLine" background="#ffff00"/> | |
<style name="DiffContextLine" background="#afd7e7"/> | |
<style name="DiffSourceLine" background="#ffdfdf"/> | |
<style name="DiffSourceChar" background="#ffafaf"/> | |
<style name="DiffDestLine" background="#dfffdf"/> | |
<style name="DiffDestChar" background="#afffaf"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment