G'dday,
I agree. My feeling is that, now we have the basic parameters, tiddling
around with the css file, in terms of degree of difficulty, doesn't begin
to challenge learning how to get the best out of Gnucash.
I attach my final GTK-3.0.css, which I first posted in draft form on 5th
August. This provides a light, airy theme (in contrast to GTI's dark
theme), thus establishing a suitable mood for bean-counting work.
No settings.ini is required, and any existing such file should be renamed.
Regards
Peter

On 13 August 2018 at 00:09, GT-I9070 H <[email protected]> wrote:

> Hi all,
>
> I almost have no problems and doubts with GnuCash, I know enough for what
> I need, so I can dedicate myself to the appearance of it.
>
> I'm attaching here my ini (Windows -> 
> C:\Users\"USER"\AppData\Local\gtk-3.0\settings.ini)
> and css (Windows -> C:\Users\"USER"\AppData\Roaming\GnuCash\gtk-3.0.css)
> files to stylize GnuCash for dark theme on Windows. This one is with colors
> and sizes exaggerated because it was necessary to identify the visual
> elements, adjust to your liking.
>
> To view this visual style, just copy these files to the address described
> above and close and open GnuCash.
>
> It's incomplete and error-prone, but it can stylize much of the CG and
> produce lovely visual effects and fix visual deficiencies.
>
> Here in this my attached css file is a synthesis of this thread and all my
> work with the help of colleagues here.
>
> I hope it will be useful to you, I would be satisfied only with thanks.
>
> And we are also looking forward to seeing the updated stylized css of
> Adrien and Peter.
>
> It would be a good idea if everyone posted their css here or somewhere
> more appropriate so we could appreciate them.
>
> Here is the first GnuCash css styler file, ENJOY!
>
>
> Regards
> GTI
>
/* This is an example GTK CSS file that can be used with Gnucash.
   Simply copy this file to the location specified below according
   to your platform and then restart gnucash.

  - Windows: CSIDL_APPDATA/GnuCash
    (or the default is users\%USERNAME%\AppData\Roaming\GnuCash)

  - OS X: $HOME/Application Support/GnuCash

  - Linux: $XDG_CONFIG_HOME/gnucash
    (or the default is $HOME/.config/gnucash)

  These settings are mainly to do with register colors and can be seen
  when the preference setting 'Register\Use GnuCash built-in color theme'
  is unset.

  Note: Widgets obtained from Glade files will not be addressable
  directly by name as these are not brought in when loaded, only
  the widget type can be configured unless they are named in code.
*/


/* Register sheet font setting */
sheet {
  font: 18px arial, sans-serif;
}

sheet calendar {
  font: 12px arial, sans-serif;
}

/* Register User Colors */
.header-color {
  background-color: darkblue;
  color: white;
}

.primary-color {
  background-color: lavender;
}

.primary-color:disabled {
  background-color: lavender;
}

.secondary-color {
  background-color: powderblue;
}

.secondary-color:disabled {
  background-color: lavender;
}

.split-color {
  background-color: lightblue;
}

.split-color:disabled {
  background-color: lavender;
}

.cursor-color {
  background-color: #00BFFF;
  color: white;
}

cursor entry {
  background-color: #00BFFF;
  color: black;
}


/* Dense Calendar Settings */
.calendar {
  border-color: white;
}

.calendar.header {
 background-color: darkblue;
 font: 12px arial, sans-serif; color: white;
}

.calendar.primary {
  background-color: lavender;
}

.calendar.secondary {
  background-color: powderblue;
}

.calendar.markers {
  background-color: indianred;
}

#dense-cal-popup treeview {
  background-color: lightcoral;
}
  notebook tab {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

notebook tab box {
  padding-top: 0px;
  padding-bottom: 0px;
  
}
_______________________________________________
gnucash-user mailing list
[email protected]
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