Add more colors to manifest

This commit is contained in:
RMidhunSuresh 2022-04-12 14:52:19 +05:30
parent 3d304be211
commit bf74c3c67b
1 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@
"accent-color": "#03b381",
"error-color": "#FF4B55",
"fixed-white": "#fff",
"room-badge": "#61708b"
"room-badge": "#61708b",
"link-color": "#238cf5"
}
},
"dark": {
@ -34,7 +35,8 @@
"accent-color": "#03B381",
"error-color": "#FF4B55",
"fixed-white": "#fff",
"room-badge": "#61708b"
"room-badge": "#61708b",
"link-color": "#238cf5"
}
}
}