# How to change default colors of colorNumberPicker?

**URL:** https://forum.makecode.com/t/how-to-change-default-colors-of-colornumberpicker/4060
**Category:** micro:bit
**Created:** [October 24, 2020, 2:23pm UTC](https://forum.makecode.com/t/how-to-change-default-colors-of-colornumberpicker/4060 "2020-10-24T14:23:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MKleinSB](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mkleinsb/32/593_2.png) [@MKleinSB](https://forum.makecode.com/u/MKleinSB)
#### Post date: [October 24, 2020, 2:23pm UTC](https://forum.makecode.com/t/how-to-change-default-colors-of-colornumberpicker/4060/1 "2020-10-24T14:23:15Z")

</div>

I made an extension for a RGB-Colorsensor. I want the user to chose which color to recognize and wanted to change the colors of the colorNumberPicker to match better. But I can´t find informations on how to do it. //% color.defl=0xD4A012 only changes the current color but nothing of the picker.  
Can anyone help?

/% color="#D063CF"  
namespace rgb {  
//% block=“show color $color”  
//% color.shadow=“colorNumberPicker”  
export function showColor(color: number) {  
}  
}  
 ![grafik](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/1/1cd2d7aceaf23a49a83bcabf8679b9f409839ccb.png)
