~darkxst/ubuntu/quantal/ubuntu-gnome-default-settings/lp1060123

« back to all changes in this revision

Viewing changes to lib/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script

  • Committer: Everaldo Canuto
  • Date: 2012-10-03 07:27:14 UTC
  • Revision ID: everaldo.canuto@gmail.com-20121003072714-akss042gxfeb0lyn
Changed text color for plymouth messages to white 

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
text_colour.green = 1.0;
29
29
text_colour.blue = 1.0;
30
30
 
31
 
# Tinted text #988592
32
 
tinted_text_colour.red = 0.59;
33
 
tinted_text_colour.green = 0.52;
34
 
tinted_text_colour.blue = 0.57;
 
31
# Tinted text #e1e1e1
 
32
tinted_text_colour.red = 0.87;
 
33
tinted_text_colour.green = 0.87;
 
34
tinted_text_colour.blue = 0.87;
35
35
 
36
36
# Action Text - #ffffff - RGB 255 255 255
37
37
action_text_colour.red = 1.0;