aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/campbell.yaml
blob: a34ca33b717944f3be2888b7e2931ca0e0bb12b6 (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
# Campbell (Windows 10 default)
colors:
  # Default colors
  primary:
    background: '#0c0c0c'
    foreground: '#cccccc'

  # Normal colors
  normal:
    black:      '#0c0c0c'
    red:        '#c50f1f'
    green:      '#13a10e'
    yellow:     '#c19c00'
    blue:       '#0037da'
    magenta:    '#881798'
    cyan:       '#3a96dd'
    white:      '#cccccc'

  # Bright colors
  bright:
    black:      '#767676'
    red:        '#e74856'
    green:      '#16c60c'
    yellow:     '#f9f1a5'
    blue:       '#3b78ff'
    magenta:    '#b4009e'
    cyan:       '#61d6d6'
    white:      '#f2f2f2'