From f35902616763a7a9259603f6e2a8808f25dda917 Mon Sep 17 00:00:00 2001 From: Riccardo Iaconelli Date: Wed, 2 Jan 2008 15:19:36 +0100 Subject: [PATCH] Added a new color, red-argentina, and improved a bit the black one. --- Makefile | 2 +- Makefile.colors | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24d1bfc..80ca686 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: themes tarballs -colors=blue yellow brown grey green violet viorange red purple navy sea_blue emerald hot_orange white black +colors=blue yellow brown grey green violet viorange red purple navy sea_blue emerald hot_orange white black red-argentina themes: diff --git a/Makefile.colors b/Makefile.colors index 7a7a085..b6d852e 100644 --- a/Makefile.colors +++ b/Makefile.colors @@ -58,9 +58,13 @@ lighterColor = \#eeeeec mediumColor = \#555753 darkerColor = \#2e3436 else ifeq "$(COLOR)" "black" -lighterColor = \#999999 +lighterColor = \#aaaaaa mediumColor = \#000000 darkerColor = \#000000 +else ifeq "$(COLOR)" "red-argentina" +lighterColor = \#ff2929 +mediumColor = \#cc0000 +darkerColor = \#930000 endif oxygen-cursors-$(COLOR).tar.bz2: theme -- 2.11.4.GIT