mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-17 17:08:39 +00:00
Support CSS Color Module Level 4 (#12204)
This commit is contained in:
parent
480d5f2d51
commit
fccf1e2eac
2 changed files with 2 additions and 1 deletions
|
@ -494,6 +494,7 @@ const static std::unordered_map<std::string, u32> s_named_colors = {
|
|||
{"plum", 0xdda0dd},
|
||||
{"powderblue", 0xb0e0e6},
|
||||
{"purple", 0x800080},
|
||||
{"rebeccapurple", 0x663399},
|
||||
{"red", 0xff0000},
|
||||
{"rosybrown", 0xbc8f8f},
|
||||
{"royalblue", 0x4169e1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue