aboutsummaryrefslogtreecommitdiff
path: root/pywal/templates/colors-vivid.yml
blob: 4181ce4ca56abdf8cb824065f1d8fa374fec4d3a (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
colors:
  background_color: '{background.strip}'
  white: '{foreground.strip}'
  red: '{color1.strip}'
  green: '{color2.strip}'
  yellow: '{color3.strip}'
  blue: '{color4.strip}'
  pink: '{color5.strip}'
  cyan: '{color6.strip}'

  light_red: '{color9.strip}'
  light_green: '{color10.strip}'
  light_yellow: '{color11.strip}'
  light_blue: '{color12.strip}'
  light_pink: '{color13.strip}'
  light_cyan: '{color14.strip}'

  black: '{background.strip}'
  gray: '{color8.strip}'

core:
  regular_file: {{}}

  directory:
    foreground: blue

  executable_file:
    foreground: red
    font-style: bold

  symlink:
    foreground: pink

  broken_symlink:
    foreground: black
    background: red

  fifo:
    foreground: black
    background: blue

  socket:
    foreground: black
    background: pink

  character_device:
    foreground: pink
    background: gray

  block_device:
    foreground: cyan
    background: gray

  normal_text:
    {{}}

text:
  special:
    foreground: background_color
    background: yellow

  todo:
    font-style: bold

  licenses:
    foreground: gray

  configuration:
    foreground: yellow

  other:
    foreground: yellow

markup:
  foreground: yellow

programming:
  source:
    foreground: green

  tooling:
    foreground: light_green

    continuous-integration:
      foreground: green

media:
  foreground: light_pink

office:
  foreground: red

archives:
  foreground: cyan
  font-style: underline

executable:
  foreground: red
  font-style: bold

unimportant:
  foreground: gray