rdbende / Azure-ttk-theme

A stunning modern theme for ttk inspired by Fluent Design 💠
MIT License
739 stars 136 forks source link

How to change the entry text cursor color in dark mode #9

Closed virtualdvid closed 3 years ago

virtualdvid commented 3 years ago

Hi,

Excellent theme! Quick Question: I have been trying to change the color of the text cursor color but I'm not able to do it.

I already tried thing like foreground="white" or insertbackground="white" also I was checking the tcl files but I haven't be able to figure it out.

Any clue can help! Thanks!

andreasfloros commented 3 years ago

Add -insertcolor $colors(-fg) \ in the Settings (below line 31) of the azure-dark.tcl file.

virtualdvid commented 3 years ago

@andreasfloros Gracias very much! It is working perfectly!

rdbende commented 3 years ago

Oh sorry for the late response and thanks to @andreasfloros. It's definitely something I thought about, I just always forgot to write it in, but now I've fixed it in c1c6eb4