An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Modern The Lounge theme for Modern IRC

[![GitHub release](https://img.shields.io/github/tag/ronilaukkarinen/thelounge-theme-midnight.svg?style=flat-square)](https://github.com/ronilaukkarinen/thelounge-theme-midnight/releases) npm version Total downloads on npm [![The Lounge](https://img.shields.io/badge/tested%20with%20thelounge-4.2.0-ff9e18.svg?style=flat-square)](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
```