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
Copy file name to clipboardExpand all lines: README.md
+10-7
Original file line number
Diff line number
Diff line change
@@ -34,22 +34,25 @@ A basic authentication starter kit using [Laravel](https://laravel.com/docs/mast
34
34
35
35
This starter kit provides a collection of custom theme presets to choose from, built using the powerful **PrimeVue V4** theming system. It leverages styled mode and custom design token values to create flexible and cohesive UI designs.
36
36
37
-
### Prebuilt Theme Presets
37
+
### Provided Theme Presets
38
38
39
-
The prebuilt theme presets are located in the `/resources/js/theme` directory. Each preset offers a distinct visual style:
40
-
41
-
-**noir**
42
-
A minimal, monochromatic theme that serves as the default style.
39
+
The theme presets are located in the `/resources/js/theme` directory. Each preset offers a distinct visual style:
43
40
44
41
-**bootstrap**
45
-
Emulates the familiar look and feel of [Bootstrap](https://getbootstrap.com/).
42
+
Emulates the look and feel of [Bootstrap](https://getbootstrap.com/).
46
43
47
44
-**breeze**
48
-
Captures the aesthetic of [Laravel Breeze](https://github.com/laravel/breeze).
45
+
Captures the aesthetic of [Laravel Breeze](https://github.com/laravel/breeze). (R.I.P. :pray:)
49
46
50
47
-**enterprise**
51
48
Provides a clean, no-nonsense corporate design.
52
49
50
+
-**noir**
51
+
A minimal & clean monochromatic style that serves as the default theme.
52
+
53
+
-**warm**
54
+
A boxy design with a warmer color pallette.
55
+
53
56
### Customizing Your Own Theme
54
57
55
58
Creating your own theme preset is simple. You can:
0 commit comments