~skellat/+junk/shimmer-themes

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-02-05 22:48:30 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20120205224830-2xcw5f6gm51t4tci
Tags: 1.1-0ubuntu1
Initial release, split Shimmer Project themes from murrine-themes
(Albatross [a4c586d], Bluebird [2713c7e], Greybird [7915c3e]).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "terminal"
 
2
{
 
3
        bg[NORMAL]      = @bg_color
 
4
        bg[ACTIVE]      = @bg_color
 
5
        bg[PRELIGHT]    = @bg_color
 
6
        bg[SELECTED]    = @bg_color
 
7
        base[NORMAL]    = @bg_color
 
8
}
 
9
 
 
10
style "terminal-scrollbar"
 
11
{
 
12
        base[NORMAL]    = @bg_color
 
13
        bg[NORMAL]      = @bg_color
 
14
        bg[PRELIGHT]    = shade(0.95,@bg_color)
 
15
        engine "murrine" {
 
16
                gradient_shades                 = {0.85,0.85,0.85,0.85}
 
17
                colorize_scrollbar              = FALSE
 
18
                glow_shade                      = 1.0
 
19
                trough_shades                   = { 0.975, 0.975 } # make the trough  #CECECE (@bg_color)
 
20
                trough_border_shades            = { 1.03, 1.03 } # make the trough #CECECE
 
21
                border_shades                   = { 0.75, 0.75 }
 
22
                contrast                        = 0.0
 
23
        }
 
24
}
 
25
 
 
26
style "terminal-notebook" = "murrine-dark"
 
27
{
 
28
        bg[NORMAL]      = @bg_color # Tab background.
 
29
        bg[ACTIVE]      = shade (0.7, @bg_color) # Unfocused tab background.
 
30
        bg[PRELIGHT]    = shade (0.1, @selected_fg_color)
 
31
        base[NORMAL]    = @text_color
 
32
        engine "murrine"
 
33
        {
 
34
                highlight_shade     = 1.08
 
35
                roundness       = 3
 
36
                contrast        = 0.0
 
37
                
 
38
                
 
39
                ## things that don't work:
 
40
                #glow_shade     = 0.8
 
41
                #glowstyle           = 2
 
42
                #focusstyle         = 3
 
43
                #glazestyle          = 3
 
44
                #border_shades  = { 0.45, 2.5 }
 
45
                #prelight_shade = 1.5
 
46
        }
 
47
}
 
48
 
 
49
class "*TerminalWindow"                         style "terminal"
 
50
widget_class "TerminalWindow*GtkNotebook"                       style "terminal-notebook"
 
51
widget "*TerminalWindow.*.GtkVScrollbar"                style "terminal-scrollbar"
 
 
b'\\ No newline at end of file'