Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
90
Ressources/package/gtk-theme/source/diinki-aero/gtk-3.0/apps/unity.css
Executable file
90
Ressources/package/gtk-theme/source/diinki-aero/gtk-3.0/apps/unity.css
Executable file
|
|
@ -0,0 +1,90 @@
|
|||
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.7);
|
||||
-UnityDecoration-active-shadow-radius: 8px;
|
||||
-UnityDecoration-inactive-shadow-color: rgba(0,0,0,0.5);
|
||||
-UnityDecoration-inactive-shadow-radius: 5px;
|
||||
|
||||
-UnityDecoration-glow-size: 10px;
|
||||
-UnityDecoration-glow-color: @theme_selected_bg_color;
|
||||
|
||||
-UnityDecoration-title-indent: 10px;
|
||||
-UnityDecoration-title-fade: 35px;
|
||||
-UnityDecoration-title-alignment: 0.0;
|
||||
}
|
||||
|
||||
UnityDecoration.top {
|
||||
border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
|
||||
border-bottom-width: 0;
|
||||
border-radius: 0px 0px 0 0;
|
||||
padding: 1px 8px 0 8px;
|
||||
background-color: @titlebar_bg_color;
|
||||
background-image: url('../assets/titlebar-focused-middle.png');
|
||||
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
UnityDecoration.top:backdrop {
|
||||
border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
|
||||
border-bottom-width: 0;
|
||||
background-color: @titlebar_bg_color;
|
||||
background-image: url('../assets/titlebar-unfocused-middle.png');
|
||||
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
|
||||
}
|
||||
|
||||
UnityDecoration.left,
|
||||
UnityDecoration.right,
|
||||
UnityDecoration.bottom {
|
||||
background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
|
||||
}
|
||||
|
||||
UnityDecoration.left:backdrop,
|
||||
UnityDecoration.right:backdrop,
|
||||
UnityDecoration.bottom:backdrop {
|
||||
background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
|
||||
}
|
||||
|
||||
/* unity top bar */
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelMenuBar.menubar,
|
||||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: @panel_bg_color;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: @theme_selected_bg_color;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/* misc stuff on calendar */
|
||||
.menuitem GtkCalendar,
|
||||
.menuitem GtkCalendar.button,
|
||||
.menuitem GtkCalendar.header,
|
||||
.menuitem GtkCalendar.view {
|
||||
background-color: @theme_selected_bg_color;;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue