This is my style file.

2018-03-18 12:29 GMT+03:00 Nikos Chantziaras <rea...@gmail.com>:

> On 18/03/18 11:18, Orgad Shaneh wrote:
>
>> On Thu, Mar 15, 2018 at 9:36 PM, Nikos Chantziaras <rea...@gmail.com
>> <mailto:rea...@gmail.com>> wrote:
>>
>>     This looks similar to an invisible text bug I reported a while ago:
>>
>>     https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
>>     <https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
>>
>>
>> I had a similar issue which happened because I had black color mixin in
>> Declaration of my custom style.
>>
>> Can you attach your style xml file? It should be in
>> ~/.config/QtProject/qtcreator/styles on linux and
>> shell:AppData/QtProject/qtcreator/styles on Windows
>>
>
> It's the default "Dark" style.
>
> However, the issue went away in the 4.6 RC that went live on March 15. So
> I think I'll close the bug.
>
> Have you updated to the RC yet?
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Oleg Shalnev  (Kalpa Integration Initiative)
----------------------------------------------
e-mail                      : o...@kalpa.ru , oleg.shal...@gmail.com

cell,Viber,WhatsUp,Telegram : +7 (918) 741 7217
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="ovs">
  <style name="Text" foreground="#346078" background="#111111" bold="true"/>
  <style name="Link" foreground="#446e96"/>
  <style name="Selection" foreground="#000000" background="#828282"/>
  <style name="LineNumber" foreground="#888888" background="#232323"/>
  <style name="SearchResult" background="#555500"/>
  <style name="SearchScope" background="#222200"/>
  <style name="Parentheses" foreground="#00577f" background="#333333"/>
  <style name="ParenthesesMismatch" foreground="#000000" background="#d9112f"/>
  <style name="AutoComplete" foreground="#57b1ff" background="#101010"/>
  <style name="CurrentLine" background="#232323"/>
  <style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/>
  <style name="Occurrences" background="#80714d"/>
  <style name="Occurrences.Unused" foreground="#80320e"/>
  <style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
  <style name="Number" foreground="#006600"/>
  <style name="String" foreground="#59784b"/>
  <style name="Type" foreground="#3d648a" bold="true"/>
  <style name="Local" foreground="#4b7f81" bold="true"/>
  <style name="Global" foreground="#3d648a" bold="true"/>
  <style name="Field" foreground="#80714d" bold="true"/>
  <style name="Static" foreground="#e0a072" bold="true"/>
  <style name="VirtualMethod" foreground="#ae4f4f"/>
  <style name="Function" foreground="#80714d" bold="true"/>
  <style name="Keyword" foreground="#b36d3a" bold="true"/>
  <style name="PrimitiveType" foreground="#429099"/>
  <style name="Operator" foreground="#797979" bold="true"/>
  <style name="Preprocessor" foreground="#00577f"/>
  <style name="Label" foreground="#ffff55"/>
  <style name="Comment" foreground="#61615f"/>
  <style name="Doxygen.Comment" foreground="#61615f"/>
  <style name="Doxygen.Tag" foreground="#00a0a0"/>
  <style name="VisualWhitespace" foreground="#c0c0c0"/>
  <style name="QmlLocalId" foreground="#ffffff" italic="true"/>
  <style name="QmlExternalId" foreground="#000080" italic="true"/>
  <style name="QmlTypeId" foreground="#800080"/>
  <style name="QmlRootObjectProperty" foreground="#a7a797" italic="true"/>
  <style name="QmlScopeObjectProperty" foreground="#a7a797" italic="true"/>
  <style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/>
  <style name="JsScopeVar" foreground="#2985c7" bold="true"/>
  <style name="JsImportVar" foreground="#0055af"/>
  <style name="JsGlobalVar" foreground="#0055af" bold="true"/>
  <style name="QmlStateName" foreground="#a7a797" italic="true"/>
  <style name="Binding" foreground="#800000"/>
  <style name="DisabledCode" foreground="#777777" background="#222222"/>
  <style name="AddedLine" foreground="#55ffff"/>
  <style name="RemovedLine" foreground="#ff5555"/>
  <style name="DiffFile" background="#323200"/>
  <style name="DiffLocation" background="#58581d"/>
  <style name="DiffFileLine" background="#29290d"/>
  <style name="DiffContextLine" background="#313c41"/>
  <style name="DiffSourceLine" background="#584d4d"/>
  <style name="DiffSourceChar" background="#372525"/>
  <style name="DiffDestLine" foreground="#3f483f"/>
  <style name="DiffDestChar" foreground="#cdcdcd" background="#131d13"/>
  <style name="LogChangeLine" foreground="#c00000"/>
  <style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
  <style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
  <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
  <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
  <style name="Declaration" relativeForegroundSaturation="0.05" relativeForegroundLightness="0.15" relativeBackgroundLightness="0.1"/>
  <style name="OutputArgument" foreground="#000000" background="#ffffff" relativeForegroundSaturation="0.15"/>
  <style name="LastStyleSentinel" relativeForegroundLightness="0.1"/>
</style-scheme>
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to