add slight bevelling on sides/bottom and on top to look nicer.

v-0.4.0
Carsten Haitzler 9 years ago
parent 86a4a3704a
commit 048b0b9e92
  1. 18
      data/themes/default.edc
  2. 4
      data/themes/images/Makefile.am
  3. BIN
      data/themes/images/bevel_dark_out.png
  4. BIN
      data/themes/images/bg_bevel.png

@ -3,6 +3,8 @@ collections {
//////////////////////////////////////////////////////////////////////////////
//// the background and general container for the terminal
group { name: "rage/core";
images.image: "bg_bevel.png" COMP;
images.image: "bevel_dark_out.png" COMP;
images.image: "pm_fill.png" COMP;
images.image: "pm_overlay.png" COMP;
images.image: "pm_shadow.png" COMP;
@ -72,6 +74,22 @@ collections {
fill.smooth: 0;
}
}
part { name: "bevel";
description { state: "default" 0.0;
image.normal: "bevel_dark_out.png";
image.border: 1 1 1 1;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "bevel2";
description { state: "default" 0.0;
image.normal: "bg_bevel.png";
image.border: 1 1 1 1;
image.middle: 0;
fill.smooth: 0;
}
}
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
fixed: 1 1;

@ -26,4 +26,6 @@ icon_pause2.png \
icon_spanner.png \
icon_spanner2.png \
icon_volume2.png \
pos_indicator_big.png
pos_indicator_big.png \
bevel_dark_out.png \
bg_bevel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Loading…
Cancel
Save