• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "dark". Back to normal view
    1. Kagi recently changed their dark mode, fix inside

      Since I know quite a few tilderinos use Kagi (far higher percentage than the standard population) I figured this might interest some of you. Kagi pushed out a new Dark theme that is not dark. It's...

      Since I know quite a few tilderinos use Kagi (far higher percentage than the standard population) I figured this might interest some of you.

      Kagi pushed out a new Dark theme that is not dark. It's possibly even worse than Googles non-dark official Dark mode.

      Here is a CSS fix you can throw in your custom css section in settings that I whipped up for some people in the Discord, should be useful.

          :root {  
        --custom-bg-color: #090c10;
      
        --search-result-gap: 20px;
        --search-result-gap-mobile: 10px;
        --app-bg: var(--custom-bg-color);
        --search-result-title: #fff;
        --primary-visited: #aaa;
        /*! --quick-search-bg: #000; */
        --color-search-input: var(--custom-bg-color);
        --result-item-title-border: rgba(255,255,255,0.25);
        --search-result-date-bg: rgba(255,255,255,0.15);
      }
      
      .__sri-time {
        font-size: 12px;
        border-radius: 2px;
        margin-right: 3px
      }
      
      .__sri-desc {
        padding-top: 3px;
      }
      
      .__sri-title {
        margin-bottom: 5px;
      }
      
      .__sri-url .__sri_url_path_box {
        margin-top: 0px;
      }
      
      @media screen and (max-width: 1300px) {
        .search-result, .sri-group {
          padding-top: 0px !important;
          padding-bottom: 0px !important;
          margin-bottom: var(--search-result-gap-mobile) !important;
        }
      }  
      

      This fixes the colors, padding, and some other general weirdness they introduced. They also don't follow their own variable specs so I introduced two new ones in there so you can modify to your liking (namely padding between links on mobile and desktop).

      26 votes
    2. Netflix series Dark (season 3)

      Is anyone watching this? I finished season two about 6 weeks ago but I'm wondering if I should just rewatch the first two seasons before starting the third. If you're unfamiliar with the show, I...

      Is anyone watching this? I finished season two about 6 weeks ago but I'm wondering if I should just rewatch the first two seasons before starting the third.

      If you're unfamiliar with the show, I can't recommend it highly enough. It's probably the best TV show, of any type, that I've ever seen. Here's the original trailer, but there's SO much more than what it shows. In the words of @Bezarius who recommended it to me:

      The German show Dark is incredible. I just finished watching the first season this evening and it's the most perfect season of television I've seen in a long, long time. Literally the only thing I would rate alongside The Sopranos or The Wire. It has it all - complexity, deep philosophy, theoretical physics, horology, sci-fi elements, brilliant characterisation/acting, unpredictability, great dialogue and masterful pacing. Check it out.

      A word of warning though. DO NOT watch it in English, The English voice acting is atrocious.

      14 votes
    3. Site suggestion: Dark mode

      I apologize if this is the wrong topic for this post, and if this feature already exists, I apologize for that too. I looked around and couldn't find it (it's possible I could have missed it). But...

      I apologize if this is the wrong topic for this post, and if this feature already exists, I apologize for that too. I looked around and couldn't find it (it's possible I could have missed it). But I thought a dark mode for Tildes would be most excellent. Right now, there's a lot of white space and combined with my 24" monitor, this site lights up my whole room like it's in the middle of the day. Anyways, thanks for reading. :)

      4 votes