;效果


;下载
https://github.com/bitfrozen/qtcreator-solarized
; 把风格文件解压放到creator 的style目录就可以在设置里面选择了
; solarized dark 要设置qt整体主题为drak ,反之轻色也一样
; 字体选择新宋体



; solarized-dark.xml
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Solarized (dark)">
<style name="Text" foreground="#839496" background="#002b36"/>
<style name="Link" foreground="#6c71c4"/>
<style name="Selection" foreground="#002b36" background="#586e75"/>
<style name="LineNumber" foreground="#586e75" background="#073642"/>
<style name="SearchResult" background="#073642"/>
<style name="SearchScope" background="#268bd2"/>
<style name="Parentheses" foreground="#dc322f" background="#586e75" bold="true"/>
<style name="CurrentLine" background="#124252"/>
<style name="CurrentLineNumber" foreground="#fdff2c" bold="true"/>
<style name="Occurrences" background="#586e75"/>
<style name="Occurrences.Unused" foreground="#719e07"/>
<style name="Occurrences.Rename" background="#d33682"/>
<style name="Number" foreground="#2aa198"/>
<style name="String" foreground="#2aa198"/>
<style name="Type" foreground="#b58900"/>
<style name="Local" foreground="#839496"/>
<style name="Field" foreground="#268bd2"/>
<style name="Static" foreground="#b58900" italic="true"/>
<style name="VirtualMethod" foreground="#839496" italic="true"/>
<style name="Function" foreground="#839496"/>
<style name="Keyword" foreground="#709d06"/>
<style name="Operator" foreground="#839496"/>
<style name="Preprocessor" foreground="#cb4b16"/>
<style name="Label" foreground="#268bd2" bold="true"/>
<style name="Comment" foreground="#586e75" italic="true"/>
<style name="Doxygen.Comment" foreground="#586e75" italic="true"/>
<style name="Doxygen.Tag" foreground="#586e75"/>
<style name="VisualWhitespace" foreground="#073642"/>
<style name="QmlLocalId" foreground="#657b83" italic="true"/>
<style name="QmlExternalId" foreground="#2aa198" italic="true"/>
<style name="QmlTypeId" foreground="#b58900"/>
<style name="QmlRootObjectProperty" foreground="#657b83" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#657b83" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#2aa198" italic="true"/>
<style name="JsScopeVar" foreground="#6c71c4" italic="true"/>
<style name="JsImportVar" foreground="#268bd2" italic="true"/>
<style name="JsGlobalVar" foreground="#268bd2" italic="true"/>
<style name="QmlStateName" foreground="#657b83" italic="true"/>
<style name="Binding" foreground="#cb4b16"/>
<style name="DisabledCode" foreground="#586e75" background="#073642"/>
<style name="AddedLine" foreground="#709d06"/>
<style name="RemovedLine" foreground="#dc322f"/>
<style name="DiffFile" foreground="#268bd2"/>
<style name="DiffLocation" foreground="#b58900"/>
</style-scheme>
; solarized-light.xml
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Solarized (light)">
<style name="Text" foreground="#657b83" background="#fdf6e3"/>
<style name="Link" foreground="#6c71c4"/>
<style name="Selection" foreground="#eee8d5" background="#93a1a1"/>
<style name="LineNumber" foreground="#93a1a1" background="#eee8d5"/>
<style name="SearchResult" background="#eee8d5"/>
<style name="SearchScope" background="#268bd2"/>
<style name="Parentheses" foreground="#dc322f" background="#93a1a1" bold="true"/>
<style name="CurrentLine" background="#e0dbcb"/>
<style name="CurrentLineNumber" foreground="#a32a2e" bold="true"/>
<style name="Occurrences" background="#93a1a1"/>
<style name="Occurrences.Unused" foreground="#719e07"/>
<style name="Occurrences.Rename" background="#d33682"/>
<style name="Number" foreground="#2aa198"/>
<style name="String" foreground="#2aa198"/>
<style name="Type" foreground="#b58900"/>
<style name="Local" foreground="#657b83"/>
<style name="Field" foreground="#268bd2"/>
<style name="Static" foreground="#b58900" italic="true"/>
<style name="VirtualMethod" foreground="#657b83" italic="true"/>
<style name="Function" foreground="#657b83"/>
<style name="Keyword" foreground="#709d06"/>
<style name="Operator" foreground="#657b83"/>
<style name="Preprocessor" foreground="#cb4b16"/>
<style name="Label" foreground="#268bd2" bold="true"/>
<style name="Comment" foreground="#93a1a1" italic="true"/>
<style name="Doxygen.Comment" foreground="#93a1a1" italic="true"/>
<style name="Doxygen.Tag" foreground="#93a1a1"/>
<style name="VisualWhitespace" foreground="#eee8d5"/>
<style name="QmlLocalId" foreground="#657b83" italic="true"/>
<style name="QmlExternalId" foreground="#2aa198" italic="true"/>
<style name="QmlTypeId" foreground="#b58900"/>
<style name="QmlRootObjectProperty" foreground="#657b83" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#657b83" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#2aa198" italic="true"/>
<style name="JsScopeVar" foreground="#6c71c4" italic="true"/>
<style name="JsImportVar" foreground="#268bd2" italic="true"/>
<style name="JsGlobalVar" foreground="#268bd2" italic="true"/>
<style name="QmlStateName" foreground="#657b83" italic="true"/>
<style name="Binding" foreground="#cb4b16"/>
<style name="DisabledCode" foreground="#93a1a1" background="#eee8d5"/>
<style name="AddedLine" foreground="#709d06"/>
<style name="RemovedLine" foreground="#dc322f"/>
<style name="DiffFile" foreground="#268bd2"/>
<style name="DiffLocation" foreground="#b58900"/>
</style-scheme>
浙公网安备 33010602011771号