markless
markless copied to clipboard
how to set the markless.customStyle ?
sorry noob question. i tried using relative path to a .css file in my workspace but i didn't see any change
chatGPT gave a complicated answer and i'm not sure about that, by editing the setting.json file. something like:
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "markup.list",
"settings": {
...
please help
Can you upload the content of your css file?
thanks @Sean10 here is the screenshot
Sorry for the misleading customStyle.
Now it only support css selector in src/common-decorations.js
Example:
.markless-rainbow-1 {
color: #000000;
}
.markless-rainbow-2 {
color: #000000;
}
thanks @Sean10 i will try it 👍