https://github.com/rollecode/thelounge-theme-midnight
Midnight theme for the lounge with mobile bubble layout
https://github.com/rollecode/thelounge-theme-midnight
Last synced: 27 days ago
JSON representation
Midnight theme for the lounge with mobile bubble layout
- Host: GitHub
- URL: https://github.com/rollecode/thelounge-theme-midnight
- Owner: rollecode
- Created: 2021-06-15T07:36:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T10:13:30.000Z (over 3 years ago)
- Last Synced: 2026-05-02T13:33:34.254Z (28 days ago)
- Language: SCSS
- Size: 17.3 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Modern The Lounge theme for Modern IRC
[](https://github.com/ronilaukkarinen/thelounge-theme-midnight/releases)
[](https://github.com/thelounge/thelounge)
Aiming to be the **perfect** The Lounge theme out there.
## Requirements
- The Lounge 4.2.0
## Features
* Minimal UI
* Easy on the eyes
* Conversation layout, see [#2591](https://github.com/thelounge/thelounge/pull/2591#issuecomment-785429158)
* Automatic theme that has both day/light and night/dark versions based on your operating system setting Currently only possible [here](https://github.com/pulinairc/thelounge-themes/blob/3584d5ed5240cc4e5c322f6dd2fdd768e9e0131b/dist/auto-day-midnight.css)
* Fixed preview images with correct dimensions
* Fixed most of The Lounge style bugs
* The most readable modern fonts on Retina and 60hz mobile screens
| Desktop view | Mobile conversation layout |
| ------------- | ------------- |
|
|
|
## Installation
``` shell
thelounge install thelounge-theme-midnight
```
### Development
#### I want to change something!
Please fork this repository and make your changes.
If the changes are good we might even accept pull requests.
#### I want a bigger font to mobile
See [Midnight-accessible](https://github.com/pulinairc/thelounge-themes/blob/3584d5ed5240cc4e5c322f6dd2fdd768e9e0131b/dist/midnight-accessible.css) or use Custom CSS feature.
## Development
1. `cd /path/to/thelounge-theme-midnight`
2. `npm install`
3. Start coding by running in separate Terminal: `code .` or just use any editor you wish
4. Run watchers:
``` bash
scss --watch src/midnight.scss:midnight.css --style compressed
```