decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
914 stars 34 forks source link

tag color is too dark! #535

Closed hujie12306 closed 1 year ago

hujie12306 commented 1 year ago

Describe the bug

tag color is too dark! I can not read words. image

Steps to reproduce

When choose multi-tags

Expected behavior

light color.

Are you using the mobile app?

No

Obsidian debug info

no this option image

image

Relevant log output

No response

decaf-dev commented 1 year ago

@hujie12306 Which theme are you using?

hujie12306 commented 1 year ago

您使用的是哪个主题?

image Blue Topaz

decaf-dev commented 1 year ago

@hujie12306 I cannot reproduce this in 6.18.0.

highestpeak commented 1 year ago

color dark can be solved by using Mysnippets plugin to change. just add a snippet and add color like bellow to the snippet. finnaly enable it . problem solved!

.dataloom-light-gray--dark {
    background-color: #f12;
}
.dataloom-gray--dark {
    background-color: #f12;
}
.dataloom-brown--dark {
    background-color: #f12;
}
.dataloom-orange--dark {
    background-color: #f12;
}
.dataloom-yellow--dark {
    background-color: #f12;
}
.dataloom-green--dark {
    background-color: #f12;
}
.dataloom-blue--dark {
    background-color: #f12;
}
.dataloom-purple--dark {
    background-color: #f12;
}
.dataloom-pink--dark {
    background-color: #f12;
}
.dataloom-red--dark {
    background-color: #f12;
}
Arnoud-B commented 4 months ago

This happens to me too with the Border theme. I don't have the issue with the Things and Minimal themes.

It's only apparent when applying the Border theme and then restarting Obsidian and re-opening the note with a loom in it. When switching to Border without restarting Obsidian everything is fine. Switching to dark mode (system) and back also fixes it. But those are temporary fixes.