Dandruff or scalp irritation? Try BLOO.

    Bioenergetic Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Warm tone light mode for pdfs

    Bioenergetics Discussion
    5
    10
    344
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stagS
      stag
      last edited by

      Dark mode is actually harder on the eyes than light mode. When reading light text against a dark background, the pupils constrict, resulting in eye strain. The ideal theme is a warm tone light mode. Done right, it should mimic reading paper by candlelight. I use this js snippet as a bookmark to ease eye strain while reading pdfs:

      javascript:(function(){   
      var elements = document.querySelectorAll('body, body *');   
      var style = 'sepia(0.8) brightness(75%) contrast(110%)';   elements.forEach(function(element){     
      element.style.filter = style;   }); })()
      

      Simply create a new bookmark and paste this codeblock into the url prompt. Open a pdf in your browser, and click the bookmark. This will increase sepia, decrease brightness, and slightly increase contrast. You can tweak the settings for best performance based on your monitor, and even make different versions for daytime and nighttime. It synergizes with f.lux very well and makes even a cheap monitor feel like e-ink. Unfortunately it wont work for older studies.

      CO3C 1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by A Former User

        @brad thoughts on implementing a theme/function that does this? User JS /CSS would also be a neat feature but I'd imagine it would be hard to implement due to how the site's software works.

        bradB 1 Reply Last reply Reply Quote 0
        • CO3C
          CO3 @stag
          last edited by

          @stag said in Warm tone light mode for pdfs:

          When reading light text against a dark background, the pupils constrict, resulting in eye strain.

          Seriously? a larger amount of white on the screen (= more blue light) has physiological effects that clearly and intuitively make the dark mode better I think.

          Master Broth Recipe: https://twitter.com/thesquattingman/status/1737526599023526043 / https://recipeats.org/master-broth/

          stagS 1 Reply Last reply Reply Quote 0
          • bradB
            brad @A Former User
            last edited by

            @Svet I can add custom CSS, users can change their theme (in settings) and I can customize any given theme. If people have requests and they stake out a theme and write the CSS themselves I’m happy to install it.

            1 Reply Last reply Reply Quote 0
            • stagS
              stag @CO3
              last edited by

              @CO3

              the limiting factor for long reading sessions in light mode is blue light causing mitochondrial damage leading to eye strain

              the limiting factor for long reading sessions in dark mode is pupil constriction causing eye strain

              This setup is meant to get the best of both worlds by minmaxing warmth, brightness, and contrast while retaining the dark text/light background combo for readability.

              CO3C 1 Reply Last reply Reply Quote 0
              • CO3C
                CO3 @stag
                last edited by

                @stag Interesting! Will experiment with it! I use an e-ink tablet to read and I will check between dark and light mode when i read for a couple hours.

                Master Broth Recipe: https://twitter.com/thesquattingman/status/1737526599023526043 / https://recipeats.org/master-broth/

                stagS 1 Reply Last reply Reply Quote 0
                • stagS
                  stag @CO3
                  last edited by

                  @CO3 What kind of e ink tablet do you have? Ive been looking into getting one. The onyx book note air 3 looks good, if a bit pricey. Id want something that can run android OS so I can put my Obsidian vault on it.

                  CO3C skylarkS 2 Replies Last reply Reply Quote 0
                  • CO3C
                    CO3 @stag
                    last edited by

                    @stag Mine doesn't run any version of android, maybe I used the wrong terminology. It's an e-reader. Kobo Clara HD

                    Master Broth Recipe: https://twitter.com/thesquattingman/status/1737526599023526043 / https://recipeats.org/master-broth/

                    1 Reply Last reply Reply Quote 0
                    • skylarkS
                      skylark @stag
                      last edited by

                      @stag thanks for the tip, I got a boox note air & think it’s really nice, I use it every day

                      Good things are immeasurably costly

                      CO3C 1 Reply Last reply Reply Quote 0
                      • CO3C
                        CO3 @skylark
                        last edited by

                        @skylark said in Warm tone light mode for pdfs:

                        boox note air

                        that looks so cool

                        Master Broth Recipe: https://twitter.com/thesquattingman/status/1737526599023526043 / https://recipeats.org/master-broth/

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post