Hi Jamal, So, I’m assuming you want to change the RGB value of one of the theme colors to something different, is that true? If that’s what you want to do it is quite easy: Theme theme = Theme.getTheme(); theme.setColor(index, new Color(…)); But, note that you should do this before displaying any GUI elements because components that have already been painted will not be updated by making this call.
HTH, ~Roger From: Jamal BERRICH [mailto:jberr...@gmail.com] Sent: Tuesday, June 03, 2014 5:31 AM To: user@pivot.apache.org Subject: Pivot theme Hi, I want to create my own theme color to applicate to my new Pivot application (i will share a screencast as soon) but how :( ? Best, Jamal