Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
3

[workaround] Disable or change the color of blue borders around active panels

Contributor ,
Mar 06, 2024 Mar 06, 2024

How to disable or change the color of those blue borders around active panels and photos?

I would like to have my UI without those distracting colors.

 

In Bridge 2022 there were no borders and it was fine.

 

In Photoshop, there is a setting to choose the highlight color and enable natural color mode. Can we have the same in Bridge please?

DiodorS_0-1709739261100.png

 

20240306_162838_569_explorer.png

TOPICS
Bug , Feature request , Problem or error
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Mar 08, 2024 Mar 08, 2024

@gary_sc Now there is a way 🙂 Well... more like an ugly hack. But it works. You have to use a hex editor though.

 

Here I've changed the border color to red, as a proof of concept - you can choose any color you want. Tested on Windows.

DiodorS_0-1709944768569.png

 

Locate `dvaui.dll` in your Bridge installation folder. Backup this file. Quit the Bridge app. Modify the file at your own risk!

 

Open a hex editor (for example https://hexed.it/ - works in a browser), load `dvaui.dll` and search for `spectrum-global-color-blue-400`

...
Translate
Community Expert ,
Mar 06, 2024 Mar 06, 2024

There is currently no way to change which tabs or columns are active. Adobe knows there is high interest in such a feature, and hopefully, they will be able to implement it soon. However, none of us volunteers can know where this is in the engineer's schedule. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 08, 2024 Mar 08, 2024

@gary_sc Now there is a way 🙂 Well... more like an ugly hack. But it works. You have to use a hex editor though.

 

Here I've changed the border color to red, as a proof of concept - you can choose any color you want. Tested on Windows.

DiodorS_0-1709944768569.png

 

Locate `dvaui.dll` in your Bridge installation folder. Backup this file. Quit the Bridge app. Modify the file at your own risk!

 

Open a hex editor (for example https://hexed.it/ - works in a browser), load `dvaui.dll` and search for `spectrum-global-color-blue-400` text string.

Skip the first match. Then you will find that string in three more places:

"spectrum-global-color-blue-400": "rgb(52, 143, 244)" - for the "Dark" color theme

"spectrum-global-color-blue-400": "rgb(29, 128, 245)" - for the "Darkest " color theme

"spectrum-global-color-blue-400": "rgb(20, 122, 243)" - for the "Light" color theme

 

Simply change the RGB values to something you like. Be careful not to change the number of characters within the parentheses. For example, if you want to change the border color for the "Darkest " color theme to black, just add some spaces in place of the missing digits:

"spectrum-global-color-blue-400": "rgb(29, 128, 245)" - original
"spectrum-global-color-blue-400": "rgb( 0,   0,   0)" - modified

I found rgb(60,  60,  60) to my liking, for the darkest mode - it still shows the active panel but is not distracting at all.

 

20240309_020929_989_Adobe_Bridge.gif

 

Save the modified file on your desktop, rename the original file to `dvaui.dll.original`, and copy the modified file to the Bridge installation directory (requires admin rights). Make sure the modified file is named `dvaui.dll`.

 

Open Bridge. The annoying blue borders are gone! 🙂

 

-----

If you have found my post helpful and would like to say thanks, you can buy me a coffee at https://www.buymeacoffee.com/diodorsirola

-----

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 08, 2024 Mar 08, 2024

@DiodorS, I salute you sir. Your coding prowess is very impressive. Although, I wonder if some might find your red as annoying as they find the blue! :>)

 

I've been working with computers since the mid '80s (and spent a short time with computer cards), but coding has never entered my brain as something I wanted to pursue. It's folks like you who keep me happy and just working with the result. As such, I think that I and a few others will wait for Adobe to provide a tool for this.

 

I am going to set your answer as correct for those who wish to do this. I will pass!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 08, 2024 Mar 08, 2024

Thanks! Red is annoying, for sure 😉 It was only a placeholder to easily identify which string goes with which theme. I settled up with dark gray.

 

A tool to change theme settings would be nice, indeed. At least now we know where the standard themes are stored and they are not hard to modify.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 11, 2024 Mar 11, 2024

I had a trial with your editing of dvaui.dll - impressed!

One question for you, as I have zero knowledge of this, when you say, "Be careful not to change the number of characters within the parentheses", does that imply that the first of the three numbers cannot exceed 99 since it appears to be allocated just two characters?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 11, 2024 Mar 11, 2024

@Erik Bloodaxe Thanks!

quote

does that imply that the first of the three numbers cannot exceed 99 since it appears to be allocated just two characters?

No, just drop the space after the comma Like this:

 

 

"spectrum-global-color-blue-400": "rgb(29, 128, 245)" - original
"spectrum-global-color-blue-400": "rgb(255,128, 245)" - modified

 

 

I've also hacked my way around the bright app and menu bar on Windows ( https://community.adobe.com/t5/bridge-discussions/white-menu-and-application-bar-even-in-the-dark-an... ), if you are interested.

 

---

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Mar 11, 2024 Mar 11, 2024

Thank you, much appreciated. Mid grey borders for me!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 16, 2024 Oct 16, 2024

How would one do this on Mac OS? Any help would be appcaiated. I am still using Adobe Bridge 2022 due to those ugly blue lines. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 12, 2025 Jul 12, 2025
LATEST

Hi

 

Do you know how to change the Interface of BR 2023 to BR 2022 (with 4 versions), or the gray color option of BR2023?

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines