You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
504B

  1. /* https://github.com/marcoms/oceanic-plus */
  2. /* grayscale */
  3. $base00: #1B2B34; /* editor base (bluish) */
  4. $base01: #343D46;
  5. $base02: #4F5B66;
  6. $base03: #65737E;
  7. $base04: #A7ADBA;
  8. $base05: #C0C5CE;
  9. $base06: #CDD3DE;
  10. $base07: #D8DEE9;
  11. /* COLORS */
  12. $base08: #EC5f67; /* red */
  13. $base09: #F99157; /* orange */
  14. $base0A: #FAC863; /* yellow */
  15. $base0B: #99C794; /* jasmine */
  16. $base0C: #5FB3B3; /* teal */
  17. $base0D: #6699CC; /* muted blue */
  18. $base0E: #C594C5; /* fucshia */
  19. $base0F: #AB7967; /* brown */