aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-solid.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css36
1 files changed, 27 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index bc58065..ecff213 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -794,11 +794,11 @@ GtkComboBox {
padding: 0 12px; }
.header-bar.selection-mode {
color: #ffffff;
- background-color: rgba(82, 148, 226, 0.95);
- border-color: rgba(65, 137, 223, 0.95);
+ background-color: #5294E2;
+ border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop {
- background-color: rgba(82, 148, 226, 0.95);
+ background-color: #5294E2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button {
color: #ffffff;
@@ -857,7 +857,7 @@ GtkComboBox {
background-color: #e7e8eb; }
.titlebar:backdrop {
color: rgba(82, 93, 118, 0.5);
- background-color: #e7e8eb; }
+ background-color: #eff0f2; }
.csd .titlebar:backdrop {
background-color: #eff0f2; }
.maximized .titlebar {
@@ -2652,7 +2652,7 @@ PanelWidget,
PanelAppletFrame,
PanelApplet {
color: #A8ADB5;
- background-image: linear-gradient(to bottom, #25272d); }
+ background-image: linear-gradient(to bottom, rgba(37, 39, 45, 0.95)); }
PanelApplet .button, PanelApplet .button:backdrop {
padding: 4px;
@@ -2695,18 +2695,18 @@ ClockBox {
color: #A8ADB5; }
.xfce4-panel.panel {
- background-color: #25272d; }
+ background-color: rgba(37, 39, 45, 0.95); }
.xfce4-panel.panel .button.flat {
color: #A8ADB5;
background-color: rgba(37, 39, 45, 0);
border-radius: 0; }
.xfce4-panel.panel .button.flat:hover {
border: none;
- background-color: #3c4049; }
+ background-color: rgba(60, 64, 73, 0.95); }
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #5294E2;
border: none;
- background-color: #151619; }
+ background-color: rgba(21, 22, 25, 0.95); }
.floating-bar {
background-color: #5294E2;
@@ -3367,6 +3367,24 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_unfocused_title alpha(rgba(82, 93, 118, 0.8), 0.7);
@define-color wm_bg #e7e8eb;
@define-color wm_bg_unfocused #eff0f2;
-@define-color wm_highlight #f2f3f4;
+@define-color wm_highlight #eff0f2;
@define-color wm_shadow alpha(black, 0.35);
+@define-color wm_button_close_bg #f37076;
+@define-color wm_button_close_hover_bg #f79da1;
+@define-color wm_button_close_active_bg #ef4048;
+@define-color wm_icon_close_bg #ffffff;
+@define-color wm_icon_close_hover_bg #ffffff;
+@define-color wm_icon_close_active_bg #ffffff;
+@define-color wm_button_bg #fdfdfd;
+@define-color wm_button_unfocused_bg #f6f7f8;
+@define-color wm_button_hover_bg #fdfdfd;
+@define-color wm_button_active_bg #5294E2;
+@define-color wm_button_border #d8dae0;
+@define-color wm_button_unfocused_border #dddee2;
+@define-color wm_button_hover_border #5294E2;
+@define-color wm_button_active_border #5294E2;
+@define-color wm_icon_bg #a7adb9;
+@define-color wm_icon_unfocused_bg #babec7;
+@define-color wm_icon_hover_bg #757d91;
+@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;