- Entry fields (Days, Starting Price) had poor contrast
- White text on light background = hard to read
- Default tkinter styling wasn't dark-theme friendly
- Background: Changed to
#404040(darker gray) - Text Color: Pure white (
#ffffff) - Border: Added blue accent border on focus
- Cursor: White cursor for better visibility
- Text Color: Bold white labels
- LabelFrame Headers: Bright cyan (
#00d4ff) - Font: Bold Arial for better readability
- Better contrast ratios
- Solid borders for definition
- Focus indicators with blue accents
- Professional dark theme consistency
- ✅ 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! 📊