-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Widget colours
Margen67 edited this page Apr 22, 2021
·
2 revisions
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 |
3 | #272B57 | #3F4377 | #53538B |
4 | #3F4377 | #7777AF | #8B8BBF |
5 | #333767 | #8753BB | #9B67C7 |
6 | #0F1337 | #0F43BB | #1B53CB |
7 | #002797 | #4387E3 | #5BA3E7 |
8 | #63639B | #8FD3F3 | #AFE7FB |
9 | #003F37 | #2B938F | #47A7A3 |
10 | #4B6363 | #83CFCF | #ABE7E7 |
11 | #172323 | #1F7B00 | #278F07 |
12 | #17471F | #4F875F | #639B77 |
13 | #2F4F1F | #638F3B | #739B43 |
14 | #176700 | #47AF27 | #5BBF3F |
15 | #3B532B | #879F5F | #9FB76F |
16 | #472F0F | #878B3B | #979B4F |
17 | #8F6327 | #FFE72F | #FFF35F |
18 | #EFF3F3 | #D7A713 | #F3CB1B |
19 | #371F07 | #8F5307 | #A76F07 |
20 | #933F00 | #FF6F17 | #FF8B33 |
21 | #371F07 | #B74700 | #DB4F00 |
22 | #63371B | #B38343 | #BF9757 |
23 | #371F07 | #7F571F | #8F6327 |
24 | #371F07 | #7B674B | #8F7F6B |
25 | #77472B | #CF8363 | #D79773 |
26 | #570000 | #A33B3B | #B34F4F |
27 | #230000 | #8F0000 | #AB0000 |
28 | #730000 | #E30700 | #FF0700 |
29 | #230000 | #8F174F | #A31F5F |
30 | #7B0B3F | #DB3B8F | #EF5BAB |
31 | #77472B | #EB9F9F | #FFABA3 |
- Home
- FAQ & Common Issues
- Roadmap
- Installation
- Building
- Features
- Development
- Benchmarking & stress testing OpenRCT2
- Coding Style
- Commit Messages
- Overall program structure
- Data Structures
- CSS1.DAT
- Custom Music and Ride Music Objects
- Game Actions
- G1 Elements Layout
- game.cfg structure
- Maps
- Music Cleanup
- Objects
- Official extended scenery set
- Peep AI
- Peep Sprite Type
- RCT1 ride and vehicle types and their RCT2 equivalents
- RCT12_MAX_SOMETHING versus MAX_SOMETHING
- Ride rating calculation
- SV6 Ride Structure
- Settings in config.ini
- Sizes and angles in the game world
- Sprite List csg1.dat
- Sprite List g1.dat
- Strings used in RCT1
- Strings used in the game
- TD6 format
- Terminology
- Track Data
- Track Designs
- Track drawers, RTDs and vehicle types
- Track types
- Vehicle Sprite Layout
- Widget colours
- Debugging OpenRCT2 on macOS
- OpenGL renderer
- Rebase and Sync fork with OpenRCT2
- Release Checklist
- Replay System
- Using minidumps from crash reports
- Using Track Block Get Previous
- History
- Testing