tint the colours in the theme rather than hardcode vector green
This commit is contained in:
parent
6747390333
commit
b2ddcb8027
2 changed files with 36 additions and 11 deletions
|
@ -25,7 +25,7 @@ import dis from '../../../dispatcher';
|
|||
|
||||
const ROOM_COLORS = [
|
||||
// magic room default values courtesy of Ribot
|
||||
["#76cfa6", "#eaf5f0"],
|
||||
[Tinter.getKeyRgb()[0], Tinter.getKeyRgb()[1]],
|
||||
["#81bddb", "#eaf1f4"],
|
||||
["#bd79cb", "#f3eaf5"],
|
||||
["#c65d94", "#f5eaef"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue