]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/tips/tips-docs.factor
ui.theme: updates to color scheme.
[factor.git] / basis / help / tips / tips-docs.factor
index b682ed1da09bcacffe117064aaa2170bbd7bd0db..9529103ddde35b27311148270b6e9ac49703a18c 100644 (file)
@@ -1,6 +1,6 @@
 USING: debugger editors help help.apropos help.markup
 help.syntax help.vocabs memory see stack-checker
-tools.destructors tools.time ui.theme.switching ;
+tools.destructors tools.time ;
 IN: help.tips
 
 TIP: "To look at the most recent error, run " { $link :error } ". To look at the most recent error's callstack, run " { $link :c } "." ;
@@ -27,8 +27,6 @@ TIP: "To save time on reloading big libraries such as the " { $vocab-link "furna
 
 TIP: "Use the " { $link leaks. } " combinator to track down resource leaks." ;
 
-TIP: "Use " { $link light-mode } " and " { $link dark-mode } " for a light or dark user interface." ;
-
 HELP: TIP:
 { $syntax "TIP: content ;" }
 { $values { "content" "a markup element" } }