io.styles: Use color objects
parent
2401301927
commit
7e7653eaff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue