aboutsummaryrefslogblamecommitdiffstats
path: root/config.mk
blob: db05de0095b4a42c14489f89afb3bb7dca388e50 (plain) (tree)





























                                                                                                                                     
PREFIX       = /usr
ICONPREFIX   = $(PREFIX)/share/icons

THEME_NAME   = Simple
THEME_DESC   = A very simple icon theme
THEME_DIR    = simple
BASE_COLOUR  = bebebe
ALARM_RED    = ef2929
ALARM_ORANGE = f57900
RED          = cd656c
ORANGE       = d69553
YELLOW       = ccad47
GREEN        = 32a679
CYAN         = 00a09f
BLUE         = 2495be
MAGENTA      = a46eb0
OUTLINE      = 000000

#DIR_SUFFIX_  = $(BASE_COLOUR)-$(ALARM_RED)-$(ALARM_ORANGE)-$(RED)-$(ORANGE)-$(YELLOW)-$(GREEN)-$(CYAN)-$(BLUE)-$(MAGENTA)-$(OUTLINE)
#DIR_SUFFIX   = -$(DIR_SUFFIX_)
# Uncomment the two lines above if you want to use customised colours

SIZES = 16 24 32 48
# Supported sizes are 8, 16, 22, 24, 32, 36, and 48,
# you you want any other size add
#
# 	###x###$(DIR_SUFFIX)/%.png: scalable$(DIR_SUFFIX)/%.svg conv
# 		./conv $@
# 
# with ### replaces for the size to add support for.