]> git.joonet.de Git - adminer.git/commitdiff
Designs: Add default dark
authorJakub Vrana <jakub@vrana.cz>
Sat, 5 Apr 2025 05:27:59 +0000 (07:27 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 5 Apr 2025 05:28:57 +0000 (07:28 +0200)
adminer/static/dark.css
designs/adminer-dark/README.md [new file with mode: 0644]
designs/adminer-dark/adminer-dark.css [new file with mode: 0644]

index ef34283fedfe0c4d566f04aa0bc1ca04967857ec..8540dd84d56ef9fcdf4be001ac4fd698aa07b21a 100644 (file)
@@ -5,8 +5,8 @@ html {
        --fg: #829bb0;
 }
 
-a { color: #517fa8; }
-a:visited { color: #517fa8; }
+a { color: #618CB3; }
+a:visited { color: #618CB3; }
 a:link:hover, a:visited:hover { color: #9bc0e1; }
 h1 { border-color: #5e94c1; color: #ffddbf; background: #154269; }
 h2 { border-color: #a3bdd3; color: #000; background: #3c678d; }
diff --git a/designs/adminer-dark/README.md b/designs/adminer-dark/README.md
new file mode 100644 (file)
index 0000000..13694e9
--- /dev/null
@@ -0,0 +1,2 @@
+## Screenshot
+![screenshot](https://www.adminer.org/static/screenshots/dark.png)
diff --git a/designs/adminer-dark/adminer-dark.css b/designs/adminer-dark/adminer-dark.css
new file mode 100644 (file)
index 0000000..786f948
--- /dev/null
@@ -0,0 +1 @@
+/* Empty file named adminer-dark.css causes Adminer to switch to default dark mode. */