/* Poner tema: Darktable-elegant-highcontrast */ /* Incorpore las modificaciones al tema CSS aquí. */ @define-color header_color shade(@plugin_bg_color, 0.7); @define-color active_module_icon_fg #00ff00; /* #9FE2BF; */ @define-color active_module_icon_fg_hover #9FE2BF; /* Shape and border of module headers. */ #left #module-header, #right #module-header, #right #basics-header-box { background-color: @header_color; border-radius: 0px; margin: 0px; padding: 4px; } #left #module-header { border-top-right-radius: 10px; } #right #module-header, #right #basics-header-box { border-top-left-radius: 10px; } /* Remove the 1px light gray border between widgets in the quick settings. */ #basics-box-labels widget { border: 0px; } /* Make active modules stand out a bit more. */ #right #module-header > button:first-child:checked, #right #basics-header-box > button:first-child:checked { color: @active_module_icon_fg; } #right #module-header > button:first-child:hover, #right #basics-header-box > button:first-child:hover { background-color: black; } /* Special handling for "module order". */ #right > box:last-child #module-header { background-color: @bg_color; border-radius: 0px; margin-right: 0.9em; } /* ------------------------------------------------------------------------ */ #basics-box-labels widget { border-top: None; } #iop-expander, #basics-header-box { background-color: #444; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; margin-left: 4px; margin-right: 4px; } #iop-expander { margin-top: 2px; margin-bottom: 2px; } #right #plugins_vbox_left { background-color: @plugin_bg_color; } #blending-wrapper { border-left: 3px solid @field_active_bg; border-right: 3px solid @field_active_bg; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } /* GTK Buttons and tabs */ @define-color button_border @grey_18; @define-color button_fg alpha(@grey_60, 0.8); /* colores para @define-color button_fg: naranja #ff8b00 rojo #ff0000 marrón #800000 */ @define-color button_fg #ff0000;