Re: [GNC] Changing colors and layout on 4.8

2021-12-11 Thread AC
Sent: Fri Dec 10 21:45:51 EST 2021 To: gnucash-u...@lists.gnucash.org Subject: Re: [GNC] Changing colors and layout on 4.8 Note too that there are some 'defined' register colors. The example CSS files linked from the wiki should at least illustrate these. (though I don't think there is much

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Adrien Monteleone
Ha! Thanks! (yes, that was indeed me.) Not certain if all of that still applies, but since it was focused on nodes and not id/class names, that is very likely. If anyone can add more insight or tips to that thread, please do! (on the wiki is even better!) Regards, Adrien On 12/10/21 9:42

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread D. via gnucash-user
: [GNC] Changing colors and layout on 4.8 Note too that there are some 'defined' register colors. The example CSS files linked from the wiki should at least illustrate these. (though I don't think there is much 'documentation' on them, their names should be self-explanatory) I'll dig into my own

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Adrien Monteleone
Note too that there are some 'defined' register colors. The example CSS files linked from the wiki should at least illustrate these. (though I don't think there is much 'documentation' on them, their names should be self-explanatory) I'll dig into my own CSS file to see if I adjusted that

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
The syntax is roughly the same which is fine but what I'm finding harder is identifying the appropriate selectors based on the output of the inspector is harder. I've gotten most of everything I wanted fixed except for the height of the register tabs. The inspector so far isn't showing me

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
, poorly understood, and frequently problematic, but it's still present. Paul -Original Message- From: gnucash-user On Behalf Of AC Sent: December 09, 2021 8:51 PM To: D. Cc: D. via gnucash-user Subject: Re: [GNC] Changing colors and layout on 4.8 Well I'm getting closer, just need to find

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread paul
-Original Message- From: gnucash-user On Behalf Of AC Sent: December 09, 2021 8:51 PM To: D. Cc: D. via gnucash-user Subject: Re: [GNC] Changing colors and layout on 4.8 Well I'm getting closer, just need to find more documentation. For example, when the window loses focus, the text all changes

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Adrien Monteleone
The wiki *should* warn about this, but be aware that GTK CSS and Web CSS are *not* the same thing. Thus rules, selectors, and properties won't necessarily translate from Web to GTK or even be available. But anyone familiar with Web CSS should be able to find their way around how to utilize the

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Adrien Monteleone
Thanks Geert. I figured WSL wouldn't work, but wasn't 100% sure. Good to know that the Inspector can indeed be run in Windows. Regards, Adrien On 12/10/21 3:30 AM, Geert Janssens wrote: Op vrijdag 10 december 2021 06:00:44 CET schreef Adrien Monteleone: The wiki has a 'file locations' map

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
On 2021-12-10 11:31, AC wrote: On 2021-12-10 11:16, Geert Janssens wrote: Op vrijdag 10 december 2021 19:35:02 CET schreef AC: Thanks Geert, that at leas would enable it but how do I bring up the inspector to use it?  The link to gnome.org only discusses using the inspector in a Linux

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
On 2021-12-10 11:16, Geert Janssens wrote: Op vrijdag 10 december 2021 19:35:02 CET schreef AC: Thanks Geert, that at leas would enable it but how do I bring up the inspector to use it? The link to gnome.org only discusses using the inspector in a Linux environment but it doesn't say how to

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Geert Janssens
Op vrijdag 10 december 2021 19:35:02 CET schreef AC: > Thanks Geert, that at leas would enable it but how do I bring up the > inspector to use it? The link to gnome.org only discusses using the > inspector in a Linux environment but it doesn't say how to bring it up > in a Windows environment. >

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
Thanks Geert, that at leas would enable it but how do I bring up the inspector to use it? The link to gnome.org only discusses using the inspector in a Linux environment but it doesn't say how to bring it up in a Windows environment. On 2021-12-10 01:30, Geert Janssens wrote: Op vrijdag 10

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread Geert Janssens
Op vrijdag 10 december 2021 06:00:44 CET schreef Adrien Monteleone: > The wiki has a 'file locations' map for each major OS. Be certain if you > are on Windows that you are following the map for the current version. > They changed at least from 2.x to 3.x, and may have been changed again. > (I

Re: [GNC] Changing colors and layout on 4.8

2021-12-10 Thread AC
To: GnuCash users group Subject: [GNC] Changing colors and layout on 4.8 Ok, finally got upgraded to 4.8, so far so good. A couple things I want to change if at all possible: First is the color schemes, I'd like to change the ledger to dark grays and also change the overall UI to have a darker

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread Adrien Monteleone
The wiki has a 'file locations' map for each major OS. Be certain if you are on Windows that you are following the map for the current version. They changed at least from 2.x to 3.x, and may have been changed again. (I don't use Windows, so can't advise, but it should be obvious in the Wiki)

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread Adrien Monteleone
uot;D." Cc: GnuCash users group Subject: Re: [GNC] Changing colors and layout on 4.8 I see information in the wiki on Gnucash 3.x because it changed to GTK3. Is it safe to assume that Gnucash 4 is still using GTK3 so the instructions would b

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread Adrien Monteleone
Yes, register colors are changeable, I've done so myself. The wiki and the linked example CSS files should document this already. Regards, Adrien On 12/9/21 7:08 PM, D. via gnucash-user wrote: Much of the interface (such as tab height) can be controlled through css. The colors in the

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread Ken Farley
in the list archives and on the wiki should help you. Original Message From: AC Sent: Thu Dec 09 19:01:05 EST 2021 To: GnuCash users group Subject: [GNC] Changing colors and layout on 4.8 Ok, finally got upgraded to 4.8, so far so good. A couple things I want to change

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread AC
uot;D." Cc: GnuCash users group Subject: Re: [GNC] Changing colors and layout on 4.8 I see information in the wiki on Gnucash 3.x because it changed to GTK3. Is it safe to assume that Gnucash 4 is still using GTK3 so the instructions would be the same? On 2021-12-09 17:08, D. wr

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread D. via gnucash-user
As far as I know, yes. Original Message From: AC Sent: Thu Dec 09 20:14:47 EST 2021 To: "D." Cc: GnuCash users group Subject: Re: [GNC] Changing colors and layout on 4.8 I see information in the wiki on Gnucash 3.x because it changed to GTK3. Is it safe

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread AC
To: GnuCash users group Subject: [GNC] Changing colors and layout on 4.8 Ok, finally got upgraded to 4.8, so far so good. A couple things I want to change if at all possible: First is the color schemes, I'd like to change the ledger to dark grays and also change the overall UI to have a darker

Re: [GNC] Changing colors and layout on 4.8

2021-12-09 Thread D. via gnucash-user
should help you. Original Message From: AC Sent: Thu Dec 09 19:01:05 EST 2021 To: GnuCash users group Subject: [GNC] Changing colors and layout on 4.8 Ok, finally got upgraded to 4.8, so far so good. A couple things I want to change if at all possible: First is the color

[GNC] Changing colors and layout on 4.8

2021-12-09 Thread AC
Ok, finally got upgraded to 4.8, so far so good. A couple things I want to change if at all possible: First is the color schemes, I'd like to change the ledger to dark grays and also change the overall UI to have a darker color if possible. The other thing I was hoping to do is reduce the