:: Re: [DNG] OT: Changing xfce4-termin…
Top Page
Delete this message
Reply to this message
Author: Gonzalo Pérez de Olaguer Córdoba
Date:  
To: dng
Subject: Re: [DNG] OT: Changing xfce4-terminal window frame color
Hi, hal.

El Wed, 30 Jan 2019 06:53:33 -0600
hal <vmlinux@???> escribió:

> [...] How does one go about changing the colors without theming?


The X Window System provides a standard way to configure the widgets,
but I don't know if it respects it in any case or it depends on the
graphics library respecting those settings.

Here's what I have in ~/.Xresources:

<--- begin
! xterm settings

XTerm*reverseVideo: true
XTerm*utf8Title: true
! medium sized font by default
XTerm*initialFont: 4
! make Meta-key be Alt instead of Esc
XTerm*metaSendsEscape: true
<--- end

And here's what I have in ~/.gtkrc-2.0 to darken the selected tab
in the panel/tasklist under xfce:

<--- begin
style "modified_panel" = "default"
{
        bg[ACTIVE] = "#a0a0a0"
}


widget_class "*Panel*" style "modified_panel"
class "*Panel*" style "modified_panel"
<--- end

I hope this helps you to get some ideas.
Salo.


-- 
   Gonzalo Pérez de Olaguer Córdoba       salo@???
  -=- buscando empleo desde 1988 -=-       www.gpoc.es 


PGP: 3F87 CCE7 8B35 8C06 E637 2D57 5723 9984 718C A614