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 GtkMenu :insensitive
{
42 background-color: rgba
(0,0,0,0); /* transparent */
55 #statusbar > GtkEventBox
{
56 background-image: none
;
57 background-color: white
;
60 #statusbar > GtkEventBox
.entry
{
61 background-image: none
;
62 background-color: rgba
(0, 0, 0, 0);
67 background-image: none
;
68 background-color: @red
;
73 background-image: none
;
74 background-color: @yellow
;
79 background-image: none
;
80 background-color: @green
;
85 background-image: none
;
86 background-color: @blue
;
91 .entry:selected#yellow
,
92 .entry:selected#green
,
95 .entry
.progressbar#red
,
96 .entry
.progressbar#yellow
,
97 .entry
.progressbar#green
,
98 .entry
.progressbar#blue
,
99 #statusbar .entry:selected
,
100 #statusbar .entry:selected#red
,
101 #statusbar .entry:selected#yellow
,
102 #statusbar .entry:selected#green
,
103 #statusbar .entry:selected#blue
,
104 #statusbar .entry
.progressbar
,
105 #statusbar .entry
.progressbar#red
,
106 #statusbar .entry
.progressbar#yellow
,
107 #statusbar .entry
.progressbar#green
,
108 #statusbar .entry
.progressbar#blue
{
109 background-image: none
;
110 background-color: @selected_bg_color
;
111 color: @selected_fg_color
;
128 background-color: shade
(@bg_color
, 0.85);
133 .notebook tab:active {
134 background-color: @bg_color
;
137 GtkScrollbar#hidden
{
139 -GtkRange-slider-width: 0px;
140 -GtkRange-trough-border: 0px;
146 background-color: @ct_separator
;
150 background-color: @ct_bg
;
153 #compact_tab GtkLabel
{
154 -GtkLabel-width-chars: 1;
159 #compact_tab GtkLabel#active
{