suggestion: custom styling #2

Open
opened 2021-05-30 19:45:20 +00:00 by Ghost · 3 comments

edit: sorry if I put it in the wrong place instead of archived repo?

probably custom css, possibly also user-friendlier customization (e.g. colorpickers)?

one reason would be light/dark theme switching and customizing (including font size, font family, front/background colors, etc)

and main reason I'm asking would be, since my phone's fonts seem weird, in that ┌ (and other side) is way higher than supposed, while ┍ and other chars draw fine, I could then force a known good font with css, or font selection box

edit: sorry if I put it in the wrong place instead of archived repo? probably custom css, possibly also user-friendlier customization (e.g. colorpickers)? one reason would be light/dark theme switching and customizing (including font size, font family, front/background colors, etc) and main reason I'm asking would be, since my phone's fonts seem weird, in that ┌ (and other side) is way higher than supposed, while ┍ and other chars draw fine, I could then force a known good font with css, or font selection box
tslocum added the
enhancement
label 2021-05-31 02:17:45 +00:00
Owner

It should be fairly simple to add an input box where you can add custom rules, and choose whether to append or replace the existing CSS entirely.

It should be possible to toggle the built-in dark theme by enabling and setting the prefers-color-scheme feature within your browser. See these instructions for Firefox, under "It might be simpler to modify the global preference."

It should be fairly simple to add an input box where you can add custom rules, and choose whether to append or replace the existing CSS entirely. It should be possible to toggle the built-in dark theme by enabling and setting the prefers-color-scheme feature within your browser. See [these instructions](https://discourse.mozilla.org/t/how-to-test-preferred-color-scheme-dark-mode-with-firefox/40769/7) for Firefox, under "It might be simpler to modify the global preference."
Owner

I don't plan on adding color pickers but a PR adding such a feature would be helpful. I'll leave this open until that is added.

I don't plan on adding color pickers but a PR adding such a feature would be helpful. I'll leave this open until that is added.
tslocum added the
help wanted
label 2021-07-10 18:15:55 +00:00
Owner

This can also be solved by using a browser extension instead. You could apply custom styling to all pages served on localhost:1967/*.

This can also be solved by using a browser extension instead. You could apply custom styling to all pages served on `localhost:1967/*`.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/xenia#2
No description provided.