diff --git a/static/themes/_list.json b/static/themes/_list.json index fe4409b76..fe5ce3114 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -618,5 +618,10 @@ "name": "comfy", "bgColor" : "#4A5B6E", "textColor":"#F8CDC6" + }, + { + "name": "tiramisu", + "bgColor" : "#CFC6B9", + "textColor":"#C0976F" } ] diff --git a/static/themes/tiramisu.css b/static/themes/tiramisu.css new file mode 100644 index 000000000..0d0b084a8 --- /dev/null +++ b/static/themes/tiramisu.css @@ -0,0 +1,11 @@ +:root { + --bg-color: #cfc6b9; + --main-color: #c0976f; + --caret-color: #7d5448; + --sub-color: #c0976f; + --text-color: #7d5448; + --error-color: #e9632d; + --error-extra-color: #e9632d; + --colorful-error-color: #e9632d; + --colorful-error-extra-color: #e9632d; +}