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
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to