File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
gui-lib/framework/private Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)))])
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 ])]
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)
You can’t perform that action at this time.
0 commit comments