summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:22:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:22:55 +0200
commit4708a6580e9af65cd15769e87487fdf4456f1e00 (patch)
treecab74fde5878c0b6700e32394222e05551433764 /src/gmdocument.c
parenta77fa47a50968550a6de4058c83b0db9a4642dfb (diff)
GmDocument: Palette tuning
The greenish-yellow was a bit off-putting.
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 72bd0f33..abfefea7 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -921,7 +921,7 @@ void setThemeSeed_GmDocument(iGmDocument *d, const iBlock *seed) {
921 violet_Hue, 921 violet_Hue,
922 pink_Hue 922 pink_Hue
923 }; 923 };
924 static const float hues[] = { 5, 25, 40, 56, 80, 120, 160, 180, 208, 231, 270, 324 }; 924 static const float hues[] = { 5, 25, 40, 56, 80 + 15, 120, 160, 180, 208, 231, 270, 324 };
925 static const struct { 925 static const struct {
926 int index[2]; 926 int index[2];
927 } altHues[iElemCount(hues)] = { 927 } altHues[iElemCount(hues)] = {
@@ -929,7 +929,7 @@ void setThemeSeed_GmDocument(iGmDocument *d, const iBlock *seed) {
929 { 8, 3 }, /* reddish orange */ 929 { 8, 3 }, /* reddish orange */
930 { 7, 9 }, /* yellowish orange */ 930 { 7, 9 }, /* yellowish orange */
931 { 5, 7 }, /* yellow */ 931 { 5, 7 }, /* yellow */
932 { 8, 2 }, /* greenish yellow */ 932 { 6, 2 }, /* greenish yellow */
933 { 1, 3 }, /* green */ 933 { 1, 3 }, /* green */
934 { 2, 4 }, /* bluish green */ 934 { 2, 4 }, /* bluish green */
935 { 2, 11 }, /* cyan */ 935 { 2, 11 }, /* cyan */