Hi Jeremy, 

I have created a made the pallette free of the attendant CSS.  I have also 
created a corresponding Solarized Light palette which I think is better 
than the current one. How to proceed?
I have spotted some bugs as well:
in $:/themes/tiddlywiki/vanilla/base
   
   - .tc-drop-down button.tc-btn-invisible:hover svg background-color 
   should be the colour background to ensure that highlighted row's icon in 
   the dropdown menu looks good when highlighed.
   - .tc-block-dropdown a:hover can be the foreground colour instead so the 
   links can be more interesting colours (This is not a bug just a better 
   choice IMHO)
   - In .tc-editor-toolbar: background-color: <<colour 
   tiddler-controls-foreground>>; can be <<colour tiddler-background>> instead. 
   Even inherit is better than the current tiddler-controls-foreground
    choice.
   - To remove the ouline visible on clicking in chrome, add: button, 
   textarea, input, select {outline-width: 0;}

Bug with tag's x button fill?

In $:/core/ui/EditTemplate/tags, this code doesnt seem to work properly for 
some reason ():

\define tag-styles()
background-color:$(backgroundColor)$;
fill:$(foregroundColor)$;
color:$(foregroundColor)$;
\end

It outputs the following instead of actual values (I get this by inspecting 
the tag):

background-color:;
fill:<<colour sbase0>>;
color:<<colour sbase0>>;


Thanks for your response,
Adithya

On Tuesday, July 14, 2020 at 3:07:56 PM UTC+5:30, Jeremy Ruston wrote:
>
> Hi Adithya
>
> The problem with the preview swatches in control panel is a bug. I’ve 
> filed an issue here:
>
> https://github.com/Jermolene/TiddlyWiki5/issues/4755
>
> If you’d like to submit the palette to the core we’ll need to avoid the 
> attendant CSS: palettes in TW5 just consist of the palette tiddler.
>
> Best wishes
>
> Jeremy
>
> On 13 Jul 2020, at 13:43, Adithya B M <[email protected] <javascript:>> 
> wrote:
>
> I had some doubts:
> * How to make colours visible in the settings menu's pallette preview 
> (look for SolarizedDark in the pallette tab at 
> http://adithyab.tiddlyspot.com/#%24%3A%2FControlPanel)
>
> Adithya
>
> On Monday, July 13, 2020 at 5:58:15 PM UTC+5:30, Adithya B M wrote:
>>
>> I made adapted the SolarizedDark Palette for TW. Checkit here: 
>> http://adithyab.tiddlyspot.com/
>> It requres some css things to work properly (
>> http://adithyab.tiddlyspot.com/#adithyab%2Fcss)
>>
>> How to push this into the main TW repository? Should I fork and give a 
>> pull request?
>>
>> Please share your comments. 
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/0c73915a-4b47-40ca-96ee-dcee47d1ca9co%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/0c73915a-4b47-40ca-96ee-dcee47d1ca9co%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e41eb5b7-ed40-418a-8e26-989922619382o%40googlegroups.com.

Reply via email to