Minor fixes

pull/22/head v1.2
Satyajit Sahoo 2013-04-02 12:19:29 +05:30
parent 864ff9ddc5
commit 6a6e6e4920
4 changed files with 5 additions and 10 deletions

2
README
View File

@ -11,7 +11,7 @@ sudo apt-get update && sudo apt-get install numix-gtk-theme
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,

View File

@ -61,9 +61,9 @@ style "murrine-default" {
GtkScrollbar::has-forward-stepper = 0
GtkScrollbar::has-secondary-backward-stepper = 0
GtkScrollbar::has-secondary-forward-stepper = 0
GtkScrollbar::min-slider-length = 30
GtkScrollbar::min-slider-length = 100
GtkScrollbar::slider-width = 10
GtkScrollbar::trough-border = 1
GtkScrollbar::trough-border = 0
GtkScrolledWindow::scrollbar-spacing = 0
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[PRELIGHT] = shade (0.80, @bg_color)
bg[ACTIVE] = @selected_bg_color

View File

@ -60,7 +60,6 @@ PanelApplet .button:active {
}
PanelApplet .button:prelight {
border-color: transparent;
border-color: mix(@panel_bg_color, @panel_fg_color, 0.13);
background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
background-image: none;
@ -91,14 +90,10 @@ WnckPager, WnckTasklist {
}
.nautilus-desktop.nautilus-canvas-item:active {
background-color: alpha(@theme_bg_color, 0.8);
background-image: none;
color: @theme_fg_color;
}
.nautilus-desktop.nautilus-canvas-item:selected {
background-color: alpha(@theme_selected_bg_color, 0.8);
background-image: none;
color: @theme_selected_fg_color;
}

View File

@ -55,7 +55,7 @@
@define-color wm_title_focused #dcdcdc;
@define-color wm_title_unfocused #888888;
@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-assets.css");