]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add dark Bulma example
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 13 Oct 2019 15:17:37 +0000 (16:17 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 18 Oct 2019 00:51:42 +0000 (20:51 -0400)
docs/bulma-dark.scss [new file with mode: 0644]
docs/images/bulma-logo-light.png [new file with mode: 0644]
docs/images/bulma-logo-turquoise.png [new file with mode: 0644]

diff --git a/docs/bulma-dark.scss b/docs/bulma-dark.scss
new file mode 100644 (file)
index 0000000..92a6ec6
--- /dev/null
@@ -0,0 +1,35 @@
+@import "../sass/utilities/initial-variables.sass";
+
+// General colors
+
+$scheme-main: $black;
+$scheme-main-bis: $black-bis;
+$scheme-main-ter: $black-ter;
+$scheme-invert: $white;
+$scheme-invert-bis: $white-bis;
+$scheme-invert-ter: $white-ter;
+
+$background: $black-ter;
+
+$border: $grey-darker;
+$border-hover: $grey-dark;
+$border-light: $grey-darker;
+$border-light-hover: $grey-dark;
+
+// Text colors
+
+$text: $grey-light;
+$text-invert: $grey-darker;
+$text-light: $grey;
+$text-strong: $white;
+
+// Link colors
+
+$link-hover: $white;
+$link-hover-border: $grey-dark;
+
+$link-focus: $white;
+$link-focus-border: $blue;
+
+$link-active: $white;
+$link-active-border: $grey-light;
diff --git a/docs/images/bulma-logo-light.png b/docs/images/bulma-logo-light.png
new file mode 100644 (file)
index 0000000..b76b73a
Binary files /dev/null and b/docs/images/bulma-logo-light.png differ
diff --git a/docs/images/bulma-logo-turquoise.png b/docs/images/bulma-logo-turquoise.png
new file mode 100644 (file)
index 0000000..2a3cfbf
Binary files /dev/null and b/docs/images/bulma-logo-turquoise.png differ