mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-04-09 22:14:09 +08:00
20 lines
686 B
INI
Executable File
20 lines
686 B
INI
Executable File
[color]
|
|
background = 'default'
|
|
foreground = '{{colors.primary.default.hex}}'
|
|
|
|
; gradient = 0
|
|
gradient = 1
|
|
gradient_color_1 = '{{colors.primary_container.default.hex}}'
|
|
gradient_color_2 = '{{colors.primary.default.hex}}'
|
|
gradient_color_3 = '{{colors.on_primary_container.default.hex}}'
|
|
|
|
horizontal_gradient = 0
|
|
; horizontal_gradient = 1
|
|
horizontal_gradient_color_1 = '{{colors.primary_container.default.hex}}'
|
|
horizontal_gradient_color_2 = '{{colors.primary.default.hex}}'
|
|
horizontal_gradient_color_3 = '{{colors.on_primary_container.default.hex}}'
|
|
horizontal_gradient_color_4 = '{{colors.primary.default.hex}}'
|
|
horizontal_gradient_color_5 = '{{colors.primary_container.default.hex}}'
|
|
|
|
|