packwiz files for a mc server for my friends and i
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 181 lines 4.1 kB view raw
1{ 2 "identifier": "light", 3 "display_name": "fancymenu.ui.themes.light", 4 "menu_bar_bottom_line_color": { 5 "hex": "#777777FF" 6 }, 7 "layout_editor_mouse_selection_rectangle_color": { 8 "hex": "#0394FCFF" 9 }, 10 "layout_editor_grid_color_normal": { 11 "hex": "#BA79F164" 12 }, 13 "layout_editor_grid_color_center": { 14 "hex": "#5B5EFF64" 15 }, 16 "layout_editor_element_border_color_normal": { 17 "hex": "#0394FCFF" 18 }, 19 "layout_editor_element_border_color_selected": { 20 "hex": "#03DBFCFF" 21 }, 22 "layout_editor_element_dragging_not_allowed_color": { 23 "hex": "#E83609C8" 24 }, 25 "layout_editor_anchor_point_overlay_color_base": { 26 "hex": "#25B479FF" 27 }, 28 "layout_editor_anchor_point_overlay_color_border": { 29 "hex": "#114F34FF" 30 }, 31 "layout_editor_close_icon_color": { 32 "hex": "#932813FF" 33 }, 34 "scroll_grabber_color_normal": { 35 "hex": "#595B5D64" 36 }, 37 "scroll_grabber_color_hover": { 38 "hex": "#66686864" 39 }, 40 "screen_background_color": { 41 "hex": "#B2B2B2FF" 42 }, 43 "screen_background_color_darker": { 44 "hex": "#ADADADFF" 45 }, 46 "element_border_color_normal": { 47 "hex": "#777777FF" 48 }, 49 "element_border_color_hover": { 50 "hex": "#777777FF" 51 }, 52 "element_background_color_normal": { 53 "hex": "#CBCBCBFF" 54 }, 55 "element_background_color_hover": { 56 "hex": "#AFAFAFFF" 57 }, 58 "slider_handle_color_normal": { 59 "hex": "#858484FF" 60 }, 61 "slider_handle_color_hover": { 62 "hex": "#A2A2A2FF" 63 }, 64 "area_background_color": { 65 "hex": "#CBCBCBFF" 66 }, 67 "edit_box_background_color": { 68 "hex": "#CBCBCBFF" 69 }, 70 "edit_box_border_color_normal": { 71 "hex": "#383838FF" 72 }, 73 "edit_box_border_color_focused": { 74 "hex": "#444444FF" 75 }, 76 "list_entry_color_selected_hovered": { 77 "hex": "#AFAFAFFF" 78 }, 79 "text_editor_sidebar_color": { 80 "hex": "#A4A4A4FF" 81 }, 82 "text_editor_line_number_text_color_normal": { 83 "hex": "#696969FF" 84 }, 85 "text_editor_line_number_text_color_selected": { 86 "hex": "#464646FF" 87 }, 88 "listing_dot_color_1": { 89 "hex": "#438DD0FF" 90 }, 91 "listing_dot_color_2": { 92 "hex": "#AB3950FF" 93 }, 94 "listing_dot_color_3": { 95 "hex": "#B2740CFF" 96 }, 97 "suggestions_background_color": { 98 "hex": "#A2A2A2FF" 99 }, 100 "suggestions_text_color_normal": { 101 "hex": "#2D2D2DFF" 102 }, 103 "suggestions_text_color_selected": { 104 "hex": "#205EA2FF" 105 }, 106 "ui_texture_color": { 107 "hex": "#2D2D2DFF" 108 }, 109 "generic_text_base_color": { 110 "hex": "#252525FF" 111 }, 112 "element_label_color_normal": { 113 "hex": "#2D2D2DFF" 114 }, 115 "element_label_color_inactive": { 116 "hex": "#8A8989FF" 117 }, 118 "edit_box_text_color_normal": { 119 "hex": "#2D2D2DFF" 120 }, 121 "edit_box_text_color_uneditable": { 122 "hex": "#8A8989FF" 123 }, 124 "edit_box_suggestion_text_color": { 125 "hex": "#8A8989FF" 126 }, 127 "description_area_text_color": { 128 "hex": "#2D2D2DFF" 129 }, 130 "text_editor_text_color": { 131 "hex": "#484E53FF" 132 }, 133 "success_text_color": { 134 "hex": "#197E02FF" 135 }, 136 "error_text_color": { 137 "hex": "#A41B1BFF" 138 }, 139 "warning_text_color": { 140 "hex": "#9B6105FF" 141 }, 142 "text_editor_text_formatting_nested_text_color_1": { 143 "hex": "#A10F0FFF" 144 }, 145 "text_editor_text_formatting_nested_text_color_2": { 146 "hex": "#B27D09FF" 147 }, 148 "text_editor_text_formatting_nested_text_color_3": { 149 "hex": "#66A80AFF" 150 }, 151 "text_editor_text_formatting_nested_text_color_4": { 152 "hex": "#089891FF" 153 }, 154 "text_editor_text_formatting_nested_text_color_5": { 155 "hex": "#072E8DFF" 156 }, 157 "text_editor_text_formatting_nested_text_color_6": { 158 "hex": "#26069DFF" 159 }, 160 "text_editor_text_formatting_nested_text_color_7": { 161 "hex": "#6A0685FF" 162 }, 163 "text_editor_text_formatting_nested_text_color_8": { 164 "hex": "#730303FF" 165 }, 166 "text_editor_text_formatting_nested_text_color_9": { 167 "hex": "#854306FF" 168 }, 169 "text_editor_text_formatting_nested_text_color_10": { 170 "hex": "#918504FF" 171 }, 172 "text_editor_text_formatting_nested_text_color_11": { 173 "hex": "#267A07FF" 174 }, 175 "text_editor_text_formatting_nested_text_color_12": { 176 "hex": "#363CF5FF" 177 }, 178 "text_editor_text_formatting_brackets_color": { 179 "hex": "#FF3A0064" 180 } 181}