Added sidebar styles

pull/224/head
Satyajit Sahoo 2014-11-13 23:45:48 +05:30
parent e1b94f2602
commit ce39f0cf9c
119 changed files with 61 additions and 0 deletions

0
CREDITS 100644 → 100755
View File

0
LICENSE 100644 → 100755
View File

0
Makefile 100644 → 100755
View File

0
README.md 100644 → 100755
View File

0
gtk-2.0/gtkrc 100644 → 100755
View File

0
gtk-3.0/gtk.css 100644 → 100755
View File

0
gtk-3.0/scss/_base.scss 100644 → 100755
View File

0
gtk-3.0/scss/_button.scss 100644 → 100755
View File

0
gtk-3.0/scss/_colors.scss 100644 → 100755
View File

0
gtk-3.0/scss/_entry.scss 100644 → 100755
View File

0
gtk-3.0/scss/_functions.scss 100644 → 100755
View File

6
gtk-3.0/scss/_global.scss 100644 → 100755
View File

@ -30,12 +30,18 @@ $success_color: #53a93f;
$warning_color: #f57900; $warning_color: #f57900;
$error_color: #cc0000; $error_color: #cc0000;
$toolbar_bg_color: $bg_color;
$toolbar_fg_color: $fg_color;
$titlebar_bg_color: $dark_bg_color; $titlebar_bg_color: $dark_bg_color;
$titlebar_fg_color: $dark_fg_color; $titlebar_fg_color: $dark_fg_color;
$menu_bg_color: $dark_bg_color; $menu_bg_color: $dark_bg_color;
$menu_fg_color: $dark_fg_color; $menu_fg_color: $dark_fg_color;
$menubar_bg_color: $dark_bg_color;
$menubar_fg_color: $dark_fg_color;
/* widget styles */ /* widget styles */
$roundness: 2px; $roundness: 2px;
$spacing: 5px; $spacing: 5px;

0
gtk-3.0/scss/_menu.scss 100644 → 100755
View File

View File

@ -0,0 +1,54 @@
@import "functions";
.sidebar {
&, &.view, & .view, & GtkScrolledWindow {
background-color: $bg_color;
color: mix($fg_color, $bg_color, 0.1);
&.separator {
border-width: 1px;
border-style: solid;
border-color: shade($bg_color, 0.9);
color: shade($bg_color, 0.9);
}
}
row, .view row {
&:selected {
&, &:hover, &:focus {
border-color: border_normal($selected_bg_color);
background-color: $selected_bg_color;
background-image: none;
color: $selected_fg_color;
}
&:prelight {
border-color: border_focus($selected_bg_color);
background-color: shade($selected_bg_color, 1.05);
background-image: none;
color: $selected_fg_color;
}
}
&:prelight {
border-color: shade($bg_color, 1.05);
background-color: shade($bg_color, 1.05);
background-image: none;
color: $fg_color;
}
}
.frame { border-width: 0; }
GtkAssistant & {
padding: 4px;
border-width: 0 1px 0 0;
border-style: solid;
border-right-color: border_normal($bg_color);
border-radius: 0;
background-color: $bg_color;
color: mix($fg_color, $bg_color, 0.1);
.highlight { font: bold; }
}
}

0
gtk-3.0/scss/_toggle.scss 100644 → 100755
View File

0
gtk-3.0/scss/_toolbar.scss 100644 → 100755
View File

0
gtk-3.0/scss/_window.scss 100644 → 100755
View File

1
gtk-3.0/scss/widgets.scss 100644 → 100755
View File

@ -5,4 +5,5 @@
@import "entry"; @import "entry";
@import "menu"; @import "menu";
@import "toolbar"; @import "toolbar";
@import "sidebar";
@import "window"; @import "window";

0
index.theme 100644 → 100755
View File

0
metacity-1/metacity-theme-2.xml 100644 → 100755
View File

0
metacity-1/metacity-theme-3.xml 100644 → 100755
View File

0
openbox-3/close.xbm 100644 → 100755
View File

0
openbox-3/desk.xbm 100644 → 100755
View File

0
openbox-3/desk_toggled.xbm 100644 → 100755
View File

0
openbox-3/iconify.xbm 100644 → 100755
View File

0
openbox-3/max.xbm 100644 → 100755
View File

0
openbox-3/max_toggled.xbm 100644 → 100755
View File

0
openbox-3/shade.xbm 100644 → 100755
View File

0
openbox-3/shade_toggled.xbm 100644 → 100755
View File

0
openbox-3/themerc 100644 → 100755
View File

0
unity/close.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 725 B

0
unity/close_focused_prelight.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 725 B

0
unity/close_focused_pressed.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

0
unity/close_unfocused.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 725 B

0
unity/maximize.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

0
unity/maximize_unfocused.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

0
unity/minimize.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

View File

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

View File

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 298 B

0
unity/minimize_unfocused.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

0
unity/minimized.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

0
unity/progress_bar_fill.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

0
unity/progress_bar_trough.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
unity/unmaximize.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 266 B

View File

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 266 B

View File

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 281 B

0
unity/unmaximize_unfocused.svg 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 266 B

0
xfce-notify-4.0/gtkrc 100644 → 100755
View File

0
xfwm4/bottom-active.xpm 100644 → 100755
View File

0
xfwm4/bottom-inactive.xpm 100644 → 100755
View File

0
xfwm4/bottom-left-active.xpm 100644 → 100755
View File

0
xfwm4/bottom-left-inactive.xpm 100644 → 100755
View File

0
xfwm4/bottom-right-active.xpm 100644 → 100755
View File

0
xfwm4/bottom-right-inactive.xpm 100644 → 100755
View File

0
xfwm4/close-active.xpm 100644 → 100755
View File

0
xfwm4/close-inactive.xpm 100644 → 100755
View File

0
xfwm4/close-prelight.xpm 100644 → 100755
View File

0
xfwm4/close-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 117 B

After

Width:  |  Height:  |  Size: 117 B

0
xfwm4/close-pressed.xpm 100644 → 100755
View File

0
xfwm4/hide-active.xpm 100644 → 100755
View File

0
xfwm4/hide-inactive.xpm 100644 → 100755
View File

0
xfwm4/hide-prelight.xpm 100644 → 100755
View File

0
xfwm4/hide-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 95 B

After

Width:  |  Height:  |  Size: 95 B

0
xfwm4/hide-pressed.xpm 100644 → 100755
View File

0
xfwm4/left-active.xpm 100644 → 100755
View File

0
xfwm4/left-inactive.xpm 100644 → 100755
View File

0
xfwm4/maximize-active.xpm 100644 → 100755
View File

0
xfwm4/maximize-inactive.xpm 100644 → 100755
View File

0
xfwm4/maximize-prelight.xpm 100644 → 100755
View File

0
xfwm4/maximize-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 109 B

0
xfwm4/maximize-pressed.xpm 100644 → 100755
View File

0
xfwm4/maximize-toggled-active.xpm 100644 → 100755
View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 109 B

View File

0
xfwm4/menu-active.xpm 100644 → 100755
View File

0
xfwm4/menu-inactive.xpm 100644 → 100755
View File

0
xfwm4/menu-prelight.xpm 100644 → 100755
View File

0
xfwm4/menu-pressed.xpm 100644 → 100755
View File

0
xfwm4/right-active.xpm 100644 → 100755
View File

0
xfwm4/right-inactive.xpm 100644 → 100755
View File

0
xfwm4/shade-active.xpm 100644 → 100755
View File

0
xfwm4/shade-inactive.xpm 100644 → 100755
View File

0
xfwm4/shade-prelight.xpm 100644 → 100755
View File

0
xfwm4/shade-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 119 B

0
xfwm4/shade-pressed.xpm 100644 → 100755
View File

0
xfwm4/shade-toggled-active.xpm 100644 → 100755
View File

0
xfwm4/shade-toggled-inactive.xpm 100644 → 100755
View File

0
xfwm4/shade-toggled-prelight.xpm 100644 → 100755
View File

0
xfwm4/shade-toggled-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 118 B

0
xfwm4/shade-toggled-pressed.xpm 100644 → 100755
View File

0
xfwm4/stick-active.xpm 100644 → 100755
View File

0
xfwm4/stick-inactive.xpm 100644 → 100755
View File

0
xfwm4/stick-prelight.xpm 100644 → 100755
View File

0
xfwm4/stick-pressed.png 100644 → 100755
View File

Before

Width:  |  Height:  |  Size: 117 B

After

Width:  |  Height:  |  Size: 117 B

0
xfwm4/stick-pressed.xpm 100644 → 100755
View File

0
xfwm4/stick-toggled-active.xpm 100644 → 100755
View File

Some files were not shown because too many files have changed in this diff Show More