You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing dark theme for this project? If not I would like to submit a PR with a dark theme.
If there is one, please guide me about how to use it!
The text was updated successfully, but these errors were encountered:
There is not currently a dark theme — Vue Formulate ships with a basic theme called "snow" out-of-the-box so that users have something to start with but it is not intended in and of itself to be a UI library.
If you want to create a dark theme I'd be happy to take a look at it and once it's complete and well-considered we'd happily link to your theme repo from the official Docs.
Hey!
While going through the code I found the "danger" buttons are not actually styled correctly.
Current:
Vue.App.mp4
Fixed it as such:
Vue.App.1.mp4
But I am not entirely sure with the colors on that button, looks a little dark to me (have used the default colors of snow).
Cannot invert the colors as it won't match the primary buttons, they go from colored to a little faint color.
$formulate-error: #960505;
The base color is this, and its used mostly to display errors, like one below.
Maybe we can bump up the color to a little lighter shade, so that it doesn't effect the error texts too much, but looks a little nicer on the button?
Describe the new feature you'd like
Is there an existing dark theme for this project? If not I would like to submit a PR with a dark theme.
If there is one, please guide me about how to use it!
The text was updated successfully, but these errors were encountered: