You’re doing dark mode wrong!

Поделиться
HTML-код
  • Опубликовано: 16 май 2023
  • Do you like typing dark: every time you write any color in tailwind? I don’t! And even if you like that, how would you add a third or fourth theme? Did you know you can use CSS Variables to theme in Tailwind CSS?
    🔗 Key Links 🔗
    - Github: github.com/coding-in-public/t...
    - Tailwind Docs on Color: tailwindcss.com/docs/customiz...
    ---------------------------------------
    🎨 VSCode Theming
    - Font: Cascadia Code: github.com/microsoft/cascadia...
    - Theme: marketplace.visualstudio.com/...
    - Icons: marketplace.visualstudio.com/...
    ---------------------------------------
    🌐 Connect With Me 🌐
    - Website: codinginpublic.dev
    - Blog: chrispennington.blog
    - Twitter: / cpenned
    - Patreon: / coding_in_public
    - Buy Me a Coffee: www.buymeacoffee.com/chrispen...
  • ХоббиХобби

Комментарии • 141

  • @treyjapan
    @treyjapan Год назад +12

    CSS variables are indeed awesome! Thanks for your amazing tutorial ❤

    • @CodinginPublic
      @CodinginPublic  Год назад +3

      Totally agree! Thanks for saying something!

  • @codernerd7076
    @codernerd7076 Год назад +2

    Oh wow, this is amazing, had no idea thank you so much for the tutorial! This gonna save me so much time!

    • @CodinginPublic
      @CodinginPublic  Год назад +1

      Seriously. I’m never writing dark: again lol

  • @Gainmackain1
    @Gainmackain1 Год назад +4

    I’m planning to integrate dark mode to my app soon. This video just popped up and it’s so incredibly helpful!

    • @CodinginPublic
      @CodinginPublic  Год назад

      Awesome! Let me know how you get on. I'm never writing another dark: directive :)

  • @jacktrusler6506
    @jacktrusler6506 10 месяцев назад +1

    I needed this a year ago when I was setting up dark mode, I ended up doing the same thing as you with CSS variables because I hated the dark: selector on every element but I had to really dig to figure out how to implement it with @layer base in tailwind. Really nice concise tutorial!

    • @CodinginPublic
      @CodinginPublic  10 месяцев назад

      Glad you enjoyed it! Yes, I nearly gave up on Tailwind over this dark: thing haha. I still don't use it all the time, but find Tailwind very useful for projects I touch only occasionally.

    • @jacktrusler6506
      @jacktrusler6506 10 месяцев назад

      I go back and forth on tailwind, right now I’ve decided I like it a lot in react projects if you’re diligent about keeping components small and modular

  • @tarekalkhatib5619
    @tarekalkhatib5619 11 месяцев назад

    Thank u !!, I was practicing a project and just began by defining a few custom colors thinking that in the end I would just make another variables for the light mode, but I couldn't figure it out on my own and all other tutorials are just doing it in a complicated long way.

  • @UrbanaJoker
    @UrbanaJoker 10 месяцев назад

    This was exactly what I was looking for, great video!

  • @jkbecker
    @jkbecker Год назад +1

    That's awesome and something I'll be able to use right away!

    • @CodinginPublic
      @CodinginPublic  Год назад

      Great! Yeah, I’ll never write another dark: directive if I can help it :)

  • @54peace
    @54peace 9 месяцев назад

    It worked and now I'm using this in my project. Thank you! 🙏

  • @SouhaibD
    @SouhaibD 3 месяца назад

    Thanks for sharing these handy tips

  • @Exlaso
    @Exlaso 6 месяцев назад

    I was searching for this, thank you

  • @jakubholcman3668
    @jakubholcman3668 8 месяцев назад

    Very nice reminder about css variables, thank you :D

  • @avidcoderr
    @avidcoderr 10 месяцев назад +1

    Short, Sweet and 2DaPoint. Excellent ability to make impactful videos. Simply Awesome!

  • @trevortylerlee
    @trevortylerlee Год назад

    Thanks for this, I’ve been struggling with the flash of unstyled content

  • @DJN1K3
    @DJN1K3 Год назад

    Great method, I might just revisit some light options for my dark themed mobile site. Thanks for the tip.

    • @CodinginPublic
      @CodinginPublic  Год назад +1

      Sure thing! Sure beats all the annoyance of dark: everywhere :)

  • @H-Root
    @H-Root Год назад +3

    Awesome tutorial keep going 🎉❤

  • @leonardoroic8978
    @leonardoroic8978 7 месяцев назад

    Thanks Chris, very useful!

  • @oldfridayboy5597
    @oldfridayboy5597 4 месяца назад +2

    I don‘t use tailwind, and I never plan on using it, but finally someone who explains how to do darkmode properly!
    Thank you so much

    • @erenova0
      @erenova0 3 месяца назад

      Tailwind is amazing Man u gotta try this thing it saves a lot work

    • @CodinginPublic
      @CodinginPublic  3 месяца назад

      lol no worries; yeah, ain't gonna type dark: every 3 words haha

  • @juliscapucin
    @juliscapucin 8 месяцев назад

    Thanks a lot, it works like a charm! 🤩

  • @arkarchanmyae4575
    @arkarchanmyae4575 4 месяца назад

    Thanks, it saved me a lot of trouble with switching dark mode which I'm planning to use in my project.

  • @HassanRaza-ym3uf
    @HassanRaza-ym3uf 25 дней назад

    this is the one of the most coolest video related to tailwind

  • @alimora442
    @alimora442 7 месяцев назад

    I most definitely have been doing it inline/wrong. Thank you, Chris

    • @CodinginPublic
      @CodinginPublic  7 месяцев назад +1

      Technically just a preference, but I can't imagine going back to "dark" everywhere.

  • @danielchukwu524
    @danielchukwu524 6 месяцев назад

    This is a goated video. God bless man 🙏🙏

  • @michelmaillard8798
    @michelmaillard8798 Год назад

    I got problems later in components… will have another try

  • @haidarezio
    @haidarezio Год назад

    amazing tutorial fam !

  • @rfryanfavour4369
    @rfryanfavour4369 10 месяцев назад

    Pretty nice actually. Ill try it on my coming project

  • @vitvitvitvitvitvitvitvit
    @vitvitvitvitvitvitvitvit 6 месяцев назад

    thanks, dude! tried to implement the dark-mode by following the docs, but its such a pain use it in the way the tailwind recommends

  • @yanishammaci8638
    @yanishammaci8638 2 месяца назад

    i hate front end but i have to do it for one of my project thank you so much

  • @shawnxiong2011
    @shawnxiong2011 9 месяцев назад

    so far the best solution for custom theme

    • @CodinginPublic
      @CodinginPublic  9 месяцев назад

      It’s been such a big help to me!

  • @returnZeroo
    @returnZeroo 4 месяца назад

    css variable is dangerously awesome 🤩

  • @Mitsunee_
    @Mitsunee_ Год назад

    didn't know you could put multiple arguments into a single custom property like that. I once wrote a postcss plugin that'd create additional properties for each individual argument of color functions. I might go and turn that into one that adds -rgb, -hsl and -lch suffixed vars from a base color. I've had plenty of usecases where I wanted to add transparency to my theme colors :)

    • @CodinginPublic
      @CodinginPublic  Год назад

      Yeah, Tailwind has a lot of advanced customization options! Honestly, when I get that complex, I just prefer to use CSS :) But I can see why the advanced customization is so helpful for large teams that want to use tailwind.

    • @Mitsunee_
      @Mitsunee_ Год назад

      @@CodinginPublic ngl I've literally never used tailwind, but I did rewrite my old postcss plugin to do custom properties like in this video. I called it postcss-split-colors. Currently still got some issues with the color conversions causing rounding errors for non-RGB colors and the syntax is very strict right now, but the props splitting is working :)

  • @ianengelbrecht4773
    @ianengelbrecht4773 Год назад

    This stuff is gold…

  • @froggysan5203
    @froggysan5203 8 месяцев назад

    Hey dude, how did you make that linear gradient animation effect on the background, could you please do a video on that, it's super impressive.

    • @CodinginPublic
      @CodinginPublic  7 месяцев назад +1

      I may! In the meantime, feel free to check out the code in the description.

  • @avgvstvs96
    @avgvstvs96 5 месяцев назад

    does this work with Tailwind Prose classes from the typography plugin?

    • @CodinginPublic
      @CodinginPublic  5 месяцев назад

      Yes, but you need to adjust it some and customize the prose classes.

  • @FunQuizzy88
    @FunQuizzy88 5 месяцев назад

    Thanks a lottt

  • @shebishebii
    @shebishebii 2 месяца назад

    Amazing

  • @antonio_cl
    @antonio_cl Год назад +3

    Underrated channel. Let's go for the 100k in 2023 🎉

    • @CodinginPublic
      @CodinginPublic  Год назад +1

      Thanks! It’s looking like 35k is more realistic lol

    • @haidarezio
      @haidarezio Год назад +1

      fam you meant underrated, overrated is the exact opposite xD

    • @antonio_cl
      @antonio_cl Год назад

      @@haidarezio you are correct :)

    • @MuhammadYusuf-jh5ym
      @MuhammadYusuf-jh5ym Год назад

      ​@@CodinginPublicgas yuk ❤ pasti bisa

    • @CodinginPublic
      @CodinginPublic  Год назад

      @@antonio_cl Didn't want to correct you; easy mistake. Knew what you meant :)

  • @rawnato
    @rawnato 5 месяцев назад

    Thank dude! I'm learning Tailwind and I was thinking it very annoying to keep adding the prefix dark: to classes

  • @vasiovasio
    @vasiovasio 4 месяца назад

    Work Smart, Not Hard! Thank you for the video!

  • @bearbricknik
    @bearbricknik 7 месяцев назад +1

    Hi,
    So I have a problem and I am unable to find a solution. I am using prefers-color-scheme and also want to use data-theme. Basically the intended usage is that on first page access the color scheme should pick the users maschine color and whenever the user wants to switch he can either do it with changing his maschine or using the switch. However, this is not working on my end. Either the switch or the system scheme but not both of them at the same time.
    Am I doing something wrong?

    • @CodinginPublic
      @CodinginPublic  7 месяцев назад +1

      It's likely the order of your CSS declarations. You'd want the two system defaults at the top and then [data-theme=dark]/[data-theme=light] below that. Does that make sense? That way it always defaults to a system UNLESS the user has set something. You’ll also need to account for page transitions if you’re not using react or some other UI framework that does CSR.

    • @bearbricknik
      @bearbricknik 7 месяцев назад

      @@CodinginPublic Thanks for answering. I have tried that but unfortunately its not working at all. Ive been checking the internet for some days but I have not found a solution for it and also cant send the code here. But thanks, then I keep searching!

    • @bearbricknik
      @bearbricknik 7 месяцев назад

      @@CodinginPublic Forgot to mention that I am using nextJS and also the next-themes ThemeProvider

  • @AlThePal78
    @AlThePal78 5 месяцев назад

    very good video :)

  • @ullaskunder
    @ullaskunder 10 месяцев назад

    awesome, will it (multi color theme) work if I have next.js 13 which uses app directory and I dont want to make it as a client component ?

    • @ullaskunder
      @ullaskunder 10 месяцев назад

      Awesome done, I did the basic one worked, now I will add multi color theme style soon update, thank you so much

    • @CodinginPublic
      @CodinginPublic  10 месяцев назад

      Sure work!

  • @stills2359
    @stills2359 4 месяца назад

    my favorite way to do dark mode in tailwind, only caveat is conditional elements like active states

  • @alexanderreyes1732
    @alexanderreyes1732 Год назад

    Can you do this in Astro? It would be a great addition to your Astro Blog theme! Thanks again!

    • @CodinginPublic
      @CodinginPublic  Год назад

      Well that whole thing is written in standard CSS :) but I’ll likely do more tailwind stuff in the future. Astro makes tailwind easy on the setup!

  • @jmjjmj1721
    @jmjjmj1721 6 месяцев назад

    My only works if i omit the hsl(0,0,0) in the css, to be only 0,0,0. i can also not use alpha value in the config. does any1 else have the same problem?

    • @CodinginPublic
      @CodinginPublic  6 месяцев назад

      Yes, you have to have it just be the numbers since you're wrapping it in the tailwind config in hsl. Also, I think the hsl wrapper I have uses the updated syntax without the commas. so 0 0% 0% works, but not 0%, 0%, 0%.
      Does that help?

  • @serialKillerReborn
    @serialKillerReborn 6 месяцев назад

    hey wassup homie? What was that tool you used to copy paste stuff in here 03:20 ?

    • @CodinginPublic
      @CodinginPublic  6 месяцев назад

      lol wassup my dude, Paste bot

    • @serialKillerReborn
      @serialKillerReborn 6 месяцев назад

      all good dawg, it used to annoy me so much copy pasting multiple stuffs, going back and forth between windows, now problem has been solved it seems, thanks dude@@CodinginPublic

  • @maxkosh4839
    @maxkosh4839 6 месяцев назад

    yeah, it's cool for react but what about Next js server component? How do I make switcher for a server rendered page?

    • @CodinginPublic
      @CodinginPublic  6 месяцев назад +1

      Should work the same. If you want an actual switcher (like user can change it), then I'd recommend storing it in cookies. Have a tutorial coming out soon with Astro showing this, so hopefully it'll give you the conceptual idea, even if it's with a different framework.

    • @maxkosh4839
      @maxkosh4839 6 месяцев назад

      @@CodinginPublic yeah. I already tried this with cookies BUT in order to read the new ( dynamically set ) cookies in our server component, that server component must be reloaded, which we can do, but it is not cool! The solution must be that we have to somehow change dynamically the value of "data-theme" attribute in server component! Preferably without reloading the app..

    • @CodinginPublic
      @CodinginPublic  6 месяцев назад

      ​@@maxkosh4839Ah-okay. If I understand correctly, I'd make sure you save it to cookies. But as far as updating the UI, you should be able to use a useRef and a wrapper or something to actually update the UI live. I've got a video coming out tomorrow that shows how to do this with Astro, but the idea is very much the same (just use the useRef hook in React to give you access to the actual DOM node wrapper).

    • @maxkosh4839
      @maxkosh4839 6 месяцев назад

      @@CodinginPublic yeah, I tried this option, I managed to literally access the DOM, but I was told altering the is somehow a bad practice.. so I went with another solution: since I working win Next js I created a client side wrapper ThemeProvider poered by useContext and somehow it allows me to handle the state in it while everything inside the wrapper is still serverside rendered.. the only problem is that I had to put "data-theme" attributute inside the wrapper, cs it is impossible to use hooks on server side in Next js.. Although, some client side components in Next are still being rendered as they were server components.. weird.. but it works

  • @user-rb1sp4cj2k
    @user-rb1sp4cj2k 8 месяцев назад

    Great video! How can I make a toggle button?

  • @immortal_code
    @immortal_code 11 месяцев назад

    good. is amzing

  • @oussamab-a7240
    @oussamab-a7240 Год назад

    can you make a tutorial on react three fiber ?

    • @CodinginPublic
      @CodinginPublic  Год назад +1

      Never used it. But if I do and feel like I can offer something, happy to consider it!

  • @bililancun8867
    @bililancun8867 3 месяца назад

    what is the paste tool name?

  • @jeanpierrejeri6425
    @jeanpierrejeri6425 Год назад

    and how would you add color transition?

    • @CodinginPublic
      @CodinginPublic  Год назад

      Like between the modes?

    • @jeanpierrejeri6425
      @jeanpierrejeri6425 Год назад

      @@CodinginPublic yes, when you switch theme, how do you make the color transition so its smooth fade animation

    • @CodinginPublic
      @CodinginPublic  Год назад

      ​@@jeanpierrejeri6425 You should be able to use the transition-colors class in Tailwind.

  • @sergo10
    @sergo10 Год назад

    Why not just use nightwindcss instead and let it handle gradients and color mappings automatically instead of managing a config file?

    • @CodinginPublic
      @CodinginPublic  Год назад

      Yeah, I could see that for small projects. For anything of size, I’d want control though. But no problem if you prefer that.

  • @scommand9032
    @scommand9032 Год назад

    Hello, did you forget to push the code in the github?😀

    • @CodinginPublic
      @CodinginPublic  Год назад

      Should be under a separate branch?

    • @scommand9032
      @scommand9032 Год назад

      @@CodinginPublic nice, I didn't look carefully before❤

  • @ryan_roga
    @ryan_roga Год назад

    2:29 pretty sure HSA or RGBA renders Tailwind's opacity directives useless. I think RGB is the right way to do it. But... that's just my understanding based on a fuzzy memory of someone talking about this in the past.

    • @CodinginPublic
      @CodinginPublic  Год назад

      Yes, you’d need to use either HSL or RGB, it looks like. The "A" slot is filled by that Tailwind directive.

  • @dimpleshakrawar9910
    @dimpleshakrawar9910 4 месяца назад

    in my case, it cannot read the color.

    • @CodinginPublic
      @CodinginPublic  4 месяца назад

      Can you give me more details? I don't understand. Thanks!

  • @googleaccount7252
    @googleaccount7252 9 месяцев назад +1

    no toggle wtf

    • @CodinginPublic
      @CodinginPublic  9 месяцев назад

      You can add one :) I would for any project.

  • @kelvinsmith4894
    @kelvinsmith4894 19 дней назад +1

    Too much talking this could have taken less time

  • @wentallout
    @wentallout Год назад

    tailwind is an abomination. like... just look at your codes, it's unmaintainable, when you don't use Tailwind you can have unique names for each divs and you can use that to visualize your layout and content.

    • @CodinginPublic
      @CodinginPublic  Год назад +1

      lol…well, I've been pretty vocal here that my preference is my own CSS. That being said, I think Tailwind has a place. For me personally, when I only touch a project twice a year or something, I prefer tailwind. And I think it would also work well with a team of people. But it's not for everyone, and that's okay. I mostly write my own CSS and only those who know CSS can get true benefit out of a system like Tailwind.

    • @wentallout
      @wentallout Год назад

      @@CodinginPublic I want to know how to use it actually, cuz when I read a div like ".btn", I know it's a button. but then I read tailwind classes like ".p-4 grid m-6 etc" I'm like wtf am I looking at, the whole point of coding is to make it easy to understand. how is my team members going to find a buggy tiny piece of HTML inside that component if they can't understand the name? am I going to use chrome inspector and find it in my code? I'm pretty sure a short BEM CSS classname will beat this system any day.

    • @CodinginPublic
      @CodinginPublic  Год назад

      @@wentallout If it helps, each Tailwind class essentially corresponds to a single CSS property. So if you know CSS, it’s pretty easy to pick up on what tailwind classes effect styling on each element. As to it being confusing for a team, it depends on your build system. But most of the time, when using a component-based system, you know things are buttons because you’re pulling in a component called or something like that. Tailwind doesn't really make much sense if you’re just writing raw HTML, but if you’re using a modern templating system, you’re only writing those classes once for each component and then referencing that component throughout your codebase.

  • @JuliusZlioba
    @JuliusZlioba 7 месяцев назад

    In the next project I need to use this, damm it's useful to know. I got tired using "dark:" prefix.