Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual assist x dark color theme

I have installed visual assist X, I use visual studio for my C++ development. However, I am not sure how can I enable the dark theme color scheme as mentioned here http://www.wholetomato.com/products/features/color.asp?

like image 284
user243655 Avatar asked Feb 20 '23 05:02

user243655


2 Answers

According to the documentation at the link, if you have a dark background and press the "use defaults" button, the colors will default to ones appropriate for a dark scheme:

The scheme selected upon installation or when pressing Use Defaults in the VA Options Dialog depends on your current IDE color scheme.

like image 124
Michael Burr Avatar answered Feb 28 '23 06:02

Michael Burr


Allegedly, you can set a value in the registry to fix it:

You can coax Visual Assist into making its decisions differently, e.g. into assuming your theme is similar to the Dark theme, by setting the following registry DWORD value:

HKCU\Software\Whole Tomato\Visual Assist X\\VsThemeColorBehavior

Set to 2 to assume unknown themes are Dark.

However, I couldn't find it doesn't work for my version of Visual Assist (requires 2023, but doesn't work on 2258). Also, the registry value is reset to 0 when I open VAssist Options.

The only theme I can get it to use dark colours for is "Dark" which uses a light editor (!?).

like image 32
idbrii Avatar answered Feb 28 '23 06:02

idbrii