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
    1. Home
    2. jbty
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    jbty

    @jbty

    0
    Reputation
    3
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jbty Follow

    Latest posts made by jbty

    • Personalize all scss variables in dark mode like vuetify

      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'
            }
          }
      
      posted in Framework
      J
      jbty