@@ -163,15 +163,15 @@ def launch_gpib_scanner():
163163
164164class RT_GUI_Passive :
165165 PROGRAM_VERSION = "3.1"
166- CLR_BG_DARK = '#2B3D4F '
167- CLR_HEADER = '#3A506B '
168- CLR_FG_LIGHT = '#EDF2F4 '
166+ CLR_BG_DARK = '#B8A392 '
167+ CLR_HEADER = '#E5DCD3 '
168+ CLR_FG_LIGHT = '#2C2825 '
169169 CLR_TEXT_DARK = '#1A1A1A'
170- CLR_ACCENT_GOLD = '#FFC107 '
171- CLR_ACCENT_GREEN = '#A7C957 '
172- CLR_ACCENT_RED = '#E74C3C '
173- CLR_CONSOLE_BG = '#1E2B38 '
174- CLR_GRAPH_BG = '#FFFFFF '
170+ CLR_ACCENT_GOLD = '#BA6B5E '
171+ CLR_ACCENT_GREEN = '#B68B6E '
172+ CLR_ACCENT_RED = '#BA6B5E '
173+ CLR_CONSOLE_BG = '#E5DCD3 '
174+ CLR_GRAPH_BG = '#F4EFEA '
175175 FONT_SIZE_BASE = 11
176176 FONT_BASE = ('Segoe UI' , FONT_SIZE_BASE )
177177 FONT_TITLE = ('Segoe UI' , FONT_SIZE_BASE + 2 , 'bold' )
@@ -211,7 +211,7 @@ def setup_styles(self):
211211 style .configure ('Header.TLabel' , background = self .CLR_HEADER )
212212 style .configure (
213213 'TEntry' ,
214- fieldbackground = '#4C566A ' ,
214+ fieldbackground = '#F4EFEA ' ,
215215 foreground = self .CLR_FG_LIGHT ,
216216 insertcolor = self .CLR_FG_LIGHT )
217217 style .configure (
@@ -244,21 +244,21 @@ def setup_styles(self):
244244 style .configure (
245245 'Browse.TButton' ,
246246 foreground = self .CLR_TEXT_DARK ,
247- background = '#8D99AE ' )
247+ background = '#BA6B5E ' )
248248 style .map (
249249 'Browse.TButton' , background = [
250250 ('active' , '#7C899E' ), ('hover' , '#7C899E' )])
251251 style .configure (
252252 'TLabelframe' ,
253253 background = self .CLR_HEADER ,
254- bordercolor = '#8D99AE ' )
254+ bordercolor = '#BA6B5E ' )
255255 # --- NEW: Style for Comboboxes to make them more visible ---
256256 style .configure (
257257 'TCombobox' ,
258- fieldbackground = '#4C566A ' ,
258+ fieldbackground = '#F4EFEA ' ,
259259 foreground = self .CLR_FG_LIGHT ,
260260 arrowcolor = self .CLR_FG_LIGHT ,
261- selectbackground = '#8D99AE ' ,
261+ selectbackground = '#BA6B5E ' ,
262262 selectforeground = self .CLR_FG_LIGHT )
263263 style .configure (
264264 'TLabelframe.Label' ,
0 commit comments