~ubuntu-branches/ubuntu/oneiric/xubuntu-artwork/oneiric

« back to all changes in this revision

Viewing changes to usr/share/themes/greybird/gtk-2.0/apps/terminal.rc

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-03-18 22:10:46 UTC
  • Revision ID: james.westby@ubuntu.com-20110318221046-xg1oe5qv5001r83v
Tags: 11.04.5
* Updated greybird to latest git (135856b) to get more bugfixes.
* usr/share/xfce4/backdrops:
  - xubuntu-bluebird-ws.png: dropped, wasn't used and takes space.
  - xubuntu-greybird.png: added, new default wallpaper for natty.
* var/lib/gdm/.gconf.defaults/%gconf-tree.xml: set the new wallpaper by
  default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "terminal"        = "murrine-dark"
 
2
{
 
3
        bg[NORMAL]      = @text_color
 
4
        bg[ACTIVE]      = @text_color
 
5
        bg[PRELIGHT]    = @text_color
 
6
        bg[SELECTED]    = @text_color
 
7
        
 
8
}
 
9
 
 
10
style "terminal-screen" = "murrine-dark"
 
11
{
 
12
        base[NORMAL]    = @text_color
 
13
        bg[NORMAL]      = @selected_fg_color
 
14
        bg[PRELIGHT]    = shade (0.7, @selected_fg_color)       
 
15
        TerminalScreen::background-darkness     = 0.75
 
16
}
 
17
 
 
18
style "terminal-scrollbar"
 
19
{
 
20
        bg[NORMAL]      = @selected_fg_color
 
21
        bg[PRELIGHT]    = shade (0.7, @selected_fg_color)
 
22
        
 
23
        engine "murrine" {
 
24
                gradient_shades                 = {0.65,0.65,0.65,0.65}
 
25
                trough_shades                   = { 0.1, 0.1}
 
26
                border_shades                   = { 0.1, 0.1}
 
27
                prelight_shade                  = 1.35
 
28
                contrast                        = 0.0
 
29
        }
 
30
}
 
31
 
 
32
widget "*TerminalWindow"                                style "terminal"
 
33
widget "*TerminalWindow.*.GtkVScrollbar"                style "terminal-scrollbar"
 
34
widget "*TerminalWindow.*.TerminalScreen*"              style "terminal-screen"
 
 
b'\\ No newline at end of file'