Skip to content

Instantly share code, notes, and snippets.

View clrxbl's full-sized avatar
:shipit:

Michael clrxbl

:shipit:
View GitHub Profile
@clrxbl
clrxbl / spigotmc.css
Last active July 31, 2018 12:35
SpigotMC Flat Light
@-moz-document url-prefix("https://www.spigotmc.org"), url-prefix("https://spigotmc.org") {
/*
* VARIABLES
* Edit for colors.
*/
:root {
--main-bg-color: #eee; /*#1a1a1a*/
--main-pimary-bg-color: #ed8106; /*#4e61f0*/
--main-secondary-bg-color: #eee; /*#161616*/
--main-tertiary-bg-color: #ed8106; /*#4959d8*/
@clrxbl
clrxbl / spigotmc.css
Last active July 31, 2018 10:41
SpigotMC Flat Dark
@-moz-document url-prefix("https://www.spigotmc.org"), url-prefix("https://spigotmc.org") {
/*
* VARIABLES
* Edit for colors.
*/
:root {
--main-bg-color: #292929; /*#1a1a1a*/
--main-pimary-bg-color: #ed8106; /*#4e61f0*/
--main-secondary-bg-color: #292929; /*#161616*/
--main-tertiary-bg-color: #ed8106; /*#4959d8*/