diff options
Diffstat (limited to 'assets/css/colors/base16-cupcake.css')
-rw-r--r-- | assets/css/colors/base16-cupcake.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/colors/base16-cupcake.css b/assets/css/colors/base16-cupcake.css new file mode 100644 index 0000000..4a7a93a --- /dev/null +++ b/assets/css/colors/base16-cupcake.css @@ -0,0 +1,15 @@ +:root { + --content-primary: rgb(88, 80, 98); /*base07*/ + --content-secondary: rgb(165, 157, 175); /*base04*/ + --background: rgb(251, 241, 242); /*base00*/ + --code-background: rgb(242, 241, 244); /*base01*/ + --code-border: rgb(216, 213, 221); /*base02*/ +} + +.dark { + --content-primary: rgb(251, 241, 242); /*base00*/ + --content-secondary: rgb(191, 185, 198); /*base03*/ + --background: rgb(88, 80, 98); /*base07*/ + --code-background: rgb(114, 103, 126); /*base06*/ + --code-border: rgb(139, 129, 152); /*base05*/ +}
\ No newline at end of file |