Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.04 KB

File metadata and controls

33 lines (26 loc) · 1.04 KB

🔧 GUI Visibility Fix Applied

What Was Wrong:

  • Entry fields (Days, Starting Price) had poor contrast
  • White text on light background = hard to read
  • Default tkinter styling wasn't dark-theme friendly

What I Fixed:

Entry Field Improvements:

  • Background: Changed to #404040 (darker gray)
  • Text Color: Pure white (#ffffff)
  • Border: Added blue accent border on focus
  • Cursor: White cursor for better visibility

Label Improvements:

  • Text Color: Bold white labels
  • LabelFrame Headers: Bright cyan (#00d4ff)
  • Font: Bold Arial for better readability

Visual Improvements:

  • Better contrast ratios
  • Solid borders for definition
  • Focus indicators with blue accents
  • Professional dark theme consistency

🎯 Result:

  • ✅ Entry fields now have dark background with bright white text
  • ✅ Labels are clearly visible
  • ✅ Professional appearance maintained
  • ✅ Easy to read and use

The GUI should now have much better visibility for all text inputs! 📊