7 votes

Why so much blue for the dark themes?

Tags: themes

The themes look great but the blue kills it being a night theme. Blue is generally what gets filtered out with things like flux. I think similar themes but in red would be really nice.

6 comments

  1. [3]
    creesch
    Link
    Well for the solarized dark theme that is simply the color pallete. I don't know why it was decided for the black theme, but I can have a guess. Blue is one of the few colors that contrasts nicely...

    Well for the solarized dark theme that is simply the color pallete.

    I don't know why it was decided for the black theme, but I can have a guess. Blue is one of the few colors that contrasts nicely with black keeping things readable and in general easy on the eye.

    Anyway, here is css that you can put in stylus to replace the blue with red colors.
    (Make sure to use stylus, don't use stylish as it is no longer open source and has gotten a bunch of tracking added)

    .theme-black .nav .nav-item a,
    .theme-black .btn,
    .theme-black a {
        color: #d22626;
    }
    
    .theme-black a.link-user:visited,
    .theme-black a.link-group:visited {
        color: #b1222e;
    }
    
    .theme-black a:visited {
        color: #c46c6c;
    }
    
    .theme-black .btn,
    .theme-black .topic-icon {
        border-color: #d22626;
    }
    
    .theme-black .btn.btn-primary {
        background: #9a1c1c;
        border-color: #9a1c1c;
        color: #ccc;
    }
    
    .theme-black .tab .tab-item.active a, 
    .theme-black .tab .tab-item a.active {
        border-bottom-color: #d22626;
        color: #d22626;
    }
    
    8 votes
    1. Flashynuff
      Link Parent
      Didn't know that about stylish. Thanks for linking stylus, I've just swapped over.

      Didn't know that about stylish. Thanks for linking stylus, I've just swapped over.

      3 votes
    2. geosmin
      Link Parent
      Do you happen to have a screenshot of what this looks like?

      Do you happen to have a screenshot of what this looks like?

      1 vote
  2. Ten
    Link
    I just want a straight up AMOLED Black Theme so it looks better and uses less battery when on mobile.

    I just want a straight up AMOLED Black Theme so it looks better and uses less battery when on mobile.

    7 votes
  3. [2]
    Thansyn
    Link
    I personally love the look of the black and blue but it's definitely a pain to read.

    I personally love the look of the black and blue but it's definitely a pain to read.

    1 vote
    1. freestylesno
      Link Parent
      Love the look too just not necessarily when I'm laying in bed reading.

      Love the look too just not necessarily when I'm laying in bed reading.