[GNC] Surprised to like dark mode on Linux

Richard Ullger rullger at gmail.com
Wed Aug 19 12:56:15 EDT 2020


On 19/08/2020 16:29, boldstripe wrote:
.
.
> I would use this as my default (and may experiment further with it) but for
> one thing (so far): the text colors when an entry is highlighted make the
> entries difficult to read because of low contrast.

You could try playing with these css settings. Just substitute your own 
colours to suit.


/* Register cursor font setting */
gnc-id-cursor {
   background-color: #474747;
   color: #c4c6c8;
}

gnc-id-cursor entry {
   background-color: #474747;
   color: #c4c6c8;
}

/* Register selected line */
.gnc-class-user-register-cursor {
   background-color: #474747;
   color: #c4c6c8;
}

/* Register selected line splits */
.gnc-class-user-register-split {
   background-color: #474747;
}

Regards,

Richard


More information about the gnucash-user mailing list