You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: