Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created dark theme #330

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Created dark theme #330

wants to merge 3 commits into from

Commits on Oct 27, 2019

  1. Created dark theme

    - Added dark color scheme togglable through button in MainPage.vue
    - Theme colors available in app.js
    - Primary color in dark theme is "discord orange"
    - Changed cookie banner color to "discord purple"
    - Semester status colors when adding classes are now more intense
    - Dark theme uses Halloween colors :)
    - Dark state is managed in the Vuex store
    - Theme colors are accessible via this.$vuetify.theme...
    - Color variants are toggled in the setter for "useDark" in MainPage
    HeadMerchant committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    0632b20 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. lint

    npfoss committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    3bf1c08 View commit details
    Browse the repository at this point in the history
  2. remove extra line oops

    npfoss committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    52e4240 View commit details
    Browse the repository at this point in the history