diff --git a/.gitignore b/.gitignore index ef8acab..62dae1e 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 3f1980c..fb63650 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 0000000..18705c1 --- /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"