28 lines
446 B
TOML
28 lines
446 B
TOML
# Functions
|
|
drun-launch=true
|
|
terminal="alacritty --config-file /var/home/.dotfiles/alacritty/host.toml -e"
|
|
|
|
# Box
|
|
anchor=left
|
|
width=300
|
|
|
|
# Spacing
|
|
padding-top=0
|
|
padding-right=0
|
|
padding-left=0
|
|
padding-bottom=0
|
|
border-width=0
|
|
outline-width=0
|
|
selection-background-padding=0,5
|
|
|
|
# Text
|
|
font-size=11
|
|
font="Anonymous Pro"
|
|
|
|
# Color
|
|
text-color=EBDBB2
|
|
background-color=282828
|
|
selection-background=EBDBB2
|
|
selection-color=282828
|
|
selection-match-color=CC240A
|