/usr/share/themes/GreenLaguna/gtk-3.0/unity.css is in mate-themes 3.22.16-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | /* Decorations */
UnityDecoration {
-UnityDecoration-extents: 28px 1px 1px 1px;
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 1px;
-UnityDecoration-shadow-offset-y: 1px;
-UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.647);
-UnityDecoration-active-shadow-radius: 15px;
-UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.647);
-UnityDecoration-inactive-shadow-radius: 10px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: rgb (221, 72, 20);
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
}
UnityDecoration.top {
border: 0px;
border-bottom-width: 0;
border-radius: 8px 8px 0 0;
padding: 1px 8px 0 8px;
background-color: transparent;
background-clip: border-box;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@theme_bg_color, 1.5)),
to (@theme_bg_color));
color: @theme_text_color;
text-shadow: 1px 1px @theme_bg_color;
}
UnityDecoration.top:backdrop {
border: 0px;
border-bottom-width: 0;
background-color: transparent;
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@theme_bg_color, 1.05)),
to (@theme_bg_color));
color: #808080;
text-shadow: none;
}
UnityDecoration.left,
UnityDecoration.right,
UnityDecoration.bottom,
UnityDecoration.left:backdrop,
UnityDecoration.right:backdrop,
UnityDecoration.bottom:backdrop {
background-color: @theme_bg_color;
}
/* Panel Style */
UnityPanelWidget,
.unity-panel {
background-color: transparent;
background-image: -gtk-gradient (linear, left top, left bottom,
from (#6A8175),
to (#343F39));
color: @theme_selected_fg_color;
}
.unity-panel.menubar,
.unity-panel .menubar {
}
.unity-panel.menuitem,
.unity-panel .menuitem {
border-width: 1px 1px 0 1px;
-gtk-icon-shadow: 0 -1px #000000;
}
.unity-panel.menubar:backdrop,
.unity-panel .menubar *:backdrop {
color: #808080;
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade(@theme_selected_bg_color, 1.6)),
to (shade(@theme_selected_bg_color, 0.6)));
}
|