Skip to content

Commit 611ef33

Browse files
committed
WIP
1 parent 9ce33ae commit 611ef33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gui-lib/framework/private/color-prefs.rkt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@
741741
"color-names: ~a\nstyle-names:\n~a\n"
742742
(sort (set->list known-color-names) symbol<?)
743743
(sort (set->list known-style-names) symbol<?))
744-
(define preferred-color-scheme (if (white-on-black-panel-scheme?)
744+
(define preferred-color-scheme (if (white-on-black-color-scheme?)
745745
(preferences:get 'framework:color-scheme-wob)
746746
(preferences:get 'framework:color-scheme)))
747747
(for ([dir (in-list (find-relevant-directories '(framework:color-schemes)))])
@@ -879,7 +879,7 @@
879879
[inverted-base-name
880880
(define inverted-base (lookup-color-scheme inverted-base-name))
881881
(cond
882-
[(equal? (white-on-black-panel-scheme?)
882+
[(equal? (white-on-black-color-scheme?)
883883
(color-scheme-white-on-black-base? inverted-base))
884884
inverted-base-name]
885885
[else #f])]
@@ -1301,7 +1301,7 @@
13011301
(revert-to-color-scheme-defaults
13021302
(get-current-color-scheme
13031303
#:wob?
1304-
(white-on-black-panel-scheme?))))]))
1304+
(white-on-black-color-scheme?))))]))
13051305
(define white-on-black-mode-choice
13061306
(case (system-type)
13071307
[(windows)

0 commit comments

Comments
 (0)