diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-05-30 20:47:52 +0000 |
| commit | 58c947fe57c5b6492906e588f9510ae30383615d (patch) | |
| tree | b8ccc2ae0df259ec3a68696a50479a7b0b680e3d /public/css/palettes/material.css | |
| parent | cf259bfe2fdc33894f10083737776f79903a6fbe (diff) | |
routine updates
Diffstat (limited to 'public/css/palettes/material.css')
| -rw-r--r-- | public/css/palettes/material.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/css/palettes/material.css b/public/css/palettes/material.css new file mode 100644 index 0000000..60bfafb --- /dev/null +++ b/public/css/palettes/material.css @@ -0,0 +1,20 @@ +/* Material by Nate Peterson */ + +:root { + --base00: #263238; + --base01: #2E3C43; + --base02: #314549; + --base03: #546E7A; + --base04: #B2CCD6; + --base05: #EEFFFF; + --base06: #EEFFFF; + --base07: #FFFFFF; + --base08: #F07178; + --base09: #F78C6C; + --base0A: #FFCB6B; + --base0B: #C3E88D; + --base0C: #89DDFF; + --base0D: #82AAFF; + --base0E: #C792EA; + --base0F: #FF5370; +}
\ No newline at end of file |
