diff options
author | Michael Bäuerle <michael.baeuerle@stz-e.de> | 2023-01-25 16:00:51 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-01-26 11:12:18 -0800 |
commit | 846249c8bb9f113573c7c6504ea45ae673f4652b (patch) | |
tree | f1f72a699cfbc91d7e1bd91f9c020453f9e1f133 | |
parent | 478c9725430c0087e08547fad5f93072f459da94 (diff) |
Key color highlighting still incorrect
Update red keys on right and make the hexadecimal digit keys white too
Fixes: 19eb8ce ("TI mode: correct key color highlighting")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | app-defaults/XCalc-color | 56 |
1 files changed, 41 insertions, 15 deletions
diff --git a/app-defaults/XCalc-color b/app-defaults/XCalc-color index 0ef82c7..ede429e 100644 --- a/app-defaults/XCalc-color +++ b/app-defaults/XCalc-color @@ -28,21 +28,6 @@ XCalc*ti.Command.borderColor: rgb:8/9/a XCalc*ti.Command.background: rgb:c/d/e XCalc*ti.Command.foreground: gray5 -XCalc*ti.button20.foreground: gray5 -XCalc*ti.button20.background: rgb:e/d/c -XCalc*ti.button20.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 -XCalc*ti.button20.borderColor: rgb:9/8/7 - -XCalc*ti.button25.foreground: gray5 -XCalc*ti.button25.background: rgb:e/d/c -XCalc*ti.button25.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 -XCalc*ti.button25.borderColor: rgb:9/8/7 - -XCalc*ti.button30.foreground: gray5 -XCalc*ti.button30.background: rgb:e/d/c -XCalc*ti.button30.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 -XCalc*ti.button30.borderColor: rgb:9/8/7 - XCalc*ti.button35.foreground: gray5 XCalc*ti.button35.background: rgb:e/d/c XCalc*ti.button35.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 @@ -53,8 +38,49 @@ XCalc*ti.button40.background: rgb:e/d/c XCalc*ti.button40.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 XCalc*ti.button40.borderColor: rgb:9/8/7 +XCalc*ti.button45.foreground: gray5 +XCalc*ti.button45.background: rgb:e/d/c +XCalc*ti.button45.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button45.borderColor: rgb:9/8/7 + +XCalc*ti.button50.foreground: gray5 +XCalc*ti.button50.background: rgb:e/d/c +XCalc*ti.button50.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button50.borderColor: rgb:9/8/7 + +XCalc*ti.button55.foreground: gray5 +XCalc*ti.button55.background: rgb:e/d/c +XCalc*ti.button55.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button55.borderColor: rgb:9/8/7 + ! "Number" keys. +! "D" +XCalc*ti.button27.background: gray95 +XCalc*ti.button27.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button27.borderColor: gray65 +! "E" +XCalc*ti.button28.background: gray95 +XCalc*ti.button28.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button28.borderColor: gray65 +! "F" +XCalc*ti.button29.background: gray95 +XCalc*ti.button29.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button29.borderColor: gray65 + +! "A" +XCalc*ti.button32.background: gray95 +XCalc*ti.button32.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button32.borderColor: gray65 +! "B" +XCalc*ti.button33.background: gray95 +XCalc*ti.button33.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button33.borderColor: gray65 +! "C" +XCalc*ti.button34.background: gray95 +XCalc*ti.button34.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 +XCalc*ti.button34.borderColor: gray65 + ! "7" XCalc*ti.button37.background: gray95 XCalc*ti.button37.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90 |