32 lines
751 B
YAML
32 lines
751 B
YAML
|
# background and foreground MUST exist and MUST be hex color values
|
||
|
# names cannot contain '-'
|
||
|
terminal:
|
||
|
background: "#F6F6F6"
|
||
|
foreground: "#1D1D1D"
|
||
|
bold: "#A9A9A9"
|
||
|
termbackground: "rgba(250,250,250,0.80)"
|
||
|
font: "Ubuntu Mono Nerd Font 10"
|
||
|
colors: ["#000000", "#D64937", "#19BC9C", "#919640", "#4E88CF", "#AF86C8", "#5DD5FF", "#969896", "#AFDCE4"]
|
||
|
# colors 0=black 1=red 2=green 3=yellow 4=blue 5=purple 6=cyan 7=grey 8=white
|
||
|
|
||
|
border:
|
||
|
pixels: 2
|
||
|
all: 0
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
color: "#1D1D1D"
|
||
|
|
||
|
|
||
|
gap:
|
||
|
inner: 15
|
||
|
outer: 0
|
||
|
|
||
|
|
||
|
bar:
|
||
|
height: 24
|
||
|
width: "100%"
|
||
|
radius: 0
|
||
|
bottom: "false"
|
||
|
background: "#F6F6F6"
|
||
|
font0: "DejaVu Sans Mono:size=10:antialias=false;2"
|