33 lines
736 B
YAML
33 lines
736 B
YAML
# background and foreground MUST exist and MUST be hex color values
|
|
# names cannot contain '-'
|
|
terminal:
|
|
background: "#231E35"
|
|
foreground: "#27FCFD"
|
|
bold: "#A9A9A9"
|
|
termbackground: "rgba(35,30,53,0.80)"
|
|
font: "Ubuntu Mono 10"
|
|
colors: ["#231e35", "#F20390", "#1CE190", "#FDEE7B", "#27FCFD", "#8039A0", "#AFDCE4", "#969896", "#902049"]
|
|
# 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: "#27FCFD"
|
|
|
|
|
|
gap:
|
|
inner: 10
|
|
outer: 0
|
|
|
|
|
|
bar:
|
|
height: 22
|
|
width: "100%"
|
|
radius: 0
|
|
bottom: "false"
|
|
background: "#231e35"
|
|
font0: "xos4 Terminus:size=10:antialias=false;2"
|
|
|