Skip to content
New issue

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

Default predefined color presets #86

Open
Acclorite opened this issue Sep 26, 2024 · 5 comments
Open

Default predefined color presets #86

Acclorite opened this issue Sep 26, 2024 · 5 comments
Assignees
Labels
🚀 Feature request New feature request or improvement

Comments

@Acclorite
Copy link
Owner

Acclorite commented Sep 26, 2024

Why you want this feature to be implemented? Please describe.
By @MalcolmReed-ent
Sometimes, reading in light mode, especially on a phone, can be straining on the eyes. Adjusting the theme by selecting specific RGB or HSL colors can be a bit tedious. I was wondering if we could add presets for themes, such as sepia for preset 2 and dark mode for preset 3. This would make it easier for users to switch between comfortable reading options without having to manually adjust each color value in the color settings.

Also, add HEX(or RGB) text field to write colors instead of slider.

Describe the feature you'd like to be implemented
Create a couple of good, already predefined color presets with availability of customizing/deleting them.

@Acclorite Acclorite added the 🚀 Feature request New feature request or improvement label Sep 26, 2024
@Acclorite Acclorite self-assigned this Sep 26, 2024
@Acclorite Acclorite added this to the Reader Improvement milestone Sep 27, 2024
Repository owner deleted a comment Oct 24, 2024
@nitinsooni
Copy link

Did you finalize some presets bro? I've some themes in mind:-

Dark theme:-

  • Background - rgb(0, 0, 0)
  • Font - rgb(204, 204, 204)

dark

Sepia theme:-

  • Background - rgb(236, 225, 202)
  • Font - rgb(100, 80, 50)

sepia

And light theme of app is fine.

@ConEstArthur
Copy link

Catpuccin colors would look nice I think. I'm currently using them on foliate.
https://github.com/catppuccin/foliate

@Cristark02
Copy link

Catpuccin colors would look nice I think. I'm currently using them on foliate. https://github.com/catppuccin/foliate

SmartSelect_20241205_173547_Book's Story
They really look nice
Screenshot_20241205_173714_Book's Story

@Acclorite
Copy link
Owner Author

@Cristark02, you can give me RGB, so I can add these.

@Cristark02
Copy link

For clear mode Catpuccin:
Background 230,241,245
Font 76,79,119

For dark mode Catpuccin:
Background 17, 17, 27
Font 245, 224, 220

I used the official color palette

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request or improvement
Projects
Status: Todo
Development

No branches or pull requests

4 participants