konrad91 / OneDarkArduino

Dark theme for the Arduino IDE, inspired by One Dark Pro for VSCode by binaryify
GNU General Public License v3.0
168 stars 29 forks source link

Highlight the Function which the brace ended #5

Open hasenradball opened 4 years ago

hasenradball commented 4 years ago

How can I change the color of the highlighting which function belongs to the brace?

grafik

Docteh commented 3 years ago

That might not be theme-able yet. I used a color picker on there, and on a screenshot from my computer, the background color for whatever that is is FFFFE1 to 255,255,225 in RGB values.

image

It's the same color in the default theme, and yet I couldn't find any reference to a defined color in the arduino IDE's code while searching for either 225, or a ffffe1

lequan81 commented 2 years ago

Thank you for your reply @Docteh. But when I follow your instructions I could not find the Flatlaf library that you used. I wonder that I should install the .exe file of Flatlaf, or maybe I misunderstood something? Have a nice day!