Dark-only theme with neutral gray base and four color tints (default blue, blue, green, red)
@keenmate/pure-admin-corecss/dark.css
Neutral gray with blue accent
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#4dabf7
|
#1a1a1a
|
#2d2d2d
|
#242424
|
#2a2a2a
|
#ffffff
|
pa-color-blue
css/dark.css
Slate blue tinted backgrounds
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#3b82f6
|
#0f172a
|
#0f172a
|
#1e293b
|
#1e293b
|
#ffffff
|
pa-color-green
css/dark.css
Green tinted backgrounds
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#22c55e
|
#0f1e13
|
#0f1e13
|
#1a2e1f
|
#1a2e1f
|
#ffffff
|
pa-color-red
css/dark.css
Red tinted backgrounds
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#ef4444
|
#1f0f0f
|
#1f0f0f
|
#2d1a1a
|
#2d1a1a
|
#ffffff
|
A dark-only theme — four color-tinted variants of the same dark base. The default palette uses soft blue accents on neutral grays; switch to a tinted variant for a different mood while staying in dark mode.
Apply a variant by adding a CSS class to <body>:
<body> <!-- Default (neutral gray) -->
<body class="pa-color-blue"> <!-- slate blue tint -->
<body class="pa-color-green"> <!-- green tint -->
<body class="pa-color-red"> <!-- red tint -->
<link rel="stylesheet" href="css/dark.css">