| 1 | -- Compline colorscheme |
| 2 | -- Original theme by jblais493: https://github.com/jblais493/compline |
| 3 | |
| 4 | return { |
| 5 | base00 = '#1a1d21', -- background (color0) |
| 6 | base01 = '#25282c', -- lighter background (derived) |
| 7 | base02 = '#3d424a', -- selection background |
| 8 | base03 = '#515761', -- comments (color8) |
| 9 | base04 = '#c0bdb8', -- dark foreground (color7) |
| 10 | base05 = '#e0dcd4', -- default foreground |
| 11 | base06 = '#e0dcd4', -- light foreground (color15) |
| 12 | base07 = '#e0dcd4', -- lightest (color15) |
| 13 | base08 = '#CDACAC', -- red (color1) |
| 14 | base09 = '#c8beb8', -- orange/bright (color9) |
| 15 | base0A = '#DBCDB3', -- yellow (color3) |
| 16 | base0B = '#b8c4b8', -- green (color2) |
| 17 | base0C = '#b0bcc8', -- cyan (color6) |
| 18 | base0D = '#b4bcc4', -- blue (color4) |
| 19 | base0E = '#c0b8bc', -- magenta (color5) |
| 20 | base0F = '#b0c0b8', -- extra (color14) |
| 21 | } |