summaryrefslogtreecommitdiff
path: root/assets/css/colors/base16-default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/colors/base16-default.css')
-rw-r--r--assets/css/colors/base16-default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/colors/base16-default.css b/assets/css/colors/base16-default.css
new file mode 100644
index 0000000..ca27426
--- /dev/null
+++ b/assets/css/colors/base16-default.css
@@ -0,0 +1,15 @@
+:root {
+ --content-primary: rgb(24, 24, 24); /*base07*/
+ --content-secondary: rgb(88, 88, 88); /*base04*/
+ --background: rgb(248, 248, 248); /*base00*/
+ --code-background: rgb(232, 232, 232); /*base01*/
+ --code-border: rgb(216, 216, 216); /*base02*/
+}
+
+.dark {
+ --content-primary: rgb(248, 248, 248); /*base00*/
+ --content-secondary: rgb(184, 184, 184); /*base03*/
+ --background: rgb(24, 24, 24); /*base07*/
+ --code-background: rgb(40, 40, 40); /*base06*/
+ --code-border: rgb(56, 56, 56); /*base05*/
+} \ No newline at end of file