// Prose style 1 // Last edited on 2019-04-17 21:00:57 by stolfilocal // Font colors #declare bg_light_intensity = 0.7; #declare mg_light_intensity = 0.3; #declare fg_light_intensity = 0.3; #include "texture_bulb.inc" #declare char_color = < 1.00, 0.77, 0.00 >; #declare char_texture = texture{ texture_bulb(char_color) } #declare octal_color = < 1.00, 0.55, 0.00 >; #declare octal_texture = texture{ texture_bulb(octal_color) } #declare decimal_color = < 0.00, 1.00, 0.55 >; #declare decimal_texture = texture{ texture_bulb(decimal_color) }