[GNC-dev] Report stylesheets are broken in git 3.8b-169-gb9d625d25+(2020-02-28)

Richard Ullger rullger at gmail.com
Sat Feb 29 18:06:36 EST 2020


On 29/02/2020 00:26, Christopher Lam wrote:
> This may be caused by some recent changes to html-fonts when the gtk
> theme is dark. Tell us what theme you're using?
> 

I'm using kde plasma with the breeze-dark theme and krita dark colour
scheme. GTK theme is breeze dark.

Gnucash doesn't adhere to the theme colours so I have the following css
in the gnucash gtk-3.0-css...

.header-color {
  background-color: #363636;
  color: #c8c8c8;
}

.primary-color {
  background-color: #383838;
}

.primary-color:disabled {
  background-color: #383838;
}

.secondary-color {
  background-color: #323232;
}

.secondary-color:disabled {
  background-color: #323232;
}

.split-color {
  background-color: #474747;
}

.split-color:disabled {
  background-color: #53728e;
}

.cursor-color {
  background-color: #383838;
  color: #c8c8c8;
}

cursor entry {
  background-color: #383838;
  color: #c8c8c8;
}



More information about the gnucash-devel mailing list