mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
Better light theme
This commit is contained in:
parent
68241f9b23
commit
17ebfbb6b5
@ -7,7 +7,7 @@
|
||||
body,
|
||||
.v-card,
|
||||
.v-sheet.v-list {
|
||||
background-color: #272727 !important;
|
||||
background-color: var(--v-accent-base) !important;
|
||||
}
|
||||
.v-btn.v-btn--has-bg {
|
||||
background-color: #1E1E1E !important;
|
||||
|
@ -97,7 +97,7 @@ export default class ProjectTabs extends HangarProjectMixin {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.v-tabs-bar {
|
||||
background-color: #272727 !important;
|
||||
background-color: var(--v-accent-base) !important;
|
||||
|
||||
a:not(.v-tab--active) {
|
||||
& .v-icon--left {
|
||||
|
@ -4,7 +4,7 @@ import { VuetifyThemeVariant } from 'vuetify/types/services/theme';
|
||||
export default {
|
||||
anchor: colors.blue.lighten3,
|
||||
primary: colors.blue.darken2,
|
||||
accent: colors.grey.darken3,
|
||||
accent: '#e5e5e5',
|
||||
secondary: colors.amber.darken3,
|
||||
info: colors.teal.lighten1,
|
||||
warning: colors.amber.base,
|
||||
|
@ -19,5 +19,5 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
theme: buildTheme(true, defaultDark, defaultLight),
|
||||
theme: buildTheme(false, defaultDark, defaultLight),
|
||||
} as Partial<VuetifyPreset>;
|
||||
|
Loading…
Reference in New Issue
Block a user