Paste: trying to reverse video

Author: blah
Mode: factor
Date: Wed, 1 Sep 2010 02:35:18
Plain Text |
basis/colors/colors.factor
15c15
< : <rgba> ( red green blue alpha -- rgba ) rgba boa ;
---
> C: <rgba> rgba
30c30
< CONSTANT: transparent T{ rgba f 0.0 0.0 0.0 0.0 }
---
> CONSTANT: transparent T{ rgba f 0.0 0.0 0.0 0.0 }
\ No newline at end of file

basis/fonts/fonts.factor
11,12c11,12
< { foreground initial: COLOR: blue }
< { background initial: COLOR: green } ;
---
> { foreground initial: COLOR: black }
> { background initial: COLOR: white } ;
46,48c46
<         12 >>size
<         COLOR: black >>background
<         COLOR: white >>foreground ;
---
>         12 >>size ;
53,55c51
<         12 >>size
<         COLOR: black >>background
<         COLOR: white >>foreground ;
---
>         12 >>size ;
60,62c56
<         12 >>size
<         COLOR: black >>background
<         COLOR: white >>foreground ;
---
>         12 >>size ;
74c68
< C: <selection> selection
---
> C: <selection> selection
\ No newline at end of file

basis/help/stylesheet/stylesheet.factor
11,12d10
<     { foreground COLOR: white }
<     { background COLOR: black }
18,19d15
<     { foreground COLOR: white }
<     { background COLOR: black }
26,27d21
<     { foreground COLOR: white }
<     { background COLOR: black }
42,44c36,37
<     { foreground COLOR: white }
<     { background COLOR: white }
<     { page-color COLOR: black }
---
>     { foreground COLOR: gray20 }
>     { page-color COLOR: FactorLightTan }
60,61c53
< !    { foreground COLOR: FactorLightSlateBlue }
<     { foreground COLOR: white }
---
>     { foreground COLOR: FactorDarkSlateBlue }
69,70d60
<     { foreground COLOR: white }
<     { background COLOR: black }
78,79d67
<     { foreground COLOR: white }
<     { background COLOR: black }
86,87d73
<     { foreground COLOR: white }
<     { background COLOR: black }
92c78
<     { page-color COLOR: black }
---
>     { page-color COLOR: FactorLightTan }
95,96d80
<     { foreground COLOR: white }
<     { background COLOR: black }
103,104d86
<     { foreground COLOR: white }
<     { background COLOR: black }
110,111c92
< !    { foreground COLOR: DodgerBlue4 }
<     { foreground COLOR: white }
---
>     { foreground COLOR: DodgerBlue4 }
116c97
<     { page-color COLOR: black }
---
>     { page-color COLOR: gray90 }
120,121d100
<     { foreground COLOR: white }
<     { background COLOR: black }
126c105
<     { page-color COLOR: black }
---
>     { page-color COLOR: gray90 }
130,131d108
<     { foreground COLOR: white }
<     { background COLOR: black }
137,138d113
<     { foreground COLOR: white }
<     { background COLOR: black }
145,146d119
<     { foreground COLOR: white }
<     { background COLOR: black }

basis/help/tips/tips.factor
32,34c32
<     { page-color COLOR: black }
<     { foreground COLOR: white }
<     { background COLOR: black }
---
>     { page-color COLOR: lavender }


basis/listener/listener.factor
70c70
<     H{ { foreground T{ rgba f 0.9 0.9 0.9 1 } } } format nl ;
---
>     H{ { foreground T{ rgba f 0.3 0.3 0.3 1 } } } format nl ;
102c102
<     H{ { background T{ rgba f 0 0.0 0.0 1 } } { foreground T{ rgba f 1 0.7 0.7 1 } } } format bl flush ;
---
>     H{ { background T{ rgba f 1 0.7 0.7 1 } } } format bl flush ;


basis/ui/gadgets/labels/labels.factor
72d71
< !        COLOR: green [ font-with-foreground ] when*


basis/ui/gadgets/worlds/worlds.factor
128,129c128,129
<     [ T{ rgba f 1.0 1.0 1.0 1.0 } ]
<     [ T{ rgba f 0.0 0.0 0.0 1.0 } ] if ;
---
>     [ T{ rgba f 0.0 0.0 0.0 0.0 } ]
>     [ T{ rgba f 1.0 1.0 1.0 1.0 } ] if ;



basis/ui/tools/listener/listener.factor
99c99
<     [ string>> H{ { font-style bold } { foreground COLOR: white } { background COLOR: black } } format ] with-nesting nl ;
---
>     [ string>> H{ { font-style bold } } format ] with-nesting nl ;
106,107d105
<         COLOR: white foreground set
<         COLOR: black background set


New Annotation

Summary:
Author:
Mode:
Body: