On 2019-01-01 4:00 p.m., Carlos Arigós wrote:
> I want to change the dark gray of the interface, for a lighter gray

Then modify the CSS.
For linux it is in ~/.config/darktable/darktable.css

I have...

@define-color bg_color #212121;
@define-color plugin_bg_color #252525;
@define-color fg_color #cacaca;
@define-color base_color #fafaaa;
@define-color text_color #3C3C3C;
@define-color selected_bg_color #0D4ED1;  /* was #353535; */
@define-color selected_fg_color #e2e2e2;
@define-color tooltip_bg_color #000000;
@define-color tooltip_fg_color #ffffff;
@define-color really_dark_bg_color #00A; /* was #111; */
@define-color darkroom_bg_color #2199CC; /* was #333333;*/

and


* {
  font: Sans 10;
  color: @fg_color;
  background-color: @bg_color;
  border-color: #008080;  /* was #111111; */
  text-shadow:none;
/*  margin: 0; */ /* this makes scroll bars super wide. */
  padding: 0;
  background-image: none;
}


It helps to have a colour chart, but you can find those n the 'Net

____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to