We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Congratulations for Tekkan!
It'd be nice if, besides bg, navbg, listbg, textcolor and card, the following colours could also be tweaked:
bg
navbg
listbg
textcolor
card
Add a card
#888
Add a list
rgba(255,255,255,.7)
Additionally, the documentation at https://ibnishak.github.io/Tekkan/#How%20to%20add%20custom%20palettes could be improved by replacing the 2nd step with something like:
Fill in the tiddler with the following information:
Name: $:/Tekan/Palette/<YourColourPaletteName> Tag: $:/Tekan/Palette Type: application/x-tiddler-dictionary Content:
$:/Tekan/Palette/<YourColourPaletteName>
$:/Tekan/Palette
application/x-tiddler-dictionary
bg: <board background colour> navbg: <navigation bar background colour> listbg: <list background colour> textcolor: <list title, card content, list action items, etc. foreground colour> card: <? colour> cardaddcolor: <"Add card" foreground colour> listaddcolor: <"Add list" foreground colour>
I could not find where card is used. cardaddcolor and listaddcolor above are just name suggestions for the newly configured colours.
cardaddcolor
listaddcolor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Congratulations for Tekkan!
It'd be nice if, besides
bg
,navbg
,listbg
,textcolor
andcard
, the following colours could also be tweaked:Add a card
(currently hardcoded to#888
)Add a list
(currently hardcoded torgba(255,255,255,.7)
)Additionally, the documentation at https://ibnishak.github.io/Tekkan/#How%20to%20add%20custom%20palettes could be improved by replacing the 2nd step with something like:
Fill in the tiddler with the following information:
Name:
$:/Tekan/Palette/<YourColourPaletteName>
Tag:
$:/Tekan/Palette
Type:
application/x-tiddler-dictionary
Content:
I could not find where
card
is used.cardaddcolor
andlistaddcolor
above are just name suggestions for the newly configured colours.The text was updated successfully, but these errors were encountered: