21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
|
|
set default-bg "{{colors.surface_container.default.hex}}"
|
|
set default-fg "{{colors.on_surface.default.hex}}"
|
|
set statusbar-bg "{{colors.surface_container.default.hex}}"
|
|
set statusbar-fg "{{colors.on_surface.default.hex}}"
|
|
set inputbar-bg "{{colors.surface_container_high.default.hex}}"
|
|
set inputbar-fg "{{colors.primary.default.hex}}"
|
|
set notification-bg "{{colors.surface_container_highest.default.hex}}"
|
|
set notification-fg "{{colors.on_surface.default.hex}}"
|
|
set notification-error-bg "{{colors.error_container.default.hex}}"
|
|
set notification-error-fg "{{colors.on_error_container.default.hex}}"
|
|
set notification-warning-bg "{{colors.error_container.default.hex}}"
|
|
set notification-warning-fg "{{colors.on_error_container.default.hex}}"
|
|
|
|
set completion-bg "{{colors.surface_container.default.hex}}"
|
|
set completion-fg "{{colors.on_surface.default.hex}}"
|
|
set completion-highlight-bg "{{colors.primary.default.hex}}"
|
|
set completion-highlight-fg "{{colors.on_primary.default.hex}}"
|
|
set recolor-lightcolor "{{colors.surface.default.hex}}"
|
|
set recolor-darkcolor "{{colors.on_surface.default.hex}}"
|