Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

[Question] Would a dark mode / light mode be wanted? #69

Open
MetallicSquid opened this issue Jul 16, 2019 · 0 comments
Open

[Question] Would a dark mode / light mode be wanted? #69

MetallicSquid opened this issue Jul 16, 2019 · 0 comments

Comments

@MetallicSquid
Copy link

I have just come across this project and think it's great. I would like to help, but many of the issues I don't know how to fix (e.g. how to implement 'Astral Plane Characters'). So, after reading through the code, I realised that adding another colour palette wouldn't be too hard as it would only require changing:
fg: SolidColorBrush::create(rt).with_color(0xf0f0ea).build().unwrap(),
bg: SolidColorBrush::create(rt).with_color(0x272822).build().unwrap(),
sel: SolidColorBrush::create(rt).with_color(0x49483e).build().unwrap(),

So my question is: Is this wanted by the people in charge of this project?

I would understand if it isn't, and I am working on copy and paste functionality, but this seemed like a fun side-feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant