Why isn't my VBE Color Theme being applied?

Viewed 132

I downloaded the github VBE color editor.

Found my VBE7.DLL file here:

enter image description here

Successfully applied my theme:

enter image description here

but why isn't the change appearing in the color editor?

enter image description here

I've retried this on separate occasions, but can't seem to see what I'm doing wrong here?

1 Answers

This works on my laptop but not my desktop. Changing these registry setting did the trick....

Dark Theme

Computer\HKEY_CURRENT_USER\Software\Microsoft\VBA\7.1\Common

CodeBackColors 2 14 4 14 15 2 2 2 0 1 0 0 0 0 0 0 

CodeForeColors 13 4 12 0 6 15 9 6 0 11 0 0 0 0 0 0 
Related