~cimi/light-themes/ambiance-gtk3-unico

« back to all changes in this revision

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

  • Committer: jws141 at gmail
  • Date: 2011-03-22 02:08:39 UTC
  • mfrom: (51.2.2 dark-terminal)
  • Revision ID: jws141@gmail.com-20110322020839-y429fuz21urslhum
[Andrea Cimitan]
* Ambiance/apps/gnome-terminal.rc
  - Add dark-terminal theming to tweak resize grip 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# GNOME TERMINAL SPECIFIC SETTINGS
3
3
# ==============================================================================
4
4
 
 
5
style "terminal_window" = "dark" {
 
6
}
 
7
 
5
8
style "terminal_menubar"
6
9
{
7
10
        engine "murrine" {
8
11
        }
9
12
}
10
13
 
11
 
style "terminal_notebook"
 
14
style "terminal_notebook" = "dark"
12
15
{
 
16
        fg[ACTIVE] = mix (0.8, "#dfdbd2", "#3c3b37")
 
17
 
13
18
        engine "murrine" {
14
 
                contrast = 1.0
15
19
        }
16
20
}
17
21
 
18
22
style "terminal_scrollbar" = "scrollbar"
19
23
{
 
24
        bg[NORMAL]        = "#3c3b37"
 
25
        bg[PRELIGHT]      = shade(1.08, "#3c3b37")
 
26
        bg[ACTIVE]        = shade(0.94, "#3c3b37")
 
27
        bg[SELECTED]      = shade(1.0, @selected_bg_color)
 
28
        bg[INSENSITIVE]   = "#3c3b37"
 
29
 
20
30
        engine "murrine" {
21
31
        }
22
32
}
29
39
        TerminalScreen::background-darkness = 0.95
30
40
}
31
41
 
32
 
#widget "*TerminalWindow*"                               style "terminal_window"
 
42
widget "*TerminalWindow*"                               style "terminal_window"
33
43
#widget "*TerminalWindow.*.*enu?ar"                     style "terminal_menubar"
34
44
widget "*TerminalWindow.*.GtkNotebook*"                 style "terminal_notebook"
35
 
#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
 
45
widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
36
46
#widget "*TerminalWindow.*.GtkNotebook*utton*"           style "terminal_button"
37
47
widget "*TerminalWindow.*.TerminalScreen*"              style "terminal_screen"
38
48