1 ; This is the ingame layout config file
2 ; Here you can easily change colors of specific elements in the ingame templates.
4 ;-------------------------------------------------------------------------------
8 ;second menu bar bg color
9 second_menu_bg_color = "#00000040"
12 title_bg_color = "#303030"
14 ;default info text color
15 info_color = "#00CED1"
18 notification_color = "red"
20 ;Account (user/admin/mod) name color
27 main_tbl_color = "#00000030"
29 ;normal table bg color
30 normal_tbl_color = "#00000060"
32 ;table bg color for team replies
33 team_reply_tbl_color = "#F8C8C140"
35 ;table bg color for hidden replies
36 hidden_reply_tbl_color = "#CFFEFF40"
38 ;table bg color for closed reply
39 closed_tbl_color = "#FFE69960"
41 ;table header tr bg color
42 table_header_tr_color = "#00000090"
44 ;pagination current page bg
45 pagination_current_page_bg = "#00CED190"
47 ;-------------------------------------------------------------------------------