mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Remove whitespace, fix broken formatting
@@ -1,9 +1,8 @@
|
||||
This is an incomplete list of the RGB hex values for the different widget colours.
|
||||
The value of `widget.colour` determines which element of `window.colours` (1, 2, or 3) the widget uses.
|
||||
Different widgets assign different colours to the values in `window.colours`.
|
||||
|
||||
value | title bar | background tab | current tab
|
||||
-------|:---------:|:--------------:|:-----------:
|
||||
----- | :-------: | :------------: | :---------:
|
||||
0 | #0B2B0F | #2F4343 | #3F5353
|
||||
1 | #2F4343 | #6F8383 | #839797
|
||||
2 | #4B6363 | #B7C3C3 | #D3DBDB
|
||||
|
||||
Reference in New Issue
Block a user