few fixes
parent
0eea78449f
commit
b6d31c05b2
cinnamon/third-party-DESKLET-stylesheets
metacity-1
|
@ -73,6 +73,7 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-image: url("../misc-assets/entry.svg") 7;
|
border-image: url("../misc-assets/entry.svg") 7;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
color: #414141;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky-text-box:active {
|
.sticky-text-box:active {
|
||||||
|
|
|
@ -32,7 +32,6 @@ NemoPathbarButton {
|
||||||
background-color: shade(@toolbar_bg_color, 1.08);
|
background-color: shade(@toolbar_bg_color, 1.08);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @toolbar_fg_color;
|
color: @toolbar_fg_color;
|
||||||
|
|
||||||
-NemoPathbarButton-border-radius: 2px;
|
-NemoPathbarButton-border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,7 +74,7 @@ NemoWindow NemoIconView {
|
||||||
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
||||||
color: @theme_selected_bg_color;
|
color: @theme_selected_bg_color;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar NemoPlacesTreeView:hover {
|
.sidebar NemoPlacesTreeView:hover {
|
||||||
|
@ -86,10 +85,10 @@ background-color: transparent;
|
||||||
.sidebar NemoPlacesTreeView:selected:hover {
|
.sidebar NemoPlacesTreeView:selected:hover {
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
text-shadow: 1px 1px 1px @theme_selected_bg_color;
|
text-shadow: 1px 1px 1px @theme_selected_bg_color;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoWindow .dialog-vbox .notebook tab.top {
|
NemoWindow .dialog-vbox .notebook tab.top {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -120,11 +119,12 @@ NemoWindow .menubar > .menuitem:hover {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: shade(@fg_color, 0.85);
|
color: shade(@fg_color, 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoStatusBar .button.image-button {
|
NemoStatusBar .button.image-button {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
|
|
|
@ -1,79 +0,0 @@
|
||||||
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: 2px 2px 0 0;
|
|
||||||
padding: 1px 8px 0 8px;
|
|
||||||
background-color: @titlebar_bg_color;
|
|
||||||
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;
|
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
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 1px;
|
|
||||||
color: @panel_fg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unity-panel.menubar.menuitem:hover,
|
|
||||||
.unity-panel.menubar .menuitem *:hover {
|
|
||||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
|
||||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
|
|
||||||
background-image: none;
|
|
||||||
color: shade(@panel_fg_color, 1.08);
|
|
||||||
}
|
|
||||||
|
|
||||||
SheetStyleDialog.unity-force-quit {
|
|
||||||
background-color: @theme_bg_color;
|
|
||||||
}
|
|
|
@ -83,8 +83,7 @@
|
||||||
@import url("gtk-widgets-assets.css");
|
@import url("gtk-widgets-assets.css");
|
||||||
@import url("apps/gnome-applications.css");
|
@import url("apps/gnome-applications.css");
|
||||||
@import url("apps/granite-widgets.css");
|
@import url("apps/granite-widgets.css");
|
||||||
@import url("apps/unity.css");
|
|
||||||
@import url("apps/xfce.css");
|
@import url("apps/xfce.css");
|
||||||
@import url("apps/nemo.css");
|
|
||||||
@import url("apps/synaptic.css");
|
@import url("apps/synaptic.css");
|
||||||
@import url("apps/lightdm-gtk-greeter.css");
|
@import url("apps/lightdm-gtk-greeter.css");
|
||||||
|
@import url("apps/nemo.css");
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=X-GNOME-Metatheme
|
Type=X-GNOME-Metatheme
|
||||||
Name=Numix Frost
|
Name=Numix-Frost
|
||||||
Comment=A modern flat theme
|
Comment=A modern flat theme
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
|
|
||||||
[X-GNOME-Metatheme]
|
[X-GNOME-Metatheme]
|
||||||
GtkTheme=Numix Frost
|
GtkTheme=Numix-Frost
|
||||||
MetacityTheme=Numix Frost
|
MetacityTheme=Numix-Frost
|
||||||
ButtonLayout=:minimize,maximize,close
|
ButtonLayout=:minimize,maximize,close
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<metacity_theme>
|
<metacity_theme>
|
||||||
<info>
|
<info>
|
||||||
<name>Numix Frost</name>
|
<name>Numix-Frost</name>
|
||||||
<author>Satyajit Sahoo</author>
|
<author>Satyajit Sahoo</author>
|
||||||
<copyright>GPL-3.0+</copyright>
|
<copyright>GPL-3.0+</copyright>
|
||||||
<date>15 April 2015</date>
|
<date>15 April 2015</date>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<metacity_theme>
|
<metacity_theme>
|
||||||
<info>
|
<info>
|
||||||
<name>Numix Frost</name>
|
<name>Numix-Frost</name>
|
||||||
<author>Satyajit Sahoo</author>
|
<author>Satyajit Sahoo</author>
|
||||||
<copyright>GPL-3.0+</copyright>
|
<copyright>GPL-3.0+</copyright>
|
||||||
<date>15 April 2015</date>
|
<date>15 April 2015</date>
|
||||||
|
|
Loading…
Reference in New Issue