From 5dda6202dcb01b8ecdda843b0a8d3c035564d583 Mon Sep 17 00:00:00 2001 From: Severin Meyer Date: Tue, 28 Jul 2015 00:21:26 +0200 Subject: [PATCH] Update Luma sourcefiles --- gfx/luma/gfx/hud/luma/border_shadow_east.svg | 12 ++++++++++++ gfx/luma/gfx/hud/luma/border_shadow_north.svg | 12 ++++++++++++ gfx/luma/gfx/hud/luma/border_shadow_south.svg | 10 ++++++++++ gfx/luma/gfx/hud/luma/border_shadow_west.svg | 12 ++++++++++++ gfx/luma/gfx/hud/luma/border_tab_east.svg | 2 +- gfx/luma/gfx/hud/luma/border_tab_north.svg | 2 +- gfx/luma/gfx/hud/luma/border_tab_south.svg | 2 +- gfx/luma/gfx/hud/luma/border_tab_west.svg | 2 +- gfx/luma/gfx/hud/luma/common.css | 2 ++ gfx/luma/gfx/hud/luma/common.gradients | 10 ++++++++++ 10 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 gfx/luma/gfx/hud/luma/border_shadow_east.svg create mode 100644 gfx/luma/gfx/hud/luma/border_shadow_north.svg create mode 100644 gfx/luma/gfx/hud/luma/border_shadow_south.svg create mode 100644 gfx/luma/gfx/hud/luma/border_shadow_west.svg diff --git a/gfx/luma/gfx/hud/luma/border_shadow_east.svg b/gfx/luma/gfx/hud/luma/border_shadow_east.svg new file mode 100644 index 0000000..f2bcf8c --- /dev/null +++ b/gfx/luma/gfx/hud/luma/border_shadow_east.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/gfx/luma/gfx/hud/luma/border_shadow_north.svg b/gfx/luma/gfx/hud/luma/border_shadow_north.svg new file mode 100644 index 0000000..97008ad --- /dev/null +++ b/gfx/luma/gfx/hud/luma/border_shadow_north.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/gfx/luma/gfx/hud/luma/border_shadow_south.svg b/gfx/luma/gfx/hud/luma/border_shadow_south.svg new file mode 100644 index 0000000..0507a91 --- /dev/null +++ b/gfx/luma/gfx/hud/luma/border_shadow_south.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/gfx/luma/gfx/hud/luma/border_shadow_west.svg b/gfx/luma/gfx/hud/luma/border_shadow_west.svg new file mode 100644 index 0000000..107aa62 --- /dev/null +++ b/gfx/luma/gfx/hud/luma/border_shadow_west.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/gfx/luma/gfx/hud/luma/border_tab_east.svg b/gfx/luma/gfx/hud/luma/border_tab_east.svg index 8f01a4a..46a5e0b 100644 --- a/gfx/luma/gfx/hud/luma/border_tab_east.svg +++ b/gfx/luma/gfx/hud/luma/border_tab_east.svg @@ -3,7 +3,7 @@ - + diff --git a/gfx/luma/gfx/hud/luma/border_tab_north.svg b/gfx/luma/gfx/hud/luma/border_tab_north.svg index d67405d..b6d0706 100644 --- a/gfx/luma/gfx/hud/luma/border_tab_north.svg +++ b/gfx/luma/gfx/hud/luma/border_tab_north.svg @@ -3,7 +3,7 @@ - + diff --git a/gfx/luma/gfx/hud/luma/border_tab_south.svg b/gfx/luma/gfx/hud/luma/border_tab_south.svg index 90ea34f..1a905d5 100644 --- a/gfx/luma/gfx/hud/luma/border_tab_south.svg +++ b/gfx/luma/gfx/hud/luma/border_tab_south.svg @@ -2,6 +2,6 @@ - + diff --git a/gfx/luma/gfx/hud/luma/border_tab_west.svg b/gfx/luma/gfx/hud/luma/border_tab_west.svg index e54c0bb..c241e04 100644 --- a/gfx/luma/gfx/hud/luma/border_tab_west.svg +++ b/gfx/luma/gfx/hud/luma/border_tab_west.svg @@ -3,7 +3,7 @@ - + diff --git a/gfx/luma/gfx/hud/luma/common.css b/gfx/luma/gfx/hud/luma/common.css index b2fd6ad..25c4b85 100755 --- a/gfx/luma/gfx/hud/luma/common.css +++ b/gfx/luma/gfx/hud/luma/common.css @@ -87,6 +87,8 @@ .border_default { fill:url(common.gradients#border_default) } .border_fading { fill:url(common.gradients#border_fading) } .border_plain { fill:#2f2f2f; opacity:0.7 } +.border_shadow { fill:url(common.gradients#border_shadow) } +.border_shadow_mask { fill:url(common.gradients#border_shadow_mask) } /* Selectors */ .current_bg { fill:url(common.gradients#current_bg) } diff --git a/gfx/luma/gfx/hud/luma/common.gradients b/gfx/luma/gfx/hud/luma/common.gradients index f4dc44a..597e180 100755 --- a/gfx/luma/gfx/hud/luma/common.gradients +++ b/gfx/luma/gfx/hud/luma/common.gradients @@ -14,6 +14,16 @@ + + + + + + + + + + -- 2.39.2