Various fixes
parent
2712fe8149
commit
36ef8f9a9f
|
@ -5,8 +5,8 @@ PanelWidget,
|
||||||
PanelApplet,
|
PanelApplet,
|
||||||
PanelToplevel {
|
PanelToplevel {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ PanelApplet {
|
||||||
|
|
||||||
PanelSeparator {
|
PanelSeparator {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,15 +29,14 @@ Panelpanel.panel.menuitem {
|
||||||
-Panelpanel-icon-visible: true;
|
-Panelpanel-icon-visible: true;
|
||||||
|
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelAppletFrame {
|
PanelAppletFrame {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @panel_bg_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelApplet .button {
|
PanelApplet .button {
|
||||||
|
@ -46,8 +45,8 @@ PanelApplet .button {
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-image: none;
|
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,25 +54,23 @@ PanelApplet .button:active {
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
|
||||||
background-image: none;
|
|
||||||
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
|
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
|
||||||
|
background-image: none;
|
||||||
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelApplet .button:prelight {
|
PanelApplet .button:prelight {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.13);
|
border-color: mix(@panel_bg_color, @theme_bg_color, 0.13);
|
||||||
background-image: none;
|
|
||||||
background-color: mix(@panel_bg_color, @theme_bg_color, 0.11);
|
background-color: mix(@panel_bg_color, @theme_bg_color, 0.11);
|
||||||
|
background-image: none;
|
||||||
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelApplet .button:active:prelight {
|
PanelApplet .button:active:prelight {
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.33);
|
border-color: mix(@panel_bg_color, @theme_bg_color, 0.33);
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.33);
|
|
||||||
background-image: none;
|
|
||||||
background-color: mix(@panel_bg_color, @theme_bg_color, 0.31);
|
background-color: mix(@panel_bg_color, @theme_bg_color, 0.31);
|
||||||
|
background-image: none;
|
||||||
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* dynamic notebooks *
|
* dynamic notebooks *
|
||||||
*********************/
|
*********************/
|
||||||
.dynamic-notebook {
|
.dynamic-notebook {
|
||||||
background-color: shade(@theme_bg_color, 1.02);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 1.02);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -61,15 +61,14 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-color:shade(@theme_bg_color, 1.08);
|
||||||
from (@theme_base_color),
|
color: @theme_fg_color;
|
||||||
to (shade(@theme_base_color, 0.97)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-view .entry {
|
.content-view .entry {
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-color: @theme_base_color;
|
||||||
from (shade(@theme_base_color, 0.97)),
|
background-image: none;
|
||||||
to (@theme_base_color));
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-view .title,
|
.content-view .title,
|
||||||
|
@ -92,13 +91,13 @@
|
||||||
|
|
||||||
.content-view .button:active,
|
.content-view .button:active,
|
||||||
.content-view .button:active:hover {
|
.content-view .button:active:hover {
|
||||||
background-color: alpha(@theme_bg_color, 0.5);
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
background-color: alpha(@theme_bg_color, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-view .button:insensitive {
|
.content-view .button:insensitive {
|
||||||
background-color: alpha(@theme_base_color, 0.0);
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
background-color: alpha(@theme_base_color, 0.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-view .help_button * {
|
.content-view .help_button * {
|
||||||
|
@ -110,9 +109,9 @@
|
||||||
border-width: 0 0 1px 0;
|
border-width: 0 0 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-image: none;
|
||||||
from (shade(@theme_bg_color, 0.96)),
|
background-color: @theme_bg_color;
|
||||||
to (shade(@theme_bg_color, 0.94)));
|
|
||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,10 +151,8 @@
|
||||||
*************/
|
*************/
|
||||||
GraniteWidgetsStatusBar {
|
GraniteWidgetsStatusBar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-color: @theme_bg_color;
|
||||||
from (shade(shade(@theme_bg_color, 1.02), 1.1)),
|
background-image: none;
|
||||||
to (shade(shade(@theme_bg_color, 1.02), 0.9)));
|
|
||||||
|
|
||||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,9 +174,8 @@ GraniteWidgetsPopOver {
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-color: @menu_bg_color;
|
||||||
from (shade(@menu_bg_color, 1.02)),
|
background-image: none;
|
||||||
to (shade(@menu_bg_color, 1.0)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view,
|
GraniteWidgetsPopOver .sidebar.view,
|
||||||
|
@ -202,10 +198,8 @@ GraniteWidgetsPopOver .button:hover:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
GraniteWidgetsPopOver .entry {
|
GraniteWidgetsPopOver .entry {
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
background-color: @theme_base_color;
|
||||||
from (shade(@theme_base_color, 0.97)),
|
background-image: none;
|
||||||
to (@theme_base_color));
|
|
||||||
|
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,10 +210,9 @@ GraniteWidgetsPopOver .entry {
|
||||||
|
|
||||||
.app:hover,
|
.app:hover,
|
||||||
.app:focus {
|
.app:focus {
|
||||||
background-image: -gtk-gradient(linear, left top, left bottom,
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
from (shade(@theme_selected_bg_color, 1.1)),
|
background-color: @theme_selected_bg_color;
|
||||||
to (shade(@theme_selected_bg_color, 0.9)));
|
background-image: none;
|
||||||
|
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -260,7 +253,7 @@ GraniteWidgetsPopOver .entry {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 5px;
|
border-radius: 2px;
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@ UnityPanelWidget,
|
||||||
border-width: 0 0 1px 0;
|
border-width: 0 0 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: @panel_bg_color;
|
border-color: @panel_bg_color;
|
||||||
background-image: none;
|
|
||||||
background-color: @panel_bg_color;
|
background-color: @panel_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ UnityPanelWidget,
|
||||||
.unity-panel.panel.menuitem:hover,
|
.unity-panel.panel.menuitem:hover,
|
||||||
.unity-panel.panel .menuitem *:hover {
|
.unity-panel.panel .menuitem *:hover {
|
||||||
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
|
||||||
background-image: none;
|
|
||||||
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
|
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
|
||||||
|
background-image: none;
|
||||||
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
color: mix(@panel_fg_color, @theme_base_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
|
@ -196,22 +196,22 @@ GtkAssistant .sidebar {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
border-color: shade(@theme_bg_color, 0.7);
|
border-color: shade(@theme_bg_color, 0.7);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.10);
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
|
background-image: none;
|
||||||
color: shade(@theme_fg_color, 0.7);
|
color: shade(@theme_fg_color, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:active {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.95);
|
background-color: shade(@theme_bg_color, 0.95);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active:hover,
|
.button:active:hover,
|
||||||
|
@ -227,14 +227,14 @@ GtkAssistant .sidebar {
|
||||||
|
|
||||||
.button:insensitive {
|
.button:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active:insensitive {
|
.button:active:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.75);
|
border-color: shade(@theme_bg_color, 0.75);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.80);
|
background-color: shade(@theme_bg_color, 0.80);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* default button */
|
/* default button */
|
||||||
|
@ -389,8 +389,8 @@ row:selected:focus {
|
||||||
border-width: 1px 0;
|
border-width: 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -423,13 +423,13 @@ column-header .button:active {
|
||||||
|
|
||||||
column-header .button {
|
column-header .button {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
column-header .button:hover {
|
column-header .button:hover {
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.10);
|
background-color: shade(@theme_bg_color, 1.10);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
column-header:last-child .button {
|
column-header:last-child .button {
|
||||||
|
@ -439,10 +439,15 @@ column-header:last-child .button {
|
||||||
/****************
|
/****************
|
||||||
* drawing area *
|
* drawing area *
|
||||||
****************/
|
****************/
|
||||||
|
|
||||||
GtkDrawingArea {
|
GtkDrawingArea {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkDrawingArea:insensitive {
|
||||||
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* gucharmap *
|
* gucharmap *
|
||||||
*************/
|
*************/
|
||||||
|
@ -529,8 +534,8 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -553,8 +558,8 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||||
.entry.progressbar {
|
.entry.progressbar {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -591,8 +596,8 @@ GtkIconView.view.cell:selected:focus {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -635,8 +640,8 @@ GtkInfoBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@info_bg_color, 0.90);
|
border-color: shade(@info_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @info_bg_color;
|
background-color: @info_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @info_fg_color;
|
color: @info_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -644,8 +649,8 @@ GtkInfoBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@warning_bg_color, 0.90);
|
border-color: shade(@warning_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @warning_bg_color;
|
background-color: @warning_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @warning_fg_color;
|
color: @warning_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -653,8 +658,8 @@ GtkInfoBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@question_bg_color, 0.90);
|
border-color: shade(@question_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @question_bg_color;
|
background-color: @question_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @question_fg_color;
|
color: @question_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -662,8 +667,8 @@ GtkInfoBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@error_bg_color, 0.90);
|
border-color: shade(@error_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @error_bg_color;
|
background-color: @error_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @error_fg_color;
|
color: @error_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -721,11 +726,11 @@ GtkInfoBar {
|
||||||
.floating-bar {
|
.floating-bar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@info_bg_color, 0.8);
|
border-color: alpha(@theme_selected_bg_color, 0.3);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
background-color: mix(@theme_base_color, @theme_selected_bg_color, 0.1);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: @info_bg_color;
|
color: alpha(@theme_selected_bg_color, 0.7);
|
||||||
color: @info_fg_color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.floating-bar.top {
|
.floating-bar.top {
|
||||||
|
@ -837,8 +842,8 @@ GtkComboBox .menu {
|
||||||
.menubar.menuitem:hover,
|
.menubar.menuitem:hover,
|
||||||
.menubar .menuitem:hover {
|
.menubar .menuitem:hover {
|
||||||
border-color: mix(@menubar_bg_color, @theme_bg_color, 0.23);
|
border-color: mix(@menubar_bg_color, @theme_bg_color, 0.23);
|
||||||
background-image: none;
|
|
||||||
background-color: mix(@menubar_bg_color, @theme_bg_color, 0.21);
|
background-color: mix(@menubar_bg_color, @theme_bg_color, 0.21);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar .menuitem *:hover {
|
.menubar .menuitem *:hover {
|
||||||
|
@ -869,8 +874,8 @@ GtkTreeMenu .menuitem * {
|
||||||
.menu .menuitem:hover {
|
.menu .menuitem:hover {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .menuitem:active,
|
.menu .menuitem:active,
|
||||||
|
@ -941,16 +946,16 @@ GtkTreeMenu .menuitem * {
|
||||||
|
|
||||||
.notebook tab {
|
.notebook tab {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-color: shade(@theme_bg_color, 0.90);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: shade(@theme_bg_color, 0.95);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active {
|
.notebook tab:active {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color:shade(@theme_bg_color, 1.08);
|
background-color:shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab GtkLabel {
|
.notebook tab GtkLabel {
|
||||||
|
@ -1019,13 +1024,13 @@ GtkProgressBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressbar.vertical {
|
.progressbar.vertical {
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trough,
|
.trough,
|
||||||
|
@ -1036,13 +1041,13 @@ GtkProgressBar {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trough.vertical {
|
.trough.vertical {
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* level bars as used for password quality or remaining power */
|
/* level bars as used for password quality or remaining power */
|
||||||
|
@ -1139,23 +1144,23 @@ GtkScale.vertical {
|
||||||
GtkScale.slider {
|
GtkScale.slider {
|
||||||
/* we will draw the border using box shadow for now */
|
/* we will draw the border using box shadow for now */
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.slider:insensitive {
|
GtkScale.slider:insensitive {
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.slider.vertical {
|
GtkScale.slider.vertical {
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.slider.vertical:insensitive {
|
GtkScale.slider.vertical:insensitive {
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.mark {
|
GtkScale.mark {
|
||||||
|
@ -1164,45 +1169,45 @@ GtkScale.mark {
|
||||||
|
|
||||||
GtkScale.trough {
|
GtkScale.trough {
|
||||||
margin: 7px 0;
|
margin: 7px 0;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: shade(@theme_bg_color, 0.95);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.trough.vertical {
|
GtkScale.trough.vertical {
|
||||||
margin: 0 7px;
|
margin: 0 7px;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: shade(@theme_bg_color, 0.95);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar .menuitem .scale.highlight.left,
|
.menubar .menuitem .scale.highlight.left,
|
||||||
.scale.highlight.left {
|
.scale.highlight.left {
|
||||||
border-color: @theme_selected_bg_color;
|
border-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scale.highlight.bottom {
|
.scale.highlight.bottom {
|
||||||
border-color: @theme_selected_bg_color;
|
border-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.trough:insensitive,
|
GtkScale.trough:insensitive,
|
||||||
.scale.highlight.left:insensitive {
|
.scale.highlight.left:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.90);
|
border-color: shade(@theme_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.trough.vertical:insensitive,
|
GtkScale.trough.vertical:insensitive,
|
||||||
.scale.highlight.bottom:insensitive {
|
.scale.highlight.bottom:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.90);
|
border-color: shade(@theme_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
|
@ -1217,8 +1222,8 @@ GtkScale.trough.vertical:insensitive,
|
||||||
.scrollbar.trough {
|
.scrollbar.trough {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar.button,
|
.scrollbar.button,
|
||||||
|
@ -1227,9 +1232,9 @@ GtkScale.trough.vertical:insensitive,
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: shade(@theme_bg_color, 0.6);
|
color: shade(@theme_bg_color, 0.6);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar.slider {
|
.scrollbar.slider {
|
||||||
|
@ -1540,34 +1545,34 @@ GtkSwitch {
|
||||||
GtkSwitch.slider {
|
GtkSwitch.slider {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkSwitch.slider:insensitive {
|
GtkSwitch.slider:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkSwitch.trough {
|
GtkSwitch.trough {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.95);
|
background-color: shade(@theme_bg_color, 0.95);
|
||||||
|
background-image: none;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkSwitch.trough:active {
|
GtkSwitch.trough:active {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkSwitch.trough:insensitive {
|
GtkSwitch.trough:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1585,8 +1590,8 @@ GtkTextView {
|
||||||
.toolbar {
|
.toolbar {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-image: none;
|
|
||||||
background-color: @toolbar_bg_color;
|
background-color: @toolbar_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* primary-toolbar */
|
/* primary-toolbar */
|
||||||
|
@ -1599,8 +1604,8 @@ GtkTextView {
|
||||||
border-width: 1px 0 1px 0;
|
border-width: 1px 0 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@toolbar_bg_color, 0.8);
|
border-color: shade(@toolbar_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: @toolbar_bg_color;
|
background-color: @toolbar_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @toolbar_fg_color;
|
color: @toolbar_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1620,24 +1625,24 @@ GtkTextView {
|
||||||
.primary-toolbar .raised.button,
|
.primary-toolbar .raised.button,
|
||||||
.toolbar .button {
|
.toolbar .button {
|
||||||
border-color: shade(@toolbar_bg_color, 0.8);
|
border-color: shade(@toolbar_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@toolbar_bg_color, 1.08);
|
background-color: shade(@toolbar_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
color: @toolbar_fg_color;
|
color: @toolbar_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:hover,
|
.primary-toolbar .button:hover,
|
||||||
.toolbar .button:hover {
|
.toolbar .button:hover {
|
||||||
border-color: shade(@toolbar_bg_color, 0.7);
|
border-color: shade(@toolbar_bg_color, 0.7);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@toolbar_bg_color, 1.10);
|
background-color: shade(@toolbar_bg_color, 1.10);
|
||||||
|
background-image: none;
|
||||||
color: shade(@toolbar_fg_color, 0.7);
|
color: shade(@toolbar_fg_color, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:active,
|
.primary-toolbar .button:active,
|
||||||
.toolbar .button:active {
|
.toolbar .button:active {
|
||||||
border-color: shade(@toolbar_bg_color, 0.8);
|
border-color: shade(@toolbar_bg_color, 0.8);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@toolbar_bg_color, 0.95);
|
background-color: shade(@toolbar_bg_color, 0.95);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:active:hover,
|
.primary-toolbar .button:active:hover,
|
||||||
|
@ -1649,15 +1654,15 @@ GtkTextView {
|
||||||
.primary-toolbar .button:insensitive,
|
.primary-toolbar .button:insensitive,
|
||||||
.toolbar .button:insensitive {
|
.toolbar .button:insensitive {
|
||||||
border-color: shade(@toolbar_bg_color, 0.85);
|
border-color: shade(@toolbar_bg_color, 0.85);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@toolbar_bg_color, 0.90);
|
background-color: shade(@toolbar_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .button:active:insensitive,
|
.primary-toolbar .button:active:insensitive,
|
||||||
.toolbar .button:active:insensitive {
|
.toolbar .button:active:insensitive {
|
||||||
border-color: shade(@toolbar_bg_color, 0.75);
|
border-color: shade(@toolbar_bg_color, 0.75);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@toolbar_bg_color, 0.80);
|
background-color: shade(@toolbar_bg_color, 0.80);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar .entry {
|
.primary-toolbar .entry {
|
||||||
|
@ -1684,8 +1689,8 @@ GtkTextView {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar:last-child {
|
.inline-toolbar.toolbar:last-child {
|
||||||
|
@ -1699,15 +1704,15 @@ GtkTextView {
|
||||||
border-width: 1px 0 1px 1px;
|
border-width: 1px 0 1px 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: shade(@theme_bg_color, 1.08);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-toolbar.toolbar .button *:insensitive,
|
.inline-toolbar.toolbar .button *:insensitive,
|
||||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
|
||||||
background-color: shade(@theme_bg_color, 0.90);
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* middle button */
|
/* middle button */
|
||||||
|
@ -1824,8 +1829,8 @@ GtkTextView {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_tooltip_bg_color, 0.8);
|
border-color: shade(@theme_tooltip_bg_color, 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-image: none;
|
|
||||||
background-color: @theme_tooltip_bg_color;
|
background-color: @theme_tooltip_bg_color;
|
||||||
|
background-image: none;
|
||||||
color: @theme_tooltip_fg_color;
|
color: @theme_tooltip_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* Default color scheme */
|
/* Default color scheme */
|
||||||
@define-color bg_color #dedede;
|
@define-color bg_color #dedede;
|
||||||
@define-color fg_color #555555;
|
@define-color fg_color #555555;
|
||||||
@define-color base_color #f1f1f1;
|
@define-color base_color #f9f9f9;
|
||||||
@define-color text_color #555555;
|
@define-color text_color #555555;
|
||||||
@define-color selected_bg_color #d64937;
|
@define-color selected_bg_color #d64937;
|
||||||
@define-color selected_fg_color #f9f9f9;
|
@define-color selected_fg_color #f9f9f9;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-color-scheme = "base_color:#eeeeee\nbg_color:#dddddd\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#888888\nfg_color:#888888;\ntooltip_fg_color:#f9f9f9\nselected_fg_color:#f9f9f9\nlink_color:#569be4"
|
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#555555\nfg_color:#555555;\ntooltip_fg_color:#f9f9f9\nselected_fg_color:#f9f9f9\nlink_color:#d64937"
|
||||||
gtk-auto-mnemonics = 1
|
gtk-auto-mnemonics = 1
|
||||||
gtk-visible-focus = automatic
|
gtk-visible-focus = automatic
|
||||||
|
|
Loading…
Reference in New Issue