From 91d43b574ba64e90733a4ddaee8757e9bfc0d003 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 5 Apr 2025 07:27:59 +0200 Subject: [PATCH] Designs: Add default dark --- adminer/static/dark.css | 4 ++-- designs/adminer-dark/README.md | 2 ++ designs/adminer-dark/adminer-dark.css | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 designs/adminer-dark/README.md create mode 100644 designs/adminer-dark/adminer-dark.css diff --git a/adminer/static/dark.css b/adminer/static/dark.css index ef34283f..8540dd84 100644 --- a/adminer/static/dark.css +++ b/adminer/static/dark.css @@ -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 index 00000000..13694e96 --- /dev/null +++ b/designs/adminer-dark/README.md @@ -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 index 00000000..786f9481 --- /dev/null +++ b/designs/adminer-dark/adminer-dark.css @@ -0,0 +1 @@ +/* Empty file named adminer-dark.css causes Adminer to switch to default dark mode. */