summary refs log tree commit diff
path: root/.config/alacritty/papercolor_dark.color.yml
blob: 4ed9e69a877349250c63c792512c84529c44782e (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
colors:
  normal:
    black: &black  '#1c1c1c'
    red:     '#af005f'
    green:   '#5faf00'
    yellow:  '#d7af5f'
    blue:    '#5fafd7'
    magenta: '#808080'
    cyan:    '#d7875f'
    white: &white  '#d0d0d0'

  bright:
    black:   '#585858'
    red:     '#5faf5f'
    green:   '#afd700'
    yellow:  '#af87d7'
    blue:    '#ffaf00'
    magenta: '#00afaf'
    cyan:    '#5f8787'
    white:   '#fffffc'

  #dim:
  #  black:   '#000000'
  #  red:     '#8c3336'
  #  green:   '#7a8530'
  #  yellow:  '#97822e'
  #  blue:    '#506d8f'
  #  magenta: '#80638e'
  #  cyan:    '#497e7a'
  #  white:   '#9a9a9a'

  primary:
    background: *black
    foreground: *white

  cursor:
    text: *black
    cursor: *white

  selection:
   text: '#251c16'
   background: '#fffffc'

  indexed_colors: []