:root {
  --background: #24283b;
  --foreground: #a9b1d6;
  --black: #32344a;
  --red: #f7768e;
  --green: #9ece6a;
  --yellow: #e0af68;
  --blue: #7aa2f7;
  --magenta: #ad8ee6;
  --cyan: #449dab;
  --white: #9699a8;
  --bright-black: #444b6a;
  --bright-red: #ff7a93;
  --bright-green: #b9f27c;
  --bright-yellow: #ff9e64;
  --bright-blue: #7da6ff;
  --bright-magenta: #bb9af7;
  --bright-cyan: #0db9d7;
  --bright-white: #acb0d0;
}
