Community-edition: Dark mode & Small mode settings

Created on 14 Mar 2018  路  18Comments  路  Source: ramboxapp/community-edition

1) Would be nice if we had a setting to make the header bar smaller (less height) with the icons having less padding.

2) Would be nice to have a setting to make the header dark

I have a pretty hacky way of getting this for myself already (CTRL+SHIFT+I and paste to console), but it's a bit tedious to run every time Rambox is restarted.

// smaller tabs
document.querySelector('.x-tab-bar').style.maxHeight="41px";
document.querySelector('.x-panel-body').style.top="41px";
document.querySelectorAll('.x-tab').forEach(function(el){el.style.padding='4px';});

// dark mode
document.querySelector('.x-tab-bar').style.backgroundColor='#20272D';
document.querySelectorAll('.x-tab').forEach(function(el){el.style.backgroundColor='#40474D';});

// trigger recalculation of styles via tab switch 
let current = document.querySelector('.x-tab-active');
current.previousSibling.click();
current.nextSibling.click();
current.click();

I would love for a way to store custom scripts/css in for the whole app OR have checkboxes to achieve dark mode and smaller header.

stale

Most helpful comment

Dark mode still desired.

All 18 comments

I suggest an option to invert colors of services

Dark mode would be great.

Having the option to store custom scripts/css in the whole app would be great!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Dark mode still desired.

I also would love to get the the functionality of this extension as part of the DarkMode feature. Is not only about Rambox being in dark mode, but also all the services within it. https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This @stalebot actions are complete load of BS. As a techie, I understand the need for trimming the backlog, but, closing automatically when there's no activity is "taking a hammer to a pushpin" (pardon the wording of the analogy).

Luckily https://wavebox.io/ exists. Supports Dark Reader extension so every app can be made dark easily.

@vraravam i agree. Seems like the CE is dead.

Another vote for Dark Mode

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

huh don't close that beautiful feature.

Please add dark mode!

Please!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings