prettyprint.stylesheet: s/stack-effect-style/base-effect/style/.
parent
049271d04e
commit
6ee821e061
|
@ -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 [
|
||||
|
|
|
@ -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 ;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue