我正在设计一个Tkinter GUI。在此屏幕截图中,字符“ials”为已选中。为什么颜色不平滑?我应该使用哪种颜色?
(编号):
entry1 = Entry(self,takefocus='off',justify='left',relief='flat',font=("Droid Sans",14),fg='#00ff00',bg='#000000',selectbackground='#000000',selectforeground='#005800',textvariable=entrystr,insertbackground='green',insertwidth=1,highlightbackground='#000000')