Skip to content

Instantly share code, notes, and snippets.

@ran-dall
Created January 15, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ran-dall/89e1951291274d32bbd2bfeaa58caf78 to your computer and use it in GitHub Desktop.
Save ran-dall/89e1951291274d32bbd2bfeaa58caf78 to your computer and use it in GitHub Desktop.
Dracula Theme for NextCloud
:root {
--color-hover-blue:rgba(75, 110, 175, 0.4);
--color-plasma-blue:rgba(75, 110, 175, 1);
--color-cardboard-gray: rgba(210, 210, 210, 1);
--color-coastal-fog: rgba(127, 140, 141, 1);
--color-alternate-gray: rgba(189, 195, 199, 1);
--color-charcoal-gray: rgba(43, 43, 43, 1);
--color-shade-black: rgba(60, 63, 65, 1);
--color-border-grey: rgba(80, 84, 88, 1);
--color-dashboard-grey: rgba(49, 54, 59, 0.8);
}
5f82c3 (for nextcloud color setting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment