Created
January 26, 2013 05:47
-
-
Save jhoughjr/4640437 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PHColorSchemeElementDefines.h | |
// TrigPad | |
// | |
// Created by Jimmy Hough Jr on 1/25/13. | |
// Copyright (c) 2013 PH Systems. All rights reserved. | |
// | |
#ifndef TrigPad_PHColorSchemeElementDefines_h | |
#define TrigPad_PHColorSchemeElementDefines_h | |
//TODO document this | |
/* GENERIC ELEMENTS */ | |
#define kGeneralViewBackground_ElementString @"App Background" | |
#define kShouldDisplay_GeneralViewBackgound YES | |
// Labels | |
#define kGeneralLabel_ElementString @"Other Text" | |
#define kShouldDisplay_GeneralLabel YES | |
#define kGeneralLabelShadow_ElementString @"Other Text Shadow" | |
#define kShouldDisplay_kGeneralLabelShadow YES | |
// TextFields | |
#define kGeneralTextFieldBackground_ElementString @"TextField Background" | |
#define kShouldDisplay_GeneralTextFieldBackground YES | |
#define kGeneralTextFieldText_ElementString @"TextField Text" | |
#define kSHouldDisplay_GeneralTextFieldText YES | |
#define kGeneralTextFieldShadow_ElementString @"TextField Shadow" | |
#define kShouldDisplay_GeneralTextFieldShadow YES | |
// TextViews | |
#define kGeneralTextViewBackground_ElementString @"TextField Background" | |
#define kShouldDisplay_TextViewBackground YES | |
#define kGeneralTextViewText_ElementString @"TextView Text" | |
#define kShouldDisplay_TextViewText YES | |
#define kGeneralTextViewShadow_ElementString @"TextView Shadow" | |
#define kShouldDisplay_TextViewShadow YES | |
// Buttons | |
#define kGeneralButtonBackground_ElementString @"Button Background" | |
#define kShouldDisplay_ButtonBackground YES | |
#define kGeneralButtonText_ElementString @"Button Text" | |
#define kShouldDisplay_ButtonText YES | |
#define kGeneralButtonShadow_ElementString @"Button Shadow" | |
#define kShouldDisplay_ButtonShadow YES | |
/* UNIQUE ELEMENTS DEFINED HERE */ | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment