mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
fix(ui): fix Nuclear Theme (#3291)
* Add Nuclear Theme * Fix login screen color & Softened "link" coloring --------- Co-authored-by: grune <grune@grunk.me>
This commit is contained in:
parent
a02cfbe2a7
commit
b0e7941abe
1 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,7 @@ const nukeCol = {
|
||||||
text: '#ebdbb2',
|
text: '#ebdbb2',
|
||||||
textAlt: '#bdae93',
|
textAlt: '#bdae93',
|
||||||
icon: '#b8bb26',
|
icon: '#b8bb26',
|
||||||
link: '#c22817',
|
link: '#c44129',
|
||||||
border: '#a89984',
|
border: '#a89984',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -181,12 +181,10 @@ export default {
|
||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: nukeCol['text'],
|
color: nukeCol['text'],
|
||||||
},
|
},
|
||||||
icon: {},
|
|
||||||
card: {
|
card: {
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
backgroundColor: nukeCol['text'],
|
backgroundColor: nukeCol['secondary'],
|
||||||
},
|
},
|
||||||
avatar: {},
|
|
||||||
button: {
|
button: {
|
||||||
boxShadow: '3px 3px 5px #000000a3',
|
boxShadow: '3px 3px 5px #000000a3',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue