Before Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 258 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 1.6 KiB |
@ -1,81 +0,0 @@
|
|||||||
/* 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 1px shade (@dark_bg_color, 1.08);
|
|
||||||
}
|
|
||||||
|
|
||||||
WnckPager, WnckTasklist {
|
|
||||||
background-color: @dark_bg_color;
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
/* gnome-terminal */
|
|
||||||
TerminalScreen {
|
|
||||||
-TerminalScreen-background-darkness: 0.95;
|
|
||||||
background-color: #300a24;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
@ -1,151 +0,0 @@
|
|||||||
@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: 1px 1px 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 1px shade (@cluebar_color, 1.06);
|
|
||||||
}
|
|
||||||
|
|
||||||
.nautilus-cluebar-label:backdrop {
|
|
||||||
color: mix (@fg_color, @cluebar_color, 0.2);
|
|
||||||
text-shadow: 0 1px 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 1px 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 1px shade (@dark_bg_color, 1.02);
|
|
||||||
}
|
|
||||||
|
|
||||||
NautilusWindow .sidebar row:selected {
|
|
||||||
color: @selected_fg_color;
|
|
||||||
text-shadow: 0 -1px 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 1px 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);
|
|
||||||
}
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
|||||||
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 1px 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: 748 B |
After Width: | Height: | Size: 909 B |
After Width: | Height: | Size: 799 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 909 B |
After Width: | Height: | Size: 713 B |
After Width: | Height: | Size: 611 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 468 B |
After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 301 B |
After Width: | Height: | Size: 499 B |
After Width: | Height: | Size: 599 B |
After Width: | Height: | Size: 544 B |
After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 639 B |
After Width: | Height: | Size: 753 B |
After Width: | Height: | Size: 698 B |
After Width: | Height: | Size: 498 B |
After Width: | Height: | Size: 295 B |
After Width: | Height: | Size: 299 B |
After Width: | Height: | Size: 445 B |
After Width: | Height: | Size: 531 B |
After Width: | Height: | Size: 599 B |
After Width: | Height: | Size: 361 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 357 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 675 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 285 B |
After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 497 B |
After Width: | Height: | Size: 598 B |
After Width: | Height: | Size: 528 B |
After Width: | Height: | Size: 524 B |
After Width: | Height: | Size: 304 B |
After Width: | Height: | Size: 355 B |
After Width: | Height: | Size: 554 B |
After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 609 B |
After Width: | Height: | Size: 495 B |
After Width: | Height: | Size: 323 B |
After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 455 B |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 598 B |
After Width: | Height: | Size: 769 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 403 B |
After Width: | Height: | Size: 934 B |
After Width: | Height: | Size: 848 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1010 B |
After Width: | Height: | Size: 459 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 934 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 488 B |
After Width: | Height: | Size: 642 B |
After Width: | Height: | Size: 858 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 91 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 473 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 306 B |