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

Feature Request: Customizable and Predefined Color Schemes in FixedPageUI #4098

Open
rajeev-k-verma opened this issue Feb 20, 2024 · 0 comments

Comments

@rajeev-k-verma
Copy link

Greetings, SumatraPDF developers!

Currently, the FixedPageUI settings allow us to set the TextColor, BackgroundColor, and SelectionColor. However, it would be beneficial to have predefined color schemes that users can switch between and also edit these color schemes. This would make SumatraPDF more user-friendly and visually appealing.

Here's an example of what this might look like if this feature were implemented:

FixedPageUI [
	[ 	Name = "Default"
		TextColor = #212121
		BackgroundColor = #f2f2f2
		SelectionColor = #d3d3d3
	]
	[
		Name = "Dark Theme"
		TextColor = #cccccc
		BackgroundColor = #333333
		SelectionColor = #808080
	]
	[
		Name = "Old Book Theme"
		TextColor = #2e1800
		BackgroundColor = #f1e9d7
		SelectionColor = #b68a65
	]
	[
		Name = "Minimalist Theme"
		TextColor = #333333
		BackgroundColor = #ffffff
		SelectionColor = #cccccc
	]
]

Best Regards,
Rajeev Kumar Verma

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

No branches or pull requests

1 participant