
FC2 boot logo (by JT jun.)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
zammi
16 years ago
Report
mbreeze
16 years ago
static GdkColor start_color = {0, 0xFFFF, 0xFFFF, 0xFFFF};
static GdkColor end_color = {0, 0x5c5c, 0x5c5c, 0x5c5c};;
static GdkColor background = {0, 0x4c4c, 0x4c4c, 0x4c4c};
static GdkColor highlight = {0, 0x5c5c, 0x5c5c, 0x5c5c};
I found this from the following link:
http://www.redhat.com/archives/fedora-list/2003-November/msg07121.html
I think this is still the same with the current version of rchb, but i havn't tried altering it so i cant say for sure.
M
Report
mbreeze
16 years ago
static GdkColor start_color = {0, 0xFFFF, 0xFFFF, 0xFFFF};
static GdkColor end_color = {0, 0x5c5c, 0x5c5c, 0x5c5c};;
static GdkColor background = {0, 0x4c4c, 0x4c4c, 0x4c4c};
static GdkColor highlight = {0, 0x5c5c, 0x5c5c, 0x5c5c};
I found this from the following link:
http://www.redhat.com/archives/fedora-list/2003-November/msg07121.html
I think this is still the same with the current version of rchb, but i havn't tried altering it so i cant say for sure.
M
Report