28 lines
388 B
TOML
28 lines
388 B
TOML
|
# Functions
|
||
|
drun-launch=true
|
||
|
fuzzy-match=true
|
||
|
|
||
|
# Box
|
||
|
anchor=left
|
||
|
width=300px
|
||
|
|
||
|
# Spacing
|
||
|
padding-top=0
|
||
|
padding-right=0
|
||
|
padding-left=0
|
||
|
padding-bottom=0
|
||
|
border-width=0
|
||
|
outline-width=0
|
||
|
selection-background-padding=0,-1
|
||
|
|
||
|
# Text
|
||
|
font-size=11
|
||
|
font="Anonymous Pro"
|
||
|
|
||
|
# Color
|
||
|
text-color=EBDBB2
|
||
|
background-color=282828
|
||
|
selection-background=EBDBB2
|
||
|
selection-color=282828
|
||
|
selection-match-color=CC240A
|