set default-bg              "{{colors.surface.default.rgba | set_alpha: 0.8}}"
set default-fg              "{{colors.on_surface.default.hex}}"
set recolor-lightcolor      "rgba(0,0,0,0)"
set recolor-darkcolor       "{{colors.on_surface.default.hex}}"

set statusbar-bg            "{{colors.on_primary.default.hex}}"
set statusbar-fg            "{{colors.primary.default.hex}}"
set inputbar-bg             "{{colors.on_primary.default.hex}}"
set inputbar-fg             "{{colors.primary.default.hex}}"

set notification-bg         "{{colors.on_primary.default.hex}}"
set notification-fg         "{{colors.primary.default.hex}}"
set notification-error-bg   "{{colors.on_error.default.hex}}"
set notification-error-fg   "{{colors.error.default.hex}}"
set notification-warning-bg "{{colors.primary_fixed.default.hex}}"
set notification-warning-fg "{{colors.error_container.default.hex}}"

set index-bg                "rgba(0,0,0,0)"
set index-fg                "{{colors.on_surface.default.hex}}"
set index-active-bg         "{{colors.primary.default.hex}}"
set index-active-fg         "{{colors.on_primary.default.hex}}"
set highlight-color         "{{colors.primary_fixed.default.rgba | set_alpha: 0.5}}"
set highlight-active-color  "{{colors.primary_fixed_dim.default.rgba | set_alpha: 0.5}}"
set highlight-fg            "{{colors.on_primary.default.hex}}"

set completion-bg           "{{colors.on_primary.default.hex}}"
set completion-fg           "{{colors.primary.default.hex}}"
set completion-group-bg     "{{colors.on_primary.default.hex}}"
set completion-group-fg     "{{colors.primary.default.hex}}"
set completion-highlight-fg "{{colors.on_primary.default.hex}}"
set completion-highlight-bg "{{colors.primary.default.hex}}"
