No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Personalize all scss variables in dark mode like vuetify

    Framework
    1
    1
    102
    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.
    • J
      jbty last edited by

      I recently discovered the super quasar dark mode, but I think is missing some personalisations. Please can someone help me to achieve this with quasar framework ?

      (vuetify dark mode colors personnalisation)

      dark: true,
          themes: {
            dark: {
              primary: '#040404',
              accent: '#040404',
              secondary: '#ffffff',
              success: '#5807f7',
              info: '#9B21F3',
              warning: '#FB8C00',
              error: '#FF5252'
            },
            light: {
              primary: '#ffffff',
              accent: '#ffffff',
              secondary: '#040404',
              success: '#5807f7',
              info: '#9B21F3',
              warning: '#FB8C00',
              error: '#FF5252'
            }
          }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post