2 * Copyright (c) 2012 Josh Rickmar <jrick@devio.us>
4 * Permission to use, copy, modify, and distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 @define-color red
#cc0000;
18 @define-color yellow
#ffff66;
19 @define-color green
#99ff66;
20 @define-color blue lightblue
;
21 @define-color ct_bg
#000000;
22 @define-color ct_inactive
#dddddd;
23 @define-color ct_active
#bbbb00;
24 @define-color ct_separator
#555555;
30 -GtkScrolledWindow-scrollbar-spacing: 1;
31 -GtkWidget-line-width: 1;
36 -GtkWidget-focus-padding: 0;
37 -GtkWidget-line-width: 0;
40 #statusbar > GtkEventBox
{
41 background-image: none
;
42 background-color: white
;
45 #statusbar > GtkEventBox
.entry
{
46 background-image: none
;
47 background-color: rgba
(0, 0, 0, 0);
52 background-image: none
;
53 background-color: @red
;
58 background-image: none
;
59 background-color: @yellow
;
64 background-image: none
;
65 background-color: @green
;
70 background-image: none
;
71 background-color: @blue
;
76 .entry:selected#yellow
,
77 .entry:selected#green
,
80 .entry
.progressbar#red
,
81 .entry
.progressbar#yellow
,
82 .entry
.progressbar#green
,
83 .entry
.progressbar#blue
,
84 #statusbar .entry:selected
,
85 #statusbar .entry:selected#red
,
86 #statusbar .entry:selected#yellow
,
87 #statusbar .entry:selected#green
,
88 #statusbar .entry:selected#blue
,
89 #statusbar .entry
.progressbar
,
90 #statusbar .entry
.progressbar#red
,
91 #statusbar .entry
.progressbar#yellow
,
92 #statusbar .entry
.progressbar#green
,
93 #statusbar .entry
.progressbar#blue
{
94 background-color: shade
(@blue
, 0.70);
100 background-color: @ct_separator
;
104 background-color: @ct_bg
;
107 #compact_tab GtkLabel
{
108 -GtkLabel-width-chars: 1;
113 #compact_tab GtkLabel#active
{