Comfy-Org / Comfy-Org/ComfyUI

Dark Theme "descrip-text" default color update.

Open
#3,303 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

![image](https://github.com/comfyanonymous/ComfyUI/assets/164315771/59309a34-5a0d-4568-9060-da3953ee107e)

Default Dark Theme "descrip-text" default color update.

Please change color of from

```
"descrip-text": "#999"
```
to

```
"descrip-text": "#ddd"
```

Before update

![image](https://github.com/comfyanonymous/ComfyUI/assets/164315771/a196baed-c01b-4a0c-8141-11f90d66b2be)

After Update

![image](https://github.com/comfyanonymous/ComfyUI/assets/164315771/29fc8ac1-e6ef-4247-bac5-279692dcda46)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.