-- Compline colorscheme
-- Original theme by jblais493: https://github.com/jblais493/compline

return {
    base00 = '#1a1d21', -- background (color0)
    base01 = '#25282c', -- lighter background (derived)
    base02 = '#3d424a', -- selection background
    base03 = '#515761', -- comments (color8)
    base04 = '#c0bdb8', -- dark foreground (color7)
    base05 = '#e0dcd4', -- default foreground
    base06 = '#e0dcd4', -- light foreground (color15)
    base07 = '#e0dcd4', -- lightest (color15)
    base08 = '#CDACAC', -- red (color1)
    base09 = '#c8beb8', -- orange/bright (color9)
    base0A = '#DBCDB3', -- yellow (color3)
    base0B = '#b8c4b8', -- green (color2)
    base0C = '#b0bcc8', -- cyan (color6)
    base0D = '#b4bcc4', -- blue (color4)
    base0E = '#c0b8bc', -- magenta (color5)
    base0F = '#b0c0b8', -- extra (color14)
}
