# User Directory Feedback - dark theme colors

**URL:** https://meta.discourse.org/t/user-directory-feedback-dark-theme-colors/26558
**Category:** Bug
**Created:** [2015 年 3 月 20 日午前 12:48 UTC](https://meta.discourse.org/t/user-directory-feedback-dark-theme-colors/26558 "2015-03-20T00:48:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [2015 年 3 月 20 日午前 12:48 UTC](https://meta.discourse.org/t/user-directory-feedback-dark-theme-colors/26558/1 "2015-03-20T00:48:59Z")

</div>

User directory needs a couple of tweaks for dark themes.

Note table numbers are unreadable and user count:

 ![](https://global.discourse-cdn.com/meta/original/3X/0/6/0631485aad41ef17a7c8d7acd87ae8bd8f545530.JPG)

After a couple of tweaks (some specific to my theme):

 ![](https://global.discourse-cdn.com/meta/original/3X/9/b/9bb5489830742f3cb716dcd28e4e8e556675946b.JPG)

Quick work-around for dark themes:

```CSS
.directory table td .number,
.directory table td .time-read,
.directory table th .number,
.directory table th .time-read,
.directory .total-rows {
    color:white;
}

```

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [2015 年 3 月 20 日午後 6:57 UTC](https://meta.discourse.org/t/user-directory-feedback-dark-theme-colors/26558/2 "2015-03-20T18:57:14Z")

</div>

I’ve got a proper fix ready for dark themes so you don’t need the workaround:

[https://github.com/discourse/discourse/commit/8041342267cc9d56e8e8a0c959f893b2c47505af](https://github.com/discourse/discourse/commit/8041342267cc9d56e8e8a0c959f893b2c47505af)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015 年 3 月 20 日午後 8:06 UTC](https://meta.discourse.org/t/user-directory-feedback-dark-theme-colors/26558/3 "2015-03-20T20:06:20Z")

</div>


