diff options
| author | Cerapter <43446478+Cerapter@users.noreply.github.com> | 2018-12-16 23:06:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-16 23:06:57 +0100 |
| commit | def23b10ffd07a1e7b395826f689ec8bc28db81e (patch) | |
| tree | e24c4d4be58343a3d87df04e3c7f9e64b81d724c /base/themes/default/courtroom_design.ini | |
| parent | 480db3e5857b02adcd229ee61ca644e7ff4953d6 (diff) | |
Fix theme issues.
This quick typo-fix fixes #41 .
Diffstat (limited to 'base/themes/default/courtroom_design.ini')
| -rw-r--r-- | base/themes/default/courtroom_design.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/themes/default/courtroom_design.ini b/base/themes/default/courtroom_design.ini index b9c68357..bc07b3fb 100644 --- a/base/themes/default/courtroom_design.ini +++ b/base/themes/default/courtroom_design.ini @@ -72,7 +72,7 @@ blip_slider = 326, 648, 140, 16 ; page. Having either number lower than 49 crashes the client when you try to ; pick a character. If you want X columns and Y rows, you would change it to ; 49X, 49Y (ie. 490, 147 if you want 10 columns and 3 rows) -emotes = 10, 342, 490, 147 +emotes = 10, 342, 490, 98 emote_button_spacing = 9, 9 ; Page togglers for emotes @@ -227,7 +227,7 @@ switch_area_music = 590, 319, 35, 23 ; These are colours for the various statuses an area can be in. area_free_color = 54, 198, 68 -area_lfp_color = 255, 255 0 +area_lfp_color = 255, 255, 0 area_casing_color = 255, 166, 0 area_recess_color = 255, 190, 30 area_rp_color = 200, 52, 252 |
