]> gitweb.factorcode.org Git - factor.git/commitdiff
prettyprint.stylesheet: s/stack-effect-style/base-effect/style/.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 26 Feb 2020 19:18:18 +0000 (11:18 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 26 Feb 2020 19:18:18 +0000 (11:18 -0800)
basis/help/markup/markup.factor
basis/prettyprint/stylesheet/stylesheet.factor
basis/ui/theme/switching/switching.factor

index 4cfc73c68166b5a9e5495784487bcbcbbd6ccb28..b36755109377e1eba5db90376d95f6f784b5dbb6 100644 (file)
@@ -182,7 +182,7 @@ M: symbol link-effect? drop f ;
 M: word link-effect? drop t ;
 
 : $effect ( effect -- )
-    effect>string stack-effect-style get format ;
+    effect>string base-effect-style get format ;
 
 M: word link-long-text
     dup presented associate [
index 54710dd2934bed4021caceff10e03804c7bfaa7a..6d7eac5138f9b097e458879af9a66bd556a41942 100644 (file)
@@ -50,11 +50,11 @@ H{
 : vocab-style ( vocab -- style )
     presented base-vocab-style get clone [ set-at ] keep ;
 
-SYMBOL: stack-effect-style
+SYMBOL: base-effect-style
 H{
     { foreground COLOR: FactorDarkSlateBlue }
     { font-style plain }
-} stack-effect-style set-global
+} base-effect-style set-global
 
 : effect-style ( effect -- style )
-    presented stack-effect-style get clone [ set-at ] keep ;
+    presented base-effect-style get clone [ set-at ] keep ;
index 8a39da356adcc2703893f54420d9de7ad2bfafd3..847d5734583881fdf3df8587dcb965af975e8736 100644 (file)
@@ -45,7 +45,7 @@ IN: ui.theme.switching
     highlighted-word-style highlighted-word-color foreground update-style
     base-string-style string-color foreground update-style
     base-vocab-style dim-color foreground update-style
-    stack-effect-style stack-effect-color foreground update-style
+    base-effect-style stack-effect-color foreground update-style
 
     ! listener
     prompt-style prompt-background-color background update-style