Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 17985) +++ trunk/src/conf_core.h (revision 17986) @@ -192,7 +192,6 @@ CFT_COLOR rat; CFT_COLOR invisible_objects; CFT_COLOR invisible_mark; - CFT_COLOR element_selected; CFT_COLOR rat_selected; CFT_COLOR connected; CFT_COLOR off_limit; Index: trunk/src/obj_common.h =================================================================== --- trunk/src/obj_common.h (revision 17985) +++ trunk/src/obj_common.h (revision 17986) @@ -206,7 +206,7 @@ pcb_layergrp_id_t grp = -1; \ if (layer->meta.bound.type & PCB_LYT_SILK) { \ if (sel) \ - dst = conf_core.appearance.color.element_selected; \ + dst = conf_core.appearance.color.selected; \ else \ dst = conf_core.appearance.color.element; \ break; \ @@ -225,7 +225,7 @@ } \ } \ if (sel) \ - dst = conf_core.appearance.color.element_selected; \ + dst = conf_core.appearance.color.selected; \ else \ dst = conf_core.appearance.color.invisible_objects; \ } while(0) Index: trunk/src/pcb-conf.lht =================================================================== --- trunk/src/pcb-conf.lht (revision 17985) +++ trunk/src/pcb-conf.lht (revision 17986) @@ -165,7 +165,6 @@ rat = {#b8860b} invisible_objects = {#cccccc} invisible_mark = {#cccccc} - element_selected = {#00ffff} rat_selected = {#00ffff} connected = {#00ff00} off_limit = {#cccccc}