forked from Shinonome/caelestia-cli
b08858191c
Also change template replacement format
42 lines
718 B
INI
42 lines
718 B
INI
font=JetBrains Mono NF:size=17
|
|
terminal=foot -e
|
|
prompt="> "
|
|
layer=overlay
|
|
lines=15
|
|
width=60
|
|
dpi-aware=no
|
|
inner-pad=10
|
|
horizontal-pad=40
|
|
vertical-pad=15
|
|
match-counter=yes
|
|
|
|
[colors]
|
|
background=282c34dd
|
|
text=abb2bfdd
|
|
prompt=d19a66ff
|
|
placeholder=666e7cff
|
|
input=abb2bfff
|
|
match=be5046ff
|
|
selection=d19a6687
|
|
selection-text=abb2bfff
|
|
selection-match=be5046ff
|
|
counter=666e7cff
|
|
border=d19a6677
|
|
|
|
[border]
|
|
radius=10
|
|
width=2
|
|
|
|
[colors]
|
|
background={{ $surface }}dd
|
|
text={{ $onSurface }}dd
|
|
prompt={{ $primary }}ff
|
|
placeholder={{ $outline }}ff
|
|
input={{ $onSurface }}ff
|
|
match={{ $tertiary }}ff
|
|
selection={{ $primary }}87
|
|
selection-text={{ $onSurface }}ff
|
|
selection-match={{ $tertiary }}ff
|
|
counter={{ $outline }}ff
|
|
border={{ $primary }}77
|