View Single Post
Posts: 112 | Thanked: 105 times | Joined on Mar 2010 @ Montpellier, FRANCE
#230
Hello vlad

Tanks for your work.

I've made somme change in th style file:

Code:
style "station_label_font" {
     fg[NORMAL] =  "#ffffff"
}
style "station_label_shadow_font" {
     fg[NORMAL] =  "#bdbdbd"
}
style "first_temp_font" {
     fg[NORMAL] =  "#ffda9f"
}
style "first_temp_shadow_font" {
     fg[NORMAL] =  "#000000"
}
style "high_temp_font" {
     fg[NORMAL] =  "#ffda9f"
}
style "low_temp_font" {
     fg[NORMAL] =  "#ffffff"
}
style "day_font" {
     fg[NORMAL] =  "#564a3b"
}
style "wind_font" {
     fg[NORMAL] =  "#564a3b"
}

widget "*.omweather_preset_day_label" style "day_font"
widget "*.omweather_preset_high_temp_label" style "high_temp_font"
widget "*.omweather_preset_low_temp_label" style "low_temp_font"
widget "*.omweather_preset_wind_label" style "wind_font"
widget "*.omweather_preset_station_shadow_label" style "station_label_shadow_font"
widget "*.omweather_preset_station_label" style "station_label_font"
widget "*.omweather_preset_first_temp" style "first_temp_font"
widget "*.omweather_preset_first_shadow_temp" style "first_temp_shadow_font"
And can you change the directory name to -> "ExtraCoffee".

All credits for the name and the colors style to D-Iivil the creator of Black-Plastic theme.

Last edited by GaRy delaMEr; 2010-09-26 at 19:49.