summaryrefslogtreecommitdiff
path: root/pywal/templates/colors-tilix.json
blob: bffccd7e795af40057d822ac5c1dea8aabd8a8db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{{
    "background-color": "{background}",
    "badge-color": "{foreground}",
    "bold-color": "{foreground}",
    "comment": "",
    "cursor-background-color": "{background}",
    "cursor-foreground-color": "{cursor}",
    "foreground-color": "{foreground}",
    "highlight-background-color": "{background}",
    "highlight-foreground-color": "{foreground}",
    "name": "wal export",
    "palette": [
        "{color0}",
        "{color1}",
        "{color2}",
        "{color3}",
        "{color4}",
        "{color5}",
        "{color6}",
        "{color7}",
        "{color8}",
        "{color9}",
        "{color10}",
        "{color11}",
        "{color12}",
        "{color13}",
        "{color14}",
        "{color15}"
    ],
    "use-badge-color": false,
    "use-bold-color": false,
    "use-cursor-color": false,
    "use-highlight-color": false,
    "use-theme-colors": false
}}