Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing colors #3

Closed
garcialo opened this issue Nov 18, 2015 · 4 comments
Closed

Customizing colors #3

garcialo opened this issue Nov 18, 2015 · 4 comments

Comments

@garcialo
Copy link

Would it be too difficult to allow users to customize the colors?

@towebo
Copy link

towebo commented May 27, 2018

I'm using NVDA in combination with Windows Magnifyer with inverted colors and therefore red on black doesn't provide the best contrast. It would be nice if one could pick the colors that fits ones needs.

nishimotz added a commit that referenced this issue May 12, 2019
nishimotz added a commit that referenced this issue Jun 1, 2019
@nishimotz
Copy link
Member

The development version of focusHighlight is as follows.

https://www.dropbox.com/s/9z3ar6vu116jxzm/focusHighlight-6.1-dev.nvda-addon?dl=0

This version uses nvda.ini.

If the following entries are added, it behaves as same as the previous versions.

[focusHighlight]
    [[passthrough]]
        defaultMode = False
        thickness = 12

Note that the minimum tested version of this add-on is NVDA 2014.1, however,
this snapshot is only tested with the current version of NVDA.

The setting GUI is planned as well, but not yet created.

@nishimotz
Copy link
Member

The default values are as follows

[focusHighlight]
	[[passthrough]]
		defaultMode = True
		color = 2222ff
		dashStyle = 2
		thickness = 6
	[[focus]]
		color = ff0000
		dashStyle = 0
		thickness = 6
	[[navigator]]
		color = 00ff00
		dashStyle = 3
		thickness = 4

The dashStyle corresponds to this

https://docs.microsoft.com/ja-jp/windows/desktop/api/gdiplusenums/ne-gdiplusenums-dashstyle

nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 6, 2019
nishimotz added a commit that referenced this issue Jun 9, 2019
@nishimotz
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants