www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11786] New: Wrong keyword color for Visual Studio Dark theme

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11786

           Summary: Wrong keyword color for Visual Studio Dark theme
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: VisualD
        AssignedTo: nobody puremagic.com
        ReportedBy: dmitrinesteruk gmail.com



---
The default Visual D color for keyword in VS Dark theme is dark blue, which
blends into the background and is not visible. Consider changing the default to
something bright and contrast-y.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 20 2013
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11786


Rainer Schuetze <r.sagitario gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario gmx.de



PST ---
I think keywords look alright with the dark theme, Visual D uses the same color
 as other languages. I guess you are referring to the color of user defined
types (e.g. "string", "size_t"). Some token string colors also don't work too
well with dark background.

I'll have to figure out how to change default colors depending on the theme...

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 20 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11786




---
No, I'm talking about color for words such as 'string'. A default installation
of Visual D on VS 2012/3 uses a dark blue color.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 20 2013
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=11786




PST ---
I have added support to change the default color of some color types if a dark
theme is detected (restart required as VS doesn't update its color cache).
Please try it in v0.3.38beta3 which can be found here:
https://github.com/D-Programming-Language/visuald/releases

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 09 2014