Skip to content

Commit

Permalink
Update Qt Creator theme to work properly with v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AAS committed Nov 8, 2012
1 parent ac4b50c commit be8c8fd
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions applications/qt-creator/neon_pastel.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
Author: AAS
Website: http://github.com/aas/neon-pastel
-->
<style-scheme version="1.0" name="Neon Pastel"> <style-scheme version="1.0" name="Neon Pastel">
<style name="AddedLine" foreground="#c0ff20"/> <style name="AddedLine" foreground="#c0ff20"/>
<style name="Binding" bold="true"/> <style name="Binding" bold="true"/>
Expand All @@ -11,35 +7,36 @@
<style name="CurrentLineNumber" foreground="#808080" bold="true"/> <style name="CurrentLineNumber" foreground="#808080" bold="true"/>
<style name="DiffFile" foreground="#87b3cd"/> <style name="DiffFile" foreground="#87b3cd"/>
<style name="DiffLocation"/> <style name="DiffLocation"/>
<style name="DisabledCode" foreground="#808080"/> <style name="DisabledCode" foreground="#808080" italic="true"/>
<style name="Doxygen.Comment" foreground="#808080" italic="true"/> <style name="Doxygen.Comment" foreground="#808080"/>
<style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/> <style name="Doxygen.Tag" foreground="#808080" bold="true"/>
<style name="Field" bold="true"/> <style name="Field" bold="true"/>
<style name="JsGlobalVar" foreground="#e1b78c"/> <style name="Function"/>
<style name="JsGlobalVar"/>
<style name="JsImportVar" foreground="#ff80ff"/> <style name="JsImportVar" foreground="#ff80ff"/>
<style name="JsScopeVar"/> <style name="JsScopeVar" foreground="#ff8080"/>
<style name="Keyword" foreground="#c0ff20" bold="true"/> <style name="Keyword" foreground="#c0ff20" bold="true"/>
<style name="Label" foreground="#ffffe6" background="#cc66ff" bold="true"/> <style name="Label" foreground="#ffffe6" background="#603060" bold="true"/>
<style name="LineNumber" foreground="#606060" background="#202020"/> <style name="LineNumber" foreground="#606060" background="#202020"/>
<style name="Link" background="#4c4c4c" italic="true"/> <style name="Link" background="#4c4c4c" italic="true"/>
<style name="Local" foreground="#ff8080"/> <style name="Local" foreground="#ff8080"/>
<style name="Number" foreground="#f57900" bold="true"/> <style name="Number" foreground="#ff8000" bold="true"/>
<style name="Occurrences"/> <style name="Occurrences"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> <style name="Occurrences.Rename" background="#ff0000"/>
<style name="Occurrences.Unused" foreground="#ffaa00"/> <style name="Occurrences.Unused" foreground="#ffaa00"/>
<style name="Operator" foreground="#a0a0a0"/> <style name="Operator" foreground="#a0a0a0"/>
<style name="Parentheses" foreground="#ff0000"/> <style name="Parentheses" foreground="#ff0000" background="#282828"/>
<style name="Preprocessor" foreground="#ff80ff"/> <style name="Preprocessor" foreground="#ff80ff"/>
<style name="QmlExternalId"/> <style name="QmlExternalId"/>
<style name="QmlExternalObjectProperty" foreground="#e1b78c"/> <style name="QmlExternalObjectProperty" foreground="#e1b78c"/>
<style name="QmlLocalId" foreground="#ff8080"/> <style name="QmlLocalId" foreground="#ff8080"/>
<style name="QmlRootObjectProperty" foreground="#e1b78c"/> <style name="QmlRootObjectProperty" foreground="#e1b78c" bold="true"/>
<style name="QmlScopeObjectProperty" foreground="#e1b78c"/> <style name="QmlScopeObjectProperty" foreground="#e1b78c"/>
<style name="QmlStateName" italic="true"/> <style name="QmlStateName" italic="true"/>
<style name="QmlTypeId" foreground="#c0ff20"/> <style name="QmlTypeId" foreground="#c0ff20"/>
<style name="RemovedLine" foreground="#ff8080"/> <style name="RemovedLine" foreground="#ff8080"/>
<style name="SearchResult" foreground="#ffffe6" background="#00007f"/> <style name="SearchResult" foreground="#ffffe6" background="#00007f"/>
<style name="SearchScope" foreground="#000000" background="#ffffe6"/> <style name="SearchScope" foreground="#ff0000" background="#141414"/>
<style name="Selection" foreground="#ffffe6" background="#3399ff"/> <style name="Selection" foreground="#ffffe6" background="#3399ff"/>
<style name="Static" foreground="#e1b78c" bold="true"/> <style name="Static" foreground="#e1b78c" bold="true"/>
<style name="String" foreground="#87b3cd"/> <style name="String" foreground="#87b3cd"/>
Expand Down

0 comments on commit be8c8fd

Please sign in to comment.