summaryrefslogtreecommitdiff
path: root/assets/css/colors/base16-eighties.css
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2025-01-22 20:32:26 +0100
committerGitHub <noreply@github.com>2025-01-22 20:32:26 +0100
commit2de69514b8f412bc57caf0a34a6dd7a8b1798aba (patch)
tree4beaa0f82f17330c834ab1fcd61fc0a193576e98 /assets/css/colors/base16-eighties.css
parent05e9fc84ff0ab6d9ac371c7b1d85432cc143c7fb (diff)
parent224dba58c440a8f4e2d773a6f3147183cb03a7b4 (diff)
Merge pull request #68 from rbbhn/spacegray-theme
Add base-16-default-schemes as color palettes
Diffstat (limited to 'assets/css/colors/base16-eighties.css')
-rw-r--r--assets/css/colors/base16-eighties.css15
1 files changed, 15 insertions, 0 deletions
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