From a6082b54fcccf9f924de93a8bd6ed03250c70c09 Mon Sep 17 00:00:00 2001 From: rbbhn Date: Tue, 21 Jan 2025 22:30:48 -0600 Subject: Added base16-default themes --- assets/css/colors/base16-eighties.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/css/colors/base16-eighties.css (limited to 'assets/css/colors/base16-eighties.css') diff --git a/assets/css/colors/base16-eighties.css b/assets/css/colors/base16-eighties.css new file mode 100644 index 0000000..c9461d4 --- /dev/null +++ b/assets/css/colors/base16-eighties.css @@ -0,0 +1,15 @@ +:root { + --content-primary: rgb(45, 45, 45); /*base00*/ + --content-secondary: rgb(116, 115, 105); /*base03*/ + --background: rgb(242, 240, 236); /*base07*/ + --code-background: rgb(232, 230, 223); /*base06*/ + --code-border: rgb(211, 208, 200); /*base05*/ +} + +.dark { + --content-primary: rgb(242, 240, 236); /*base07*/ + --content-secondary: rgb(160, 159, 147); /*base04*/ + --background: rgb(45, 45, 45); /*base00*/ + --code-background: rgb(57, 57, 57); /*base01*/ + --code-border: rgb(81, 81, 81); /*base02*/ +} \ No newline at end of file -- cgit v1.2.3