Frontend: Tweak theme colors

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-01-30 00:29:59 +01:00
parent d1ffc4e5db
commit b3a50695c0
3 changed files with 23 additions and 30 deletions

View file

@ -39,7 +39,7 @@
fab
dark
small
color="delete"
color="remove"
:title="labels.delete"
@click.stop="dialog.delete = true"
:disabled="selection.length === 0"

View file

@ -88,7 +88,7 @@
fab
dark
small
color="archive"
color="remove"
:title="labels.archive"
@click.stop="dialog.archive = true"
:disabled="selection.length === 0"
@ -117,13 +117,13 @@
dark
small
:title="labels.removeFromAlbum"
color="delete"
color="remove"
@click.stop="removeFromAlbum"
:disabled="selection.length === 0"
v-if="album"
class="p-photo-clipboard-delete"
>
<v-icon>delete</v-icon>
<v-icon>remove</v-icon>
</v-btn>
<v-btn
fab

View file

@ -8,11 +8,10 @@
"secondary-light": "#ECEFF1",
"accent": "#9E9E9E",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFD600",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -32,11 +31,10 @@
"secondary-light": "#EEEEEE",
"accent": "#757575",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFD600",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -56,11 +54,10 @@
"secondary-light": "#EEEEEE",
"accent": "#9E9E9E",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFD600",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -80,11 +77,10 @@
"secondary-light": "#B0BEC5",
"accent": "#B0BEC5",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFAB00",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -104,11 +100,10 @@
"secondary-light": "#B0BEC5",
"accent": "#B0BEC5",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFAB00",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -128,11 +123,10 @@
"secondary-light": "#E0E0E0",
"accent": "#757575",
"error": "#E57373",
"info": "#00ACC1",
"info": "#0097A7",
"success": "#00BFA5",
"warning": "#FFAB00",
"delete": "#C73347",
"archive": "#E57373",
"warning": "#FFE082",
"remove": "#E57373",
"restore": "#64B5F6",
"album": "#FFAB00",
"download": "#00BFA5",
@ -156,8 +150,7 @@
"success": "#82BD7E",
"warning": "#E3D181",
"love": "#EF5350",
"delete": "#C73347",
"archive": "#E35333",
"remove": "#E35333",
"restore": "#64B5F6",
"album": "#FFAB40",
"download": "#07BD9F",