33 lines
738 B
YAML
33 lines
738 B
YAML
# background and foreground MUST exist and MUST be hex color values
|
|
# names cannot contain '-'
|
|
terminal:
|
|
background: "#101010"
|
|
foreground: "#ffffff"
|
|
bold: "#ffffff"
|
|
termbackground: "rgba(16,16,16,0.95)"
|
|
font: "Ubuntu Mono 10"
|
|
colors: ["#262626", "#830E0C", "#A72B28", "#C64B48", "#ED7C79", "#FFABA9", "#FF5B6C", "#616161", "#EAEAEA"]
|
|
# 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: "#ffffff"
|
|
|
|
|
|
gap:
|
|
inner: 12
|
|
outer: 0
|
|
|
|
|
|
bar:
|
|
height: 20
|
|
width: "100%"
|
|
radius: 0
|
|
bottom: "false"
|
|
background: "#e1101010"
|
|
font0: "xos4 Terminus:size=10:antialias=false;2"
|
|
|