[gnome-themes-standard/wip/jimmac/updated-gtk2: 41/106] Removed some old assets.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/jimmac/updated-gtk2: 41/106] Removed some old assets.
- Date: Thu, 3 Mar 2016 22:20:44 +0000 (UTC)
commit 248653500fe54d128500f258094f4531857a8d66
Author: Juraj Fiala <doctorjellyface riseup net>
Date: Sun Jan 24 15:24:03 2016 +0100
Removed some old assets.
.../Check-Radio/checkbox-checked-insensitive.png | Bin 624 -> 0 bytes
.../gtk-2.0/Check-Radio/checkbox-checked.png | Bin 672 -> 0 bytes
.../Check-Radio/checkbox-mixed-insensitive.png | Bin 468 -> 0 bytes
.../Adwaita/gtk-2.0/Check-Radio/checkbox-mixed.png | Bin 518 -> 0 bytes
.../Check-Radio/checkbox-unchecked-insensitive.png | Bin 412 -> 0 bytes
.../gtk-2.0/Check-Radio/checkbox-unchecked.png | Bin 312 -> 0 bytes
themes/Adwaita/gtk-2.0/Check-Radio/menucheck.png | Bin 416 -> 0 bytes
.../gtk-2.0/Check-Radio/menucheck_prelight.png | Bin 283 -> 0 bytes
themes/Adwaita/gtk-2.0/Check-Radio/menuoption.png | Bin 227 -> 0 bytes
.../gtk-2.0/Check-Radio/menuoption_prelight.png | Bin 220 -> 0 bytes
.../Check-Radio/option-checked-insensitive.png | Bin 669 -> 0 bytes
.../Adwaita/gtk-2.0/Check-Radio/option-checked.png | Bin 714 -> 0 bytes
.../Check-Radio/option-mixed-insensitive.png | Bin 627 -> 0 bytes
.../Adwaita/gtk-2.0/Check-Radio/option-mixed.png | Bin 686 -> 0 bytes
.../Check-Radio/option-unchecked-insensitive.png | Bin 403 -> 0 bytes
.../gtk-2.0/Check-Radio/option-unchecked.png | Bin 402 -> 0 bytes
themes/Adwaita/gtk-2.0/Expanders/minus.png | Bin 237 -> 0 bytes
themes/Adwaita/gtk-2.0/Expanders/plus.png | Bin 248 -> 0 bytes
themes/Adwaita/gtk-2.0/Others/focus.png | Bin 212 -> 0 bytes
themes/Adwaita/gtk-2.0/Others/tree_header.png | Bin 2803 -> 0 bytes
.../Adwaita/gtk-2.0/Scrollbars/slider-h-active.png | Bin 247 -> 0 bytes
.../Adwaita/gtk-2.0/Scrollbars/slider-h-hover.png | Bin 247 -> 0 bytes
themes/Adwaita/gtk-2.0/Scrollbars/slider-h.png | Bin 247 -> 0 bytes
.../Adwaita/gtk-2.0/Scrollbars/slider-v-active.png | Bin 242 -> 0 bytes
.../Adwaita/gtk-2.0/Scrollbars/slider-v-hover.png | Bin 242 -> 0 bytes
themes/Adwaita/gtk-2.0/Scrollbars/slider-v.png | Bin 242 -> 0 bytes
themes/Adwaita/gtk-2.0/Scrollbars/trough-h.png | Bin 146 -> 0 bytes
themes/Adwaita/gtk-2.0/Scrollbars/trough-v.png | Bin 145 -> 0 bytes
themes/Adwaita/gtk-2.0/Shadows/frame-gap-end.png | Bin 173 -> 0 bytes
themes/Adwaita/gtk-2.0/Shadows/frame-gap-start.png | Bin 173 -> 0 bytes
themes/Adwaita/gtk-2.0/Shadows/frame.png | Bin 228 -> 0 bytes
themes/Adwaita/gtk-2.0/Toolbar/inline-toolbar.png | Bin 2883 -> 0 bytes
themes/Adwaita/gtk-2.0/main.rc | 24 ++++++++++----------
33 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 748b402..8e12e36 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -576,7 +576,7 @@ style "scrollbar" {
image {
function = BOX
detail = "trough"
- file = "Scrollbars/trough-h.png"
+ file = "assets/scrollbar-horz-trough.png"
border = {0, 0, 1, 0}
stretch = TRUE
orientation = HORIZONTAL
@@ -585,7 +585,7 @@ style "scrollbar" {
image {
function = BOX
detail = "trough"
- file = "Scrollbars/trough-v.png"
+ file = "assets/scrollbar-vert-trough.png"
border = {1, 0, 0, 0}
stretch = TRUE
orientation = VERTICAL
@@ -598,7 +598,7 @@ style "scrollbar" {
image {
function = SLIDER
state = NORMAL
- file = "Scrollbars/slider-h.png"
+ file = "assets/scrollbar-horz-slider.png"
border = {6, 6, 7, 6 }
stretch = TRUE
orientation = HORIZONTAL
@@ -606,8 +606,8 @@ style "scrollbar" {
image {
function = SLIDER
- state = ACTIVE
- file = "Scrollbars/slider-h-active.png"
+ state = PRELIGHT
+ file = "assets/scrollbar-horz-slider-hover.png"
border = {6, 6, 7, 6 }
stretch = TRUE
orientation = HORIZONTAL
@@ -615,8 +615,8 @@ style "scrollbar" {
image {
function = SLIDER
- state = PRELIGHT
- file = "Scrollbars/slider-h-hover.png"
+ state = ACTIVE
+ file = "assets/scrollbar-horz-slider-active.png"
border = {6, 6, 7, 6 }
stretch = TRUE
orientation = HORIZONTAL
@@ -638,7 +638,7 @@ style "scrollbar" {
image {
function = SLIDER
state = NORMAL
- file = "Scrollbars/slider-v.png"
+ file = "assets/scrollbar-vert-slider.png"
border = {7, 6, 6, 6}
stretch = TRUE
orientation = VERTICAL
@@ -646,8 +646,8 @@ style "scrollbar" {
image {
function = SLIDER
- state = ACTIVE
- file = "Scrollbars/slider-v-active.png"
+ state = PRELIGHT
+ file = "assets/scrollbar-vert-slider-hover.png"
border = {7, 6, 6, 6}
stretch = TRUE
orientation = VERTICAL
@@ -655,8 +655,8 @@ style "scrollbar" {
image {
function = SLIDER
- state = PRELIGHT
- file = "Scrollbars/slider-v-hover.png"
+ state = ACTIVE
+ file = "assets/scrollbar-vert-slider-active.png"
border = {7, 6, 6, 6}
stretch = TRUE
orientation = VERTICAL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]