aboutsummaryrefslogtreecommitdiff
path: root/public/css/palettes/papercolor-light.css
blob: 7eeb7f529d78cc7a35419b883a74893994cd8789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* PaperColor Light by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */

:root {
  --base00: #eeeeee;
  --base01: #af0000;
  --base02: #008700;
  --base03: #5f8700;
  --base04: #0087af;
  --base05: #444444;
  --base06: #005f87;
  --base07: #878787;
  --base08: #bcbcbc;
  --base09: #d70000;
  --base0A: #d70087;
  --base0B: #8700af;
  --base0C: #d75f00;
  --base0D: #d75f00;
  --base0E: #005faf;
  --base0F: #005f87;
}