~unity-team/light-themes/light-themes.add_dialog_style_v2

« back to all changes in this revision

Viewing changes to Ambiance-maverick-beta-dark/gtk-2.0/apps/gnome-terminal.rc

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-08-26 14:06:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100826140605-758w4fbi4t369xyj
Tags: 0.1.7
* New version
  - Updated for maverick
  - Dropped the -maverick-beta themes and use the default names
* debian/source/format
  - Specify source format
* debian/control
  - Bump standards version to 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ==============================================================================
2
 
# GNOME TERMINAL SPECIFIC SETTINGS
3
 
# ==============================================================================
4
 
 
5
 
style "terminal_menubar"
6
 
{
7
 
        engine "murrine" {
8
 
        }
9
 
}
10
 
 
11
 
style "terminal_notebook"
12
 
{
13
 
        engine "murrine" {
14
 
                contrast = 1.0
15
 
        }
16
 
}
17
 
 
18
 
style "terminal_scrollbar" = "scrollbar"
19
 
{
20
 
        engine "murrine" {
21
 
        }
22
 
}
23
 
 
24
 
style "terminal_screen"
25
 
{
26
 
        text[NORMAL] = "#ffffff"
27
 
        base[NORMAL] = "#300a24"
28
 
 
29
 
        TerminalScreen::background-darkness = 0.95
30
 
}
31
 
 
32
 
#widget "*TerminalWindow*"                               style "terminal_window"
33
 
#widget "*TerminalWindow.*.*enu?ar"                     style "terminal_menubar"
34
 
widget "*TerminalWindow.*.GtkNotebook*"                 style "terminal_notebook"
35
 
#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
36
 
#widget "*TerminalWindow.*.GtkNotebook*utton*"           style "terminal_button"
37
 
widget "*TerminalWindow.*.TerminalScreen*"              style "terminal_screen"
38
 
 
39
 
 
40
 
 
41
 
 
42