1 data.raw["gui-style"].default["auto_research_header_label"] = {
3 font_color = {r = .91764705882352941176, g = .85098039215686274509, b = .67450980392156862745},
7 data.raw["gui-style"].default["auto_research_list_flow"] = {
8 type = "vertical_flow_style",
12 data.raw["gui-style"].default["auto_research_tech_flow"] = {
13 type = "horizontal_flow_style",
14 horizontal_spacing = 0,
15 resize_row_to_width = true
18 data.raw["gui-style"].default["auto_research_sprite_button"] = {
19 type = "button_style",
28 filename = "__core__/sound/gui-click.ogg",
34 data.raw["gui-style"].default["auto_research_sprite_button_toggle"] = {
35 type = "button_style",
36 parent = "auto_research_sprite_button",
37 default_graphical_set = {
39 filename = "__core__/graphics/gui.png",
40 priority = "extra-high-no-scale",
41 load_in_minimal_mode = true,
45 hovered_graphical_set = {
47 filename = "__core__/graphics/gui.png",
48 priority = "extra-high-no-scale",
49 load_in_minimal_mode = true,
55 data.raw["gui-style"].default["auto_research_sprite_button_toggle_pressed"] = {
56 type = "button_style",
57 parent = "auto_research_sprite_button_toggle",
58 default_graphical_set = {
60 filename = "__core__/graphics/gui.png",
61 priority = "extra-high-no-scale",
62 load_in_minimal_mode = true,
66 hovered_graphical_set = {
68 filename = "__core__/graphics/gui.png",
69 priority = "extra-high-no-scale",
70 load_in_minimal_mode = true,
76 data.raw["gui-style"].default["auto_research_tech_label"] = {
82 data.raw["gui-style"].default["auto_research_sprite"] = {
90 stretch_image_to_widget_size = true
96 type = "custom-input",
97 name = "auto_research_toggle",
98 key_sequence = "SHIFT + T"
104 name = "auto_research_prioritize_top",
105 filename = "__some-autoresearch__/graphics/prioritize_top.png",
106 priority = "extra-high-no-scale",
112 name = "auto_research_prioritize_bottom",
113 filename = "__some-autoresearch__/graphics/prioritize_bottom.png",
114 priority = "extra-high-no-scale",
120 name = "auto_research_deprioritize",
121 filename = "__some-autoresearch__/graphics/deprioritize.png",
122 priority = "extra-high-no-scale",
128 name = "auto_research_delete",
129 filename = "__some-autoresearch__/graphics/delete.png",
130 priority = "extra-high-no-scale",
136 name = "auto_research_unknown",
137 filename = "__some-autoresearch__/graphics/questionmark.png",
138 priority = "extra-high-no-scale",