-- lua_source {{{
vim.g.silicon_options = {
    font = "Cica",
    no_line_number = false,
    no_round_corner = false,
    no_window_controls = true,
    background_color = "#434C5E",
    line_offset = 1,
    line_pad = 2,
    pad_horiz = 80,
    pad_vert = 100,
    shadow_blur_radius = 20,
    shadow_color = "#2E3440",
    shadow_offset_x = 10,
    shadow_offset_y = 10,
    tab_width = vim.opt.tabstop:get(),
    theme = "Nord",
}
-- }}}