design: change dark theme to abyss
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
@plugin 'daisyui' {
|
@plugin 'daisyui' {
|
||||||
themes:
|
themes:
|
||||||
bumblebee --default,
|
bumblebee --default,
|
||||||
aqua --prefersdark;
|
abyss --prefersdark;
|
||||||
}
|
}
|
||||||
|
|
||||||
@config '../../tailwind.config.js';
|
@config '../../tailwind.config.js';
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
export const themeConfig = {
|
export const themeConfig = {
|
||||||
light: 'bumblebee',
|
light: 'bumblebee',
|
||||||
dark: 'aqua',
|
dark: 'abyss',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user