diff --git a/themes/blue.css b/themes/blue.css new file mode 100644 index 0000000..b6ccb16 --- /dev/null +++ b/themes/blue.css @@ -0,0 +1,10 @@ +:root { + --bg: #002; + --bg-alt: #005; + --btn: #046; + --btn-hv: #068; + --btn-bd: #08a; + --text: #dff; + --good: #8f8; + --bad: #f66; +} \ No newline at end of file diff --git a/themes/dark.css b/themes/dark.css new file mode 100644 index 0000000..77e9cd5 --- /dev/null +++ b/themes/dark.css @@ -0,0 +1,10 @@ +:root { + --bg: #000; + --bg-alt: #222; + --btn: #444; + --btn-hv: #666; + --btn-bd: #888; + --text: #fff; + --good: #8f8; + --bad: #f66; +} \ No newline at end of file diff --git a/themes/light.css b/themes/light.css new file mode 100644 index 0000000..fa69c6b --- /dev/null +++ b/themes/light.css @@ -0,0 +1,10 @@ +:root { + --bg: #fff; + --bg-alt: #eee; + --btn: #ddd; + --btn-hv: #ccc; + --btn-bd: #bbb; + --text: #000; + --good: #0b0; + --bad: #c00; +} \ No newline at end of file