# Change the Channel List VC Navigationbar Color in Dark Mode

**URL:** https://community.sendbird.com/t/change-the-channel-list-vc-navigationbar-color-in-dark-mode/5106
**Category:** iOS
**Tags:** uikit, ios
**Created:** [July 19, 2022, 8:00pm UTC](https://community.sendbird.com/t/change-the-channel-list-vc-navigationbar-color-in-dark-mode/5106 "2022-07-19T20:00:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Janakiram\_Palepu](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/janakiram_palepu/32/2207_2.png) [@Janakiram\_Palepu](https://community.sendbird.com/u/Janakiram_Palepu)
#### Post date: [July 19, 2022, 8:00pm UTC](https://community.sendbird.com/t/change-the-channel-list-vc-navigationbar-color-in-dark-mode/5106/1 "2022-07-19T20:00:05Z")

</div>

Sendbird UIKit v3.0  
iOS Version 15.5

I would kill to change the navigation bar color to black in dark mode for SBUGroupChannelListViewController. Currently I’m using below code using Themes which works but it sets the navigational color to gray in dark mode. but I would like to change it to black , just one change.

```
        if UITraitCollection.current.userInterfaceStyle == .dark {
            print("Dark mode")
            SBUTheme.set(theme: .dark)
        } else {
            SBUTheme.set(theme: .light)
            print("Light mode")
        }

```

Attached screenshots for reference.

 ![Simulator Screen Shot - iPhone 13 Pro Max - 2022-07-20 at 01.25.17](https://us1.discourse-cdn.com/flex020/uploads/sendbird/original/2X/e/eb84140bdf98e49060b7cf4adeeb79c2c4673449.jpeg)  
 ![Simulator Screen Shot - iPhone 13 Pro Max - 2022-07-20 at 01.25.23](https://us1.discourse-cdn.com/flex020/uploads/sendbird/original/2X/5/5237f27400b48347b48132b4c93f52c3ee447256.jpeg)

Can you please suggest me a way to customise the appearance of the nabber in dark mode.

-Janakiram

---

<div class="post-metadata">

### Author: ![Janakiram\_Palepu](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/janakiram_palepu/32/2207_2.png) [@Janakiram\_Palepu](https://community.sendbird.com/u/Janakiram_Palepu)
#### Post date: [July 26, 2022, 12:02pm UTC](https://community.sendbird.com/t/change-the-channel-list-vc-navigationbar-color-in-dark-mode/5106/2 "2022-07-26T12:02:03Z")

</div>

> [@Janakiram\_Palepu](#):
>
> I would kill to change the navigation bar color to black in dark mode for SBUGroupChannelListViewController. Currently I’m using below code using Themes which works but it sets the navigational color to gray in dark mode. but I would like to change it to black , just one change.
> 
> ```auto
> 
> ```

Team ,

Any update on this ?.

-Janakiram
