Coder Social home page Coder Social logo

rocketchat-dark's Introduction

rocketchat-dark

Dark theme stylesheet for Rocket.Chat

Chat

Why?

Because everything needs a dark theme. And because Rocket.Chat has no dark mode yet, except for the iOS app.

Installation

You can either install this as a user in your browser or as an admin globally for your Rocket.Chat installation.

Browser

  • Install a Userstyle-Addon like Stylus (Firefox, Chrome)
  • Create a new style and copy the content of style.css into it

Make sure to restrict the scope of the style to the domain of your Rocket.Chat installation.

Rocket.Chat

  • Go to Administration โ†’ Layout โ†’ Custom CSS
  • Copy the content of style.css into it the Custom CSS field
  • Click Save changes at the top

More Screenshots

Create a new Channel Members List Room Info Directory People autocomplete

TODO

This theme is not finished yet. It's usable but the admin interface and other parts will remain light.

rocketchat-dark's People

Contributors

daxxog avatar gabrielpetry avatar linusg avatar mbestavros avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

rocketchat-dark's Issues

Missing style classes for .own and code-colors

Thank you for this ! It's really useful to avoid complete white page in Rocket Chat.

However, there was some classes missing which were quiet useful in my case (I don't know which rocket version my company uses so I'm not sure it's for everyone).

For code-colors, I added this to have a darker color on highlighted words

.hljs-keyword, .hljs-selector-tag, .hljs-subst {
    color: #777;
    font-weight: 700;
}

For .own messages, I added this because every message of my own was light :

.own, .own .body {
    background-color: var(--color-dark);
}

And for tags:

.message .title .role-tag {
    background-color: var(--color-light);
}

I didn't make a PR because I think this is not the best colors to change.

Thank you !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.