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: "#0d0d1b"
|
|
foreground: "#ccccce"
|
|
bold: "#ccccce"
|
|
termbackground: "rgba(13,13,27,0.95)"
|
|
font: "Ubuntu Mono 10"
|
|
colors: ["#282828", "#ca1444", "#789aba", "#94469b", "#cb6fa1", "#fb6e93", "#cf98c1", "#98218e", "#ebdbb2"]
|
|
# 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: "#0d0d1b"
|
|
|
|
|
|
gap:
|
|
inner: 10
|
|
outer: 0
|
|
|
|
|
|
bar:
|
|
height: 20
|
|
width: "100%"
|
|
radius: 0
|
|
bottom: "false"
|
|
background: "#e10d0d1b"
|
|
font0: "xos4 Terminus:size=10:antialias=false;2"
|
|
|