Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color schemes? bootstrap themes? #130

Closed
wmbaum opened this issue May 29, 2013 · 9 comments
Closed

Color schemes? bootstrap themes? #130

wmbaum opened this issue May 29, 2013 · 9 comments

Comments

@wmbaum
Copy link

wmbaum commented May 29, 2013

Issue #25 refers to supporting themes with custom bootstrap theme generators, but this doesn't seem possible due to hard-coded color references outside of css.

Even going back to the previous light color scheme seems non-trivial, as one would have to manually reverse all of the color reference changes in 9d651e9, which is complicated by unrelated changes in the same commit.

Is supporting custom color schemes and bootstrap themes still planned?

@rashidkpc
Copy link
Contributor

Supporting these is rather difficult as not all elements are CSS stylable. I'm considering methods for addressing this, but at best there might be a light theme and a dark theme.

@ghost
Copy link

ghost commented Jun 9, 2013

I'd like to see the light theme at least as an option to the dark one

@jgoldschrafe
Copy link

+1 for a light theme; I have astigmatism and light text on a dark background is murder on my eyes.

@ronnyle
Copy link

ronnyle commented Jun 23, 2013

+1 for dark theme :)

@espenfjo
Copy link

Just change <link rel="stylesheet" href="common/css/bootstrap.light.min.css" title="Light"> to <link rel="stylesheet" href="common/css/light.min.css" title="Light">

Where this light.min.css do something like @import url("common/css/bootstrap.light.min.css"); And elsewise contains the needed stuff to make this beautiful.

Also Im sure that changing to less or scss or similar would help maintain both themes.

@rashidkpc
Copy link
Contributor

I've added a switch in the dashboard settings panel to switch between a dark and a light theme

@alvioshki
Copy link

+1 for dark theme

@joshuacox
Copy link

+1 Dark theme,
I have astigmatism as well, and I deplore white backgrounds. I have heard there is a dark theme available for kibana 4 again

@radiumx3
Copy link

radiumx3 commented Apr 1, 2015

👍 anyone could share some custom themes;?

spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
Add a "raw" header to the AJAX request when ?load_from points to GitHub API
harper-carroll referenced this issue in harper-carroll/kibana Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants