From f6e80e14dc700b20ede4855b93060f0943ba98a6 Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Mon, 21 Jan 2013 19:17:57 +0000 Subject: [PATCH] Add mustang theme. SVN revision: 83043 --- .gitignore | 1 + data/themes/Makefile.am | 10 ++++++++-- data/themes/mustang.edc | 26 ++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 data/themes/mustang.edc diff --git a/.gitignore b/.gitignore index ef8acabe..62dae1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ data/themes/default.edj data/themes/mild.edj data/themes/black.edj data/themes/solarized.edj +data/themes/mustang.edj data/themes/images/Makefile data/themes/images/Makefile.in depcomp diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 3f1980c7..fb636501 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -13,9 +13,10 @@ files_DATA = \ default.edj \ mild.edj \ black.edj \ -solarized.edj +solarized.edj \ +mustang.edj -EXTRA_DIST = default.edc mild.edc black.edc solarized.edc default_colors.in.edc +EXTRA_DIST = default.edc mild.edc black.edc solarized.edc mustang.edc default_colors.in.edc default.edj: Makefile default.edc $(EDJE_CC) $(EDJE_FLAGS) \ @@ -37,5 +38,10 @@ solarized.edj: Makefile solarized.edc default_colors.in.edc $(top_srcdir)/data/themes/solarized.edc \ $(top_builddir)/data/themes/solarized.edj +mustang.edj: Makefile mustang.edc + $(EDJE_CC) $(EDJE_FLAGS) \ + $(top_srcdir)/data/themes/mustang.edc \ + $(top_builddir)/data/themes/mustang.edj + clean-local: rm -f *.edj diff --git a/data/themes/mustang.edc b/data/themes/mustang.edc new file mode 100644 index 00000000..18705c19 --- /dev/null +++ b/data/themes/mustang.edc @@ -0,0 +1,26 @@ +#define BG_COLOR 26 26 26 255 +#define BG_COLOR_TRANSLUCENT 26 26 26 200 +#define BELL_OVERLAY_COLOR 220 220 220 32 + +collections { + color_classes { + color_class { name: "256color-0"; color: 0 0 0 255; } + color_class { name: "256color-1"; color: 255 101 101 255; } + color_class { name: "256color-2"; color: 147 212 79 255; } + color_class { name: "256color-3"; color: 234 185 61 255; } + color_class { name: "256color-4"; color: 32 74 135 255; } + color_class { name: "256color-5"; color: 206 92 0 255; } + color_class { name: "256color-6"; color: 137 182 226 255; } + color_class { name: "256color-7"; color: 204 204 204 255; } + color_class { name: "256color-8"; color: 85 87 83 255; } + color_class { name: "256color-9"; color: 255 141 141 255; } + color_class { name: "256color-10"; color: 200 231 168 255; } + color_class { name: "256color-11"; color: 255 193 35 255; } + color_class { name: "256color-12"; color: 52 101 164 255; } + color_class { name: "256color-13"; color: 245 121 0 255; } + color_class { name: "256color-14"; color: 70 164 255 255; } + color_class { name: "256color-15"; color: 255 255 255 255; } + } +} + +#include "mild.edc"