mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: add new default color scheme
This is based on the Subusrface logo colors, keeping the hue and modifying the saturation and value in order to get what to me looks like a fairly pleasant color setup. This is an attempt to come up with a good default. By all means, this is supposed to be a starting point to make it better, not a decision on what the colors should be. I would however claim that they are better than the previously available options :-) I like the idea of basing this on our existing colors - but even that is up for modification if someone has a better proposal. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
921041163b
commit
be47ce6241
4 changed files with 24 additions and 4 deletions
|
@ -44,9 +44,10 @@ struct template_options {
|
|||
}
|
||||
};
|
||||
|
||||
extern template_options::color_palette_struct almond_colors, blueshades_colors, custom_colors;
|
||||
extern template_options::color_palette_struct ssrf_colors, almond_colors, blueshades_colors, custom_colors;
|
||||
|
||||
enum color_palette {
|
||||
SSRF_COLORS,
|
||||
ALMOND,
|
||||
BLUESHADES,
|
||||
CUSTOM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue