Skip to content

Commit

Permalink
Add dark night theme (UnchartedBull#1424)
Browse files Browse the repository at this point in the history
* Add dark night theme

* Apply style also to confirm modal
  • Loading branch information
Poeschl authored and kantlivelong committed May 5, 2021
1 parent 2a67a32 commit 3ff1afa
Show file tree
Hide file tree
Showing 12 changed files with 700 additions and 0 deletions.
48 changes: 48 additions & 0 deletions themes/dark-nights/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Dark Nights

A dark theme with customizeable accent color which matches my octoprint theme.

## Customize

To customize the accent color edit the hex-codes at the beginning of the `custom-styles.css`.

```css
:root {
/* If a other accent color is more to your personal liking, change it here. ;) */
--accent: #d32f2f;
--accent-transparent: #d32f2f24;
...
}
```

Make sure to change also the transparent accent color.

## Screenshots

### Dashboard

![Dashboard](screenshots/dashboard.png)

![Dashboard](screenshots/temp-adjust.png)

### Files

![Dashboard](screenshots/file-browser.png)

![Dashboard](screenshots/file-selection.png)

![Dashboard](screenshots/file-preview.png)

### Filament change

![Dashboard](screenshots/filament-temp.png)

![Dashboard](screenshots/filament-purge.png)

### Printing

![Dashboard](screenshots/printing-percent.png)

![Dashboard](screenshots/printing-preview.png)

![Dashboard](screenshots/printing-adjust.png)
Loading

0 comments on commit 3ff1afa

Please sign in to comment.