@ -0,0 +1,81 @@
|
||||
/* Fallback Mode Panel */
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.15)),
|
||||
to (shade (@dark_bg_color, 0.95)));
|
||||
|
||||
color: @dark_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.15)),
|
||||
to (shade (@dark_bg_color, 0.95)));
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
background-color: @dark_bg_color;
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.15)),
|
||||
to (shade (@dark_bg_color, 0.95)));
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.15)),
|
||||
to (shade (@dark_bg_color, 0.95)));
|
||||
border-color: shade (@dark_bg_color, 0.9);
|
||||
border-radius: 0;
|
||||
border-width: 0 1px 0 1px;
|
||||
|
||||
text-shadow: none;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
-unico-glow-radius: 0;
|
||||
-unico-inner-stroke-width: 0px;
|
||||
-unico-outer-stroke-width: 0px;
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight:active,
|
||||
PanelApplet .button:active {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 0.7)),
|
||||
to (shade (@dark_bg_color, 0.8)));
|
||||
border-color: shade (@dark_bg_color, 0.9);
|
||||
border-radius: 0;
|
||||
border-width: 0 1px 0 1px;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
-unico-glow-radius: 0;
|
||||
-unico-inner-stroke-width: 0;
|
||||
-unico-outer-stroke-width: 0;
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.2)),
|
||||
to (shade (@dark_bg_color, 1.0)));
|
||||
border-color: shade (@dark_bg_color, 0.9);
|
||||
border-radius: 0;
|
||||
border-width: 0 1px 0 1px;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
-unico-glow-radius: 0;
|
||||
-unico-inner-stroke-width: 0;
|
||||
-unico-outer-stroke-width: 0;
|
||||
}
|
||||
|
||||
ClockBox {
|
||||
text-shadow: 0 1 shade (@dark_bg_color, 1.08);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @dark_bg_color;
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
/* gnome-terminal */
|
||||
TerminalScreen {
|
||||
-TerminalScreen-background-darkness: 0.95;
|
||||
background-color: #300a24;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -0,0 +1,151 @@
|
||||
@define-color cluebar_color shade (mix (@bg_color, @base_color, 0.5), 0.95);
|
||||
|
||||
NautilusWindow * {
|
||||
-GtkPaned-handle-size: 1;
|
||||
}
|
||||
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* desktop mode */
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: @bg_color;
|
||||
text-shadow: 1 1 alpha (#000000, 0.8);
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
background-image: none;
|
||||
background-color: alpha (@bg_color, 0.84);
|
||||
|
||||
color: @fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
background-image: none;
|
||||
background-color: alpha (@selected_bg_color, 0.84);
|
||||
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* browser window */
|
||||
NautilusTrashBar.info,
|
||||
NautilusXContentBar.info,
|
||||
NautilusSearchBar.info,
|
||||
NautilusQueryEditor.info {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@cluebar_color, 1.02)),
|
||||
to (shade (@cluebar_color, 0.98)));
|
||||
background-color: @cluebar_color;
|
||||
border-bottom-color: shade (@cluebar_color, 0.92);
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-width: 0px 0px 1px 0px;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@cluebar_color, 1.04)),
|
||||
to (shade (@cluebar_color, 1.01)));
|
||||
}
|
||||
|
||||
NautilusTrashBar.info:backdrop,
|
||||
NautilusXContentBar.info:backdrop,
|
||||
NautilusSearchBar.info:backdrop,
|
||||
NautilusQueryEditor.info:backdrop {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@cluebar_color, 1.01)),
|
||||
to (shade (@cluebar_color, 0.99)));
|
||||
background-color: @cluebar_color;
|
||||
border-bottom-color: shade (@cluebar_color, 0.92);
|
||||
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@cluebar_color, 1.02)),
|
||||
to (shade (@cluebar_color, 1.0)));
|
||||
}
|
||||
|
||||
NautilusSearchBar .entry {
|
||||
}
|
||||
|
||||
.nautilus-cluebar-label {
|
||||
font: bold;
|
||||
text-shadow: 0 1 shade (@cluebar_color, 1.06);
|
||||
}
|
||||
|
||||
.nautilus-cluebar-label:backdrop {
|
||||
color: mix (@fg_color, @cluebar_color, 0.2);
|
||||
text-shadow: 0 1 shade (@cluebar_color, 1.02);
|
||||
}
|
||||
|
||||
#nautilus-search-button *:active,
|
||||
#nautilus-search-button *:active:prelight {
|
||||
color: @dark_fg_color;
|
||||
}
|
||||
|
||||
NautilusFloatingBar {
|
||||
background-color: @info_bg_color;
|
||||
border-radius: 3px 3px 0 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: darker (@info_bg_color);
|
||||
|
||||
-unico-border-gradient: none;
|
||||
}
|
||||
|
||||
NautilusFloatingBar .button {
|
||||
-GtkButton-image-spacing: 0;
|
||||
-GtkButton-inner-border: 0;
|
||||
}
|
||||
|
||||
/* sidebar */
|
||||
NautilusWindow .sidebar,
|
||||
NautilusWindow .sidebar .view {
|
||||
background-color: @dark_bg_color;
|
||||
|
||||
color: @fg_color;
|
||||
text-shadow: 0 1 shade (@dark_bg_color, 1.04);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar:backdrop,
|
||||
NautilusWindow .sidebar .view:backdrop {
|
||||
color: mix (@fg_color, @dark_bg_color, 0.2);
|
||||
text-shadow: 0 1 shade (@dark_bg_color, 1.02);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar row:selected {
|
||||
color: @selected_fg_color;
|
||||
text-shadow: 0 -1 shade (@selected_bg_color, 0.8);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar row:selected:backdrop {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 0.94)),
|
||||
to (shade (@dark_bg_color, 0.86)));
|
||||
border-top-color: shade (@dark_bg_color, 0.88);
|
||||
|
||||
color: @fg_color;
|
||||
text-shadow: 0 1 shade (@dark_bg_color, 0.96);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
}
|
||||
|
||||
NautilusWindow .pane-separator {
|
||||
background-color: shade (@dark_bg_color, 0.94);
|
||||
border-color: @dark_bg_color;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
-unico-inner-stroke-width: 0;
|
||||
}
|
||||
|
||||
NautilusWindow .pane-separator:backdrop {
|
||||
background-color: shade (@dark_bg_color, 0.98);
|
||||
}
|
||||
|
@ -0,0 +1,38 @@
|
||||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.3)),
|
||||
to (shade (@dark_bg_color, 1.0)));
|
||||
border-top-color: shade (@dark_bg_color, 1.4);
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
|
||||
-unico-border-gradient: none;
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 1px 1px 0 1px;
|
||||
|
||||
icon-shadow: 0 1 shade (@dark_bg_color, 1.06);
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
background-image: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.5)),
|
||||
to (shade (@dark_bg_color, 1.02)));
|
||||
|
||||
color: @fg_color;
|
||||
|
||||
-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 0.98)),
|
||||
to (shade (@dark_bg_color, 0.88)));
|
||||
-unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
|
||||
from (shade (@dark_bg_color, 1.6)),
|
||||
to (shade (@dark_bg_color, 1.06)));
|
||||
}
|
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 517 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 610 B |
After Width: | Height: | Size: 585 B |
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 468 B |
After Width: | Height: | Size: 429 B |
After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 298 B |