https://github.com/barelyhuman/adminer-nord
Nord Styled Themes for adminer
https://github.com/barelyhuman/adminer-nord
Last synced: about 1 month ago
JSON representation
Nord Styled Themes for adminer
- Host: GitHub
- URL: https://github.com/barelyhuman/adminer-nord
- Owner: barelyhuman
- License: mit
- Created: 2021-02-20T10:45:03.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2021-02-20T15:19:03.000Z (over 5 years ago)
- Last Synced: 2025-10-12T21:19:01.412Z (9 months ago)
- Language: CSS
- Size: 1.88 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adminer-nord
A theme inspired by [pepa-linha-dark](https://github.com/pepa-linha/Adminer-Design-Dark) but with nord defaults.
# Disclaimer
The theme files are still being changed as not everything from pepa-linha-dark has been changed and a lot of styles still inherit colors from the original theme.
Please report issues for things or places that I might have missed
# Screenshots
**Dark**

**Light**

# Usage
- Rename the file to `adminer.css` and place it beside the `adminer.php` file.
**Docker**
These instructions have been tested with this particular docker image [docker-adminer](https://hub.docker.com/_/adminer/)
- copy the a themed css and rename it to `adminer.css` and place it in you directory
- in your dockerfile, add the following line
```dockerfile
ADD ./adminer.css /var/www/html/adminer.css
```
# Credits
[pepa-linha](https://github.com/pepa-linha) - for the original theme