We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611ef33 commit 8f9d33aCopy full SHA for 8f9d33a
gui-lib/framework/private/color-prefs.rkt
@@ -1,4 +1,20 @@
1
#lang racket/unit
2
+
3
+#|
4
5
+The color scheme library should probalby move into mrlib
6
+so that other mrlib libraries can depend on it without
7
+pulling in the framework.
8
9
+I'm not sure how to do that wrt to the editor style list,
10
+tho, as the sharing of that is pretty key to how this works.
11
12
+Notably the syntax snips don't quite work currently; when you
13
+open them and then switch from dark to light mode, the label
14
+on top's background stays in the wrong mode.
15
16
+|#
17
18
(require racket/class
19
racket/gui/base
20
string-constants
0 commit comments