🎨 Use Interactive wrapper for search option buttons
This commit is contained in:
parent
8481834847
commit
d9497d49de
12 changed files with 226 additions and 584 deletions
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#955ae780",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#efecf4",
|
||||
"color": "#8b8792",
|
||||
"size": 14,
|
||||
"background": "#655f6d",
|
||||
"background": "#26232a",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#655f6d",
|
||||
"color": "#26232a",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#efecf4",
|
||||
"size": 14,
|
||||
"background": "#655f6d",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#655f6d",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#efecf4",
|
||||
"size": 14,
|
||||
"background": "#655f6d",
|
||||
"border": {
|
||||
"color": "#655f6d",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#efecf4",
|
||||
"size": 14,
|
||||
"background": "#655f6d",
|
||||
"border": {
|
||||
"color": "#655f6d",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#efecf4",
|
||||
"size": 14,
|
||||
"background": "#26232a",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#655f6d",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#19171c",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#8b8792",
|
||||
"size": 14,
|
||||
"background": "#26232a",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#26232a",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#955ae780",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#19171c",
|
||||
"color": "#585260",
|
||||
"size": 14,
|
||||
"background": "#7e7887",
|
||||
"background": "#e2dfe7",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#7e7887",
|
||||
"color": "#e2dfe7",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#19171c",
|
||||
"size": 14,
|
||||
"background": "#7e7887",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#7e7887",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#19171c",
|
||||
"size": 14,
|
||||
"background": "#7e7887",
|
||||
"border": {
|
||||
"color": "#7e7887",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#19171c",
|
||||
"size": 14,
|
||||
"background": "#7e7887",
|
||||
"border": {
|
||||
"color": "#7e7887",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#19171c",
|
||||
"size": 14,
|
||||
"background": "#e2dfe7",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#7e7887",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#efecf4",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#585260",
|
||||
"size": 14,
|
||||
"background": "#e2dfe7",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#e2dfe7",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#3f15a380",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#ffffff",
|
||||
"color": "#9c9c9c",
|
||||
"size": 14,
|
||||
"background": "#232323",
|
||||
"background": "#0e0e0e",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#404040",
|
||||
"color": "#232323",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#ffffff",
|
||||
"size": 14,
|
||||
"background": "#232323",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#404040",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#ffffff",
|
||||
"size": 14,
|
||||
"background": "#232323",
|
||||
"border": {
|
||||
"color": "#404040",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#ffffff",
|
||||
"size": 14,
|
||||
"background": "#1c1c1c",
|
||||
"border": {
|
||||
"color": "#404040",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#ffffff",
|
||||
"size": 14,
|
||||
"background": "#0e0e0e",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#404040",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#000000",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#9c9c9c",
|
||||
"size": 14,
|
||||
"background": "#0e0e0e",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#232323",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#fce9b7",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#000000",
|
||||
"color": "#474747",
|
||||
"size": 14,
|
||||
"background": "#ffffff",
|
||||
"background": "#f1f1f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
"color": "#d5d5d5",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#000000",
|
||||
"size": 14,
|
||||
"background": "#ffffff",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#000000",
|
||||
"size": 14,
|
||||
"background": "#ffffff",
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#000000",
|
||||
"size": 14,
|
||||
"background": "#f8f8f8",
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#000000",
|
||||
"size": 14,
|
||||
"background": "#f1f1f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#e3e3e3",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#ffffff",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#474747",
|
||||
"size": 14,
|
||||
"background": "#f1f1f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#d5d5d5",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#6c71c480",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#fdf6e3",
|
||||
"color": "#93a1a1",
|
||||
"size": 14,
|
||||
"background": "#657b83",
|
||||
"background": "#073642",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#657b83",
|
||||
"color": "#073642",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#fdf6e3",
|
||||
"size": 14,
|
||||
"background": "#657b83",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#657b83",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#fdf6e3",
|
||||
"size": 14,
|
||||
"background": "#657b83",
|
||||
"border": {
|
||||
"color": "#657b83",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#fdf6e3",
|
||||
"size": 14,
|
||||
"background": "#657b83",
|
||||
"border": {
|
||||
"color": "#657b83",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#fdf6e3",
|
||||
"size": 14,
|
||||
"background": "#073642",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#657b83",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#002b36",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#93a1a1",
|
||||
"size": 14,
|
||||
"background": "#073642",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#073642",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#6c71c480",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#002b36",
|
||||
"color": "#586e75",
|
||||
"size": 14,
|
||||
"background": "#839496",
|
||||
"background": "#eee8d5",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#839496",
|
||||
"color": "#eee8d5",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#002b36",
|
||||
"size": 14,
|
||||
"background": "#839496",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#839496",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#002b36",
|
||||
"size": 14,
|
||||
"background": "#839496",
|
||||
"border": {
|
||||
"color": "#839496",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#002b36",
|
||||
"size": 14,
|
||||
"background": "#839496",
|
||||
"border": {
|
||||
"color": "#839496",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#002b36",
|
||||
"size": 14,
|
||||
"background": "#eee8d5",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#839496",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#fdf6e3",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#586e75",
|
||||
"size": 14,
|
||||
"background": "#eee8d5",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#eee8d5",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#6679cc80",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#f5f7ff",
|
||||
"color": "#979db4",
|
||||
"size": 14,
|
||||
"background": "#6b7394",
|
||||
"background": "#293256",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#6b7394",
|
||||
"color": "#293256",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#f5f7ff",
|
||||
"size": 14,
|
||||
"background": "#6b7394",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#6b7394",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#f5f7ff",
|
||||
"size": 14,
|
||||
"background": "#6b7394",
|
||||
"border": {
|
||||
"color": "#6b7394",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#f5f7ff",
|
||||
"size": 14,
|
||||
"background": "#6b7394",
|
||||
"border": {
|
||||
"color": "#6b7394",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#f5f7ff",
|
||||
"size": 14,
|
||||
"background": "#293256",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#6b7394",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#202746",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#979db4",
|
||||
"size": 14,
|
||||
"background": "#293256",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#293256",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
|
@ -1304,14 +1304,14 @@
|
|||
"match_background": "#6679cc80",
|
||||
"tab_icon_spacing": 8,
|
||||
"tab_icon_width": 14,
|
||||
"active_hovered_option_button": {
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#202746",
|
||||
"color": "#5e6687",
|
||||
"size": 14,
|
||||
"background": "#898ea4",
|
||||
"background": "#dfe2f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#898ea4",
|
||||
"color": "#dfe2f1",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
|
@ -1323,27 +1323,26 @@
|
|||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"active_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#202746",
|
||||
"size": 14,
|
||||
"background": "#898ea4",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#898ea4",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
"active": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#202746",
|
||||
"size": 14,
|
||||
"background": "#898ea4",
|
||||
"border": {
|
||||
"color": "#898ea4",
|
||||
"width": 1
|
||||
}
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
"hover": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#202746",
|
||||
"size": 14,
|
||||
"background": "#898ea4",
|
||||
"border": {
|
||||
"color": "#898ea4",
|
||||
"width": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1379,27 +1378,6 @@
|
|||
"right": 8
|
||||
}
|
||||
},
|
||||
"hovered_option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#202746",
|
||||
"size": 14,
|
||||
"background": "#dfe2f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#898ea4",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"invalid_editor": {
|
||||
"background": "#f5f7ff",
|
||||
"corner_radius": 8,
|
||||
|
@ -1439,27 +1417,6 @@
|
|||
"size": 14,
|
||||
"padding": 6
|
||||
},
|
||||
"option_button": {
|
||||
"family": "Zed Mono",
|
||||
"color": "#5e6687",
|
||||
"size": 14,
|
||||
"background": "#dfe2f1",
|
||||
"corner_radius": 4,
|
||||
"border": {
|
||||
"color": "#dfe2f1",
|
||||
"width": 1
|
||||
},
|
||||
"margin": {
|
||||
"left": 2,
|
||||
"right": 2
|
||||
},
|
||||
"padding": {
|
||||
"bottom": 3,
|
||||
"left": 8,
|
||||
"right": 8,
|
||||
"top": 3
|
||||
}
|
||||
},
|
||||
"option_button_group": {
|
||||
"padding": {
|
||||
"left": 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue