1    object Colors =
2        val text = Vector3.gray 0.15
3        val unfocused_background = Vector3.gray 0.77
4    
5        val tab_item_foreground = text
6        val tab_item_background = Vector3.gray 0.92
7        val tab_item_selected_foreground = Vector3.gray 0.92
8        val tab_item_selected_background = Vector3.gray 1.0
9        val tab_item_close = Vector3.gray 0.5
10   
11       val button_foreground = Vector3.new
12       val button_background = Vector3.gray 0.77
13   
14       val list_item_foreground = text
15       val list_item_selected_foreground = Vector3.gray 0.92
16       val list_item_selected_background = Vector3.gray 0.26
17       val list_item_unfocused_background = unfocused_background
18   
19       val tree_foreground = text
20       val tree_selected_foreground = Vector3.gray 0.92
21       val tree_selected_background = Vector3.gray 0.26
22       val tree_unfocused_background = unfocused_background
23   
24       val multiline_text_box_background = Vector3.gray 1.0
25       val multiline_text_box_numbers_background = Vector3.gray 0.92
26       val multiline_text_box_numbers_border = Vector3.gray 0.77
27       val multiline_text_box_selection = Vector3.gray 0.92
28   
29       val menu = button_background
30       val scroller = Vector3.gray 0.77
31       val border = Vector3.gray 0.77
32       val text_box_background = Vector3.gray 0.77
33   
34       val selector_background = Vector3.gray 0.77
35       val selector_popup_background = Vector3.gray 1.0
36