io.styles: Use color objects

db4
Eduardo Cavazos 2008-08-01 15:11:42 -05:00
parent 2401301927
commit 7e7653eaff
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ SYMBOL: table-border
: standard-table-style ( -- style )
H{
{ table-gap { 5 5 } }
{ table-border { 0.8 0.8 0.8 1.0 } }
{ table-border T{ rgba f 0.8 0.8 0.8 1.0 } }
} ;
! Input history