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: 0;
31 -GtkWidget-line-width: 0;
36 -GtkWidget-focus-padding: 0;
37 -GtkWidget-line-width: 0;
41 background-color: rgba
(0,0,0,0); /* transparent */
54 #statusbar > GtkEventBox
{
55 background-image: none
;
56 background-color: white
;
59 #statusbar > GtkEventBox
.entry
{
60 background-image: none
;
61 background-color: rgba
(0, 0, 0, 0);
66 background-image: none
;
67 background-color: @red
;
72 background-image: none
;
73 background-color: @yellow
;
78 background-image: none
;
79 background-color: @green
;
84 background-image: none
;
85 background-color: @blue
;
90 .entry:selected#yellow
,
91 .entry:selected#green
,
94 .entry
.progressbar#red
,
95 .entry
.progressbar#yellow
,
96 .entry
.progressbar#green
,
97 .entry
.progressbar#blue
,
98 #statusbar .entry:selected
,
99 #statusbar .entry:selected#red
,
100 #statusbar .entry:selected#yellow
,
101 #statusbar .entry:selected#green
,
102 #statusbar .entry:selected#blue
,
103 #statusbar .entry
.progressbar
,
104 #statusbar .entry
.progressbar#red
,
105 #statusbar .entry
.progressbar#yellow
,
106 #statusbar .entry
.progressbar#green
,
107 #statusbar .entry
.progressbar#blue
{
108 background-image: none
;
109 background-color: @selected_bg_color
;
110 color: @selected_fg_color
;
127 background-color: shade
(@bg_color
, 0.85);
132 .notebook tab:active {
133 background-color: @bg_color
;
136 GtkScrollbar#hidden
{
138 -GtkRange-slider-width: 0px;
139 -GtkRange-trough-border: 0px;
145 background-color: @ct_separator
;
149 background-color: @ct_bg
;
152 #compact_tab GtkLabel
{
153 -GtkLabel-width-chars: 1;
158 #compact_tab GtkLabel#active
{