parent
864ff9ddc5
commit
6a6e6e4920
2
README
2
README
|
@ -11,7 +11,7 @@ sudo apt-get update && sudo apt-get install numix-gtk-theme
|
||||||
|
|
||||||
Installation Instructions for other distros:
|
Installation Instructions for other distros:
|
||||||
|
|
||||||
Extract the zip file to the themes directory i.e. "~/.themes/" or "/usr/share/themes/"
|
Extract the zip file to the themes directory i.e. "/usr/share/themes/"
|
||||||
|
|
||||||
Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal,
|
Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal,
|
||||||
|
|
||||||
|
|
|
@ -61,9 +61,9 @@ style "murrine-default" {
|
||||||
GtkScrollbar::has-forward-stepper = 0
|
GtkScrollbar::has-forward-stepper = 0
|
||||||
GtkScrollbar::has-secondary-backward-stepper = 0
|
GtkScrollbar::has-secondary-backward-stepper = 0
|
||||||
GtkScrollbar::has-secondary-forward-stepper = 0
|
GtkScrollbar::has-secondary-forward-stepper = 0
|
||||||
GtkScrollbar::min-slider-length = 30
|
GtkScrollbar::min-slider-length = 100
|
||||||
GtkScrollbar::slider-width = 10
|
GtkScrollbar::slider-width = 10
|
||||||
GtkScrollbar::trough-border = 1
|
GtkScrollbar::trough-border = 0
|
||||||
|
|
||||||
GtkScrolledWindow::scrollbar-spacing = 0
|
GtkScrolledWindow::scrollbar-spacing = 0
|
||||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||||
|
@ -183,7 +183,7 @@ style "murrine-button" = "murrine-wider" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-scrollbar" = "murrine-button" {
|
style "murrine-scrollbar" {
|
||||||
bg[NORMAL] = shade (0.90, @bg_color)
|
bg[NORMAL] = shade (0.90, @bg_color)
|
||||||
bg[PRELIGHT] = shade (0.80, @bg_color)
|
bg[PRELIGHT] = shade (0.80, @bg_color)
|
||||||
bg[ACTIVE] = @selected_bg_color
|
bg[ACTIVE] = @selected_bg_color
|
||||||
|
|
|
@ -60,7 +60,6 @@ PanelApplet .button:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
PanelApplet .button:prelight {
|
PanelApplet .button:prelight {
|
||||||
border-color: transparent;
|
|
||||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.13);
|
border-color: mix(@panel_bg_color, @panel_fg_color, 0.13);
|
||||||
background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
|
background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
@ -91,14 +90,10 @@ WnckPager, WnckTasklist {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-desktop.nautilus-canvas-item:active {
|
.nautilus-desktop.nautilus-canvas-item:active {
|
||||||
background-color: alpha(@theme_bg_color, 0.8);
|
|
||||||
background-image: none;
|
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||||
background-color: alpha(@theme_selected_bg_color, 0.8);
|
|
||||||
background-image: none;
|
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
@define-color wm_title_focused #dcdcdc;
|
@define-color wm_title_focused #dcdcdc;
|
||||||
@define-color wm_title_unfocused #888888;
|
@define-color wm_title_unfocused #888888;
|
||||||
@define-color wm_border_focused #484848;
|
@define-color wm_border_focused #484848;
|
||||||
@define-color wm_border_unfocused #333333;
|
@define-color wm_border_unfocused #393939;
|
||||||
|
|
||||||
@import url("gtk-widgets.css");
|
@import url("gtk-widgets.css");
|
||||||
@import url("gtk-widgets-assets.css");
|
@import url("gtk-widgets-assets.css");
|
||||||
|
|
Loading…
Reference in New Issue