egui-theme 0.2.0

A standalone serializable theme container for use with Egui.
Documentation
(
    egui_theme_version:"0.2.0",
    egui_version:"0.18",
    style:{
        "style.spacing.tooltip_width":600,
        "style.spacing.indent":18,
        "style.visuals.dark_mode":true,
        "style.text_styles":{"Body":{"family":"Proportional",
        "size":14},
        "Button":{"family":"Proportional",
        "size":14},
        "Heading":{"family":"Proportional",
        "size":20},
        "Monospace":{"family":"Monospace",
        "size":14},
        "Small":{"family":"Proportional",
        "size":10}},
        "style.spacing.window_margin":{"bottom":6,
        "left":6,
        "right":6,
        "top":6},
        "style.spacing.interact_size":{"x":40,
        "y":18},
        "style.visuals.selection":{"bg_fill":[0,92,128,255],
        "stroke":{"color":[192,222,255,255], "width":1}},
        "style.spacing.item_spacing":{"x":8, "y":3},
        "style.spacing.scroll_bar_width":8,
        "style.visuals.text_cursor_preview":false,
        "style.spacing.icon_width":14,
        "style.override_font_id":(),
        "style.spacing.combo_height":200,
        "style.visuals.widgets":{"active":{"bg_fill":[55,55,55,255],"bg_stroke":{"color":[255,255,255,255], "width":1}, "expansion":1,
        "fg_stroke":{"color":[255,255,255,255], "width":2},
        "rounding":{"ne":2, "nw":2, "se":2, "sw":2}},
        "hovered":{"bg_fill":[70,70,70,255], "bg_stroke":{"color":[150,150,150,255], "width":1},
        "expansion":1,
        "fg_stroke":{"color":[240,240,240,255], "width":1.5},
        "rounding":{"ne":3, "nw":3, "se":3, "sw":3}},
        "inactive":{"bg_fill":[60,60,60,255],
        "bg_stroke":{"color":[0,0,0,0],
        "width":0},
        "expansion":0,
        "fg_stroke":{"color":[180,180,180,255],
        "width":1},
        "rounding":{"ne":2,
        "nw":2,
        "se":2,
        "sw":2}},
        "noninteractive":{"bg_fill":[27,27,27,255],
        "bg_stroke":{"color":[60,60,60,255],
        "width":1},
        "expansion":0,
        "fg_stroke":{"color":[140,140,140,255],
        "width":1},
        "rounding":{"ne":2,
        "nw":2,
        "se":2,
        "sw":2}},
        "open":{"bg_fill":[27,27,27,255],
        "bg_stroke":{"color":[60,60,60,255],
        "width":1},
        "expansion":0,
        "fg_stroke":{"color":[210,210,210,255],
        "width":1},
        "rounding":{"ne":2,
        "nw":2,
        "se":2,
        "sw":2}}},
        "style.spacing.slider_width":100,
        "style.visuals.text_cursor_width":2,
        "style.explanation_tooltips":false,
        "style.spacing.button_padding":{"x":4,
        "y":1},
        "style.override_text_style":(),
        "style.visuals.override_text_color":(),
        "style.interaction.show_tooltips_only_when_still":false,
        "style.spacing.icon_spacing":4,
        "style.visuals.extreme_bg_color":[10,10,10,255],
        "style.visuals.popup_shadow":{"color":[0,0,0,96],
        "extrusion":16},
        "style.visuals.button_frame":true,
        "style.visuals.code_bg_color":[64,64,64,255],
        "style.visuals.window_rounding":{"ne":6,
        "nw":6,
        "se":6,
        "sw":6},
        "style.interaction.resize_grab_radius_side":5,
        "style.visuals.hyperlink_color":[90,170,255,255],
    },
    fonts:{
        "families":{"Monospace":["Hack",
        "Ubuntu-Light",
        "NotoEmoji-Regular",
        "emoji-icon-font"],
        "Proportional":["Ubuntu-Light",
        "NotoEmoji-Regular",
        "emoji-icon-font"]},
        "font_data":{}
    }
)