$code-theme: (
  default: (
    background-color: $background-input,
  ),
  dark: (
    background-color: $background-input-night,
  ),
);
