Last active
August 4, 2020 02:25
-
-
Save alensiljak/15ea50fee571865ca9efd8c5437a1713 to your computer and use it in GitHub Desktop.
GnuCash Register customization for a dark theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
These register customizations go well with a dark GTK3 theme | |
*/ | |
cursor entry { | |
color: orange; | |
} | |
*.register-cursor { | |
color: blanchedalmond; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On linux, this goes into
~/.config/gnucash/gtk-3.0.css
(and yes, it needs to be named that)