Mousepad development
Nick Schermer
nickschermer at gmail.com
Thu Feb 4 20:42:39 CET 2010
On Thu, Feb 4, 2010 at 8:11 PM, Alexander Matveyev
<a.s.matveyev at gmail.com> wrote:
> I like it :) How can I help?
> In Bugzilla I've seen several requests for colours support in
> Mousepad. Some peaple prefere to choose colours of font and background
> manually without affecting other gtk-based applications.
That 'automatically' works when working with gobjects. Put this in
your .gtkrc-2.0 and see:
style "mousepad-view-style"
{
text[NORMAL] = "#00ff00"
base[NORMAL] = "#000000"
GtkWidget::cursor-color = "#ff0000"
}
class "MousepadView" style "mousepad-view-style"
Nick
More information about the Xfce4-dev
mailing list