diff options
Diffstat (limited to 'src/dark.css')
-rw-r--r-- | src/dark.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/dark.css b/src/dark.css new file mode 100644 index 0000000..d3a6a4c --- /dev/null +++ b/src/dark.css @@ -0,0 +1,14 @@ +:root { + --text: #FCFFFD; + --text-alt: var(--text); + + --page-background: #11171a; + --background: #222d33; + --background-alt: #4d5f69; + + --disk-a: #E16D82; + --disk-a-text: #FDC0C4; + --disk-b: #73D0C5; + --disk-b-text: #C0FDEB; +} + |