mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fix silent errors (#7271)
This commit is contained in:
@ -47,7 +47,7 @@ struct Theme {
|
||||
}
|
||||
|
||||
const (
|
||||
themes = [
|
||||
themes = [
|
||||
&Theme{
|
||||
bg_color: gx.rgb(250, 248, 239)
|
||||
padding_color: gx.rgb(143, 130, 119)
|
||||
|
Reference in New Issue
Block a user