File: common.yaml

package info (click to toggle)
pytermgui 7.7.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,888 kB
  • sloc: python: 12,931; makefile: 40; sh: 37
file content (23 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
markup:
  foreground: '#FFFFFF'
  background: '@60'
  accent: '210'

  title: background accent

config:
  Label:
    styles:
      value: foreground background

  Container:
    styles:
      fill: foreground background
      border: foreground background
      corner: foreground background

  Window:
    styles:
      fill: foreground background
      border: foreground background
      corner: foreground background