Commit 6c69853a authored by comfyanonymous's avatar comfyanonymous
Browse files

Change colour of background in light theme.

parent 19ce3df8
...@@ -100,7 +100,7 @@ const colorPalettes = { ...@@ -100,7 +100,7 @@ const colorPalettes = {
}, },
"comfy_base": { "comfy_base": {
"fg-color": "#222", "fg-color": "#222",
"bg-color": "#FFF", "bg-color": "#DDD",
"comfy-menu-bg": "#F5F5F5", "comfy-menu-bg": "#F5F5F5",
"comfy-input-bg": "#C9C9C9", "comfy-input-bg": "#C9C9C9",
"input-text": "#222", "input-text": "#222",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment