Tweak pantheon panel and terminal and made popover dark
parent
706d6bdba6
commit
19141acebb
|
@ -80,10 +80,6 @@ WnckPager, WnckTasklist {
|
||||||
/************
|
/************
|
||||||
* nautilus *
|
* nautilus *
|
||||||
************/
|
************/
|
||||||
.nautilus-canvas-item {
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nautilus-desktop.nautilus-canvas-item {
|
.nautilus-desktop.nautilus-canvas-item {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 1px 1px black;
|
text-shadow: 1px 1px black;
|
||||||
|
|
|
@ -556,6 +556,13 @@ GraniteWidgetsPopOver *.separator {
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/************
|
||||||
|
* terminal *
|
||||||
|
************/
|
||||||
|
PantheonTerminalPantheonTerminalWindow.background {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
* noise *
|
* noise *
|
||||||
*********/
|
*********/
|
||||||
|
@ -634,37 +641,37 @@ BirdieWidgetsTweetList * {
|
||||||
|
|
||||||
/*********
|
/*********
|
||||||
* panel *
|
* panel *
|
||||||
*********/
|
*********/
|
||||||
.panel {
|
.panel {
|
||||||
background-color: @panel_bg_color;
|
|
||||||
background-image: none;
|
|
||||||
color: @panel_fg_color;
|
|
||||||
font: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel .menubar .menuitem {
|
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.shadow {
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom,
|
color: white;
|
||||||
rgba(0, 0, 0, 0.3),
|
font-weight: bold;
|
||||||
transparent
|
text-shadow: 0 1px 2px alpha (black, 0.5);
|
||||||
);
|
icon-shadow: 0 1px 2px alpha (black, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.composited-indicator,
|
.panel .menu .menuitem {
|
||||||
.wingpanel-app-button,
|
font-weight: normal;
|
||||||
.wingpanel-indicator-button {
|
}
|
||||||
|
|
||||||
|
.panel-shadow {
|
||||||
|
background-image: none;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-app-button {
|
||||||
|
-GtkMenuItem-horizontal-padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.composited-indicator {
|
||||||
|
background-color: transparent;
|
||||||
|
color: white;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
color: @osd_fg;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.composited-indicator.menuitem:active,
|
.composited-indicator.menuitem:active,
|
||||||
.composited-indicator.menuitem:prelight {
|
.composited-indicator.menuitem:prelight {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1127,12 +1127,12 @@ GtkPopover {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@menu_bg_color, 0.8);
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
background-color: @theme_bg_color;
|
background-color: @menu_bg_color;
|
||||||
color: @theme_fg_color;
|
color: @menu_fg_color;
|
||||||
box-shadow: 0 2px 3px alpha(black, 0.5);
|
box-shadow: 0 2px 3px alpha(black, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1160,13 +1160,13 @@ GtkPopover.osd > .toolbar .button {
|
||||||
GtkPopover .separator {
|
GtkPopover .separator {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: alpha(currentColor, 0.5);
|
color: alpha(currentColor, 0.1);
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuitem.button {
|
.menuitem.button {
|
||||||
color: @theme_fg_color;
|
color: @menu_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuitem.button,
|
.menuitem.button,
|
||||||
|
@ -1178,7 +1178,7 @@ GtkPopover .separator {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: @theme_fg_color;
|
color: @menu_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuitem.button:active:hover,
|
.menuitem.button:active:hover,
|
||||||
|
@ -1191,9 +1191,8 @@ GtkPopover .separator {
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkModelButton.button
|
GtkModelButton.button {
|
||||||
{
|
color: @menu_fg_color;
|
||||||
color: @theme_fg_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkModelButton.button:active,
|
GtkModelButton.button:active,
|
||||||
|
@ -1235,6 +1234,7 @@ GtkModelButton.button:selected {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
|
@ -1250,7 +1250,7 @@ GtkModelButton.button:selected {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
|
|
||||||
-GtkNotebook-initial-gap: 10;
|
-GtkNotebook-initial-gap: 0;
|
||||||
-GtkNotebook-arrow-spacing: 5;
|
-GtkNotebook-arrow-spacing: 5;
|
||||||
-GtkNotebook-tab-curvature: 0;
|
-GtkNotebook-tab-curvature: 0;
|
||||||
-GtkNotebook-tab-overlap: 1;
|
-GtkNotebook-tab-overlap: 1;
|
||||||
|
|
Loading…
Reference in New Issue