Skip to content

Instantly share code, notes, and snippets.

@alensiljak
Last active August 4, 2020 02:25
Show Gist options
  • Save alensiljak/15ea50fee571865ca9efd8c5437a1713 to your computer and use it in GitHub Desktop.
Save alensiljak/15ea50fee571865ca9efd8c5437a1713 to your computer and use it in GitHub Desktop.
GnuCash Register customization for a dark theme
/*
These register customizations go well with a dark GTK3 theme
*/
cursor entry {
color: orange;
}
*.register-cursor {
color: blanchedalmond;
}
@eduncan911
Copy link

On linux, this goes into ~/.config/gnucash/gtk-3.0.css (and yes, it needs to be named that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment