Dark Theme "descrip-text" default color update.
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description

Default Dark Theme "descrip-text" default color update.
Please change color of from
```
"descrip-text": "#999"
```
to
```
"descrip-text": "#ddd"
```
Before update

After Update

For better readability
```
{
"id": "dark",
"name": "Dark (Default)",
"colors": {
"comfy_base": {
"fg-color": "#fff",
"bg-color": "#202020",
"comfy-menu-bg": "#353535",
"comfy-input-bg": "#222",
"input-text": "#ddd",
"descrip-text": "#ddd",
"drag-text": "#ccc",
"error-text": "#ff4444",
"border-color": "#4e4e4e",
"tr-even-bg-color": "#222",
"tr-odd-bg-color": "#353535"
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.