1 2 3 4 5 6
body { fg: white; bg: default; } .panel { fg: cyan; } .panel .title { bold: true; } .controls Label { fg: green; } button { fg: yellow; } .focused { bg: color(236); fg: white; }