starlit  Diff

Differences From Artifact [fb5dcf0ef1]:

To Artifact [81b3a1522a]:


    40     40   		color = lib.color(1,.8,0.1);
    41     41   	};
    42     42   	calcium = {
    43     43   		name = 'calcium', sym = 'Ca', n = 20; density = 1.55;
    44     44   		metal = true;
    45     45   		color = lib.color(1,1,0.7);
    46     46   	};
           47  +	magnesium = {
           48  +		name = 'magnesium', sym = 'Mg', n = 12, density = 1.738;
           49  +		metal = true;
           50  +		color = lib.color(0.7, 0.7, 0.7);
           51  +	};
    47     52   	aluminum = {
    48     53   		name = 'aluminum', sym = 'Al', n = 13;  density = 2.7;
    49     54   		metal = true;
    50         -		color = lib.color(0.9,.95,1);
           55  +		color = lib.color(0.5,.55,.6);
    51     56   	};
    52     57   	iron = {
    53     58   		name = 'iron', sym = 'Fe', n = 26;  density = 7.874;
    54     59   		metal = true;
    55     60   		color = lib.color(.3,.3,.3);
    56     61   	};
    57     62   	copper = {