Go Back   Forums > Main Category > GekoNewCal & GekoTask skins

Reply
 
Thread Tools Display Modes
  #1  
Old 02-25-2010, 09:26 AM
GekoDev Team GekoDev Team is offline
Super Moderator
 
Join Date: Nov 2009
Posts: 19
Post How to customize colors

GekoNewCal and GekoTask skins have a settings file where define all colors used by the applications. Colors are descripted as RGB value (Red, Green, Blue), values must be from 0 to 255.

Settings.txt is a text file that must be copied into skin folder (e.g. Skins\Jungle\WVGA). Each skin has a different settings file, edit it with Notepad and customize your colors as follow:


--------------------------------------------------------------------------
#
# GekoTask v. 1.0
#
# Copyright 2010 - GekoNewmobile
#
# http://www.gekonewmobile.com
#
#
# Skin setting file
#
#
# Numbers in the "xxx" are the color expressed in the value of RGB (Red, Green, Blu) components. Here below same common colors:
#
# White = 255,255,255
# Black = 0,0,0
#

#
# Text of the main panel
#
resMainTextButtons = "255,255,255"
resMainTextDetails = "0,0,0"
resMainScrollBar = "175,255,45"
resMainInputTextNormal = "0,0,0"
resMainInputTextGrayed = "128,128,128"
resMainInputTextBackground = "255,255,255"

#
# Date & Time panel
#
resDateTextDescriptions = "0,0,0"
resDateTextDetails = "0,0,0"
resDateTextPicker = "0,0,0"

#
# Set Repeat panel
#
resRepeatTextNormal = "255,255,255"
resRepeatTextSelected = "0,0,0"
resRepeatScrollbar = "175,255,45"

#
# Set Categories panel
#
resCategoriesTextNormal = "255,255,255"
resCategoriesTextSelected = "0,0,0"
resCategoriesScrollbar = "175,255,45"

#
# Set Alarm panel
#
resAlarmTextNormal = "255,255,255"
resAlarmTextSelected = "0,0,0"
resAlarmScrollbar = "175,255,45"

#
# Note panel
#
resNoteInputText = "0,0,0"
resNoteInputTextBackground = "255,255,255"

#
# Options Menu panel
#
resOptionMenuTextNormal = "0,0,0"
resOptionMenuTextSelected = "255,255,255"

#
# Contacts panel
#
resContactName = "0,0,0"
resContactNameSelected = "255,255,255"
resContactNumber = "255,255,255"
resContactScrollbar = "175,255,45"
resContactScrollbarText = "0,0,0"
resContactSelected = "0,100,0"

#
# TaskList panel
#
resTaskListSubject = "0,0,0"
resTaskListDetails = "255,255,255"
resTaskListOverDue = "115,15,15"
resTaskListScrollbar = "175,255,45"
resTaskListSelected = "0,100,0"

--------------------------------------------------------------------------

The GekoDev Team.
Reply With Quote
Reply

Tags
abyss, black ice, color, italian red, juice, jungle, pinky boots, skin, velvet

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:55 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.