buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
641 stars 112 forks source link

Wrong background color in text editor #60

Closed nyanpasu64 closed 1 year ago

nyanpasu64 commented 5 years ago

With this extension enabled, and "color theme" extension set to Dark, the background of my text editor is light gray #2d2d30 (picked up via ShareX) instead of near-black Text Editor → Plain Text → Background = FF1E1E1E. There are a lot of 2d2d30 in the theme, and I don't know which is being used. Maybe I could download a decent text editor and binary-search by editing half the 2d2d30's in the color theme and seeing if my editor background changes..

buchizo commented 5 years ago

@jimbo1qaz

In ver 2.2.x, TextBackground color is "Environment -> Window" of ColorTheme Editor.

For example: image

If you would like to change background, you can try modify Encironment WIndow color in ColorThemeEditor.

nyanpasu64 commented 5 years ago

Is there a specific reason the text background uses "Environment → Window" instead of "Plain Text → Background" (which is the color used without the extension installed)?

buchizo commented 5 years ago

@jimbo1qaz

Current implementation, this extensions should change to transparent background of plain text background color. (because I fixed flicker issue when previous versions, I large modified code.) In this case, we seeing background that is Environment->window color. If I'm got great implementations, I'll update it.

SimplyPancake commented 4 years ago

@buchizo Is it possible for you to provide the dark theme you are using? (Including the transparencies)

buchizo commented 4 years ago

@SimplyPancake Sorry I'm not use custom dark theme now. Could you see also How to expand to IDE section?