Skip to content

renaatdemuynck/canvas-lms-dark-mode-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Canvas LMS Course Gradebook Disclaimer Plug-in

Plugin for the Canvas LMS theme app that adds dark mode to Canvas.

DISCLAIMER: THIS PLUG-IN IS HIGHLY EXPERIMENTAL, USE AT YOUR OWN RISK

Although I have not found any real issues, it has not been thoroughly tested. If you find a problem with the dark mode theme, please post an issue.

NOTE: The dark mode theme will only work if your OS or browser has dark mode activated.

Installation

Using NPM:

npm install @renaatdemuynck/canvas-lms-dark-mode-plugin

Using Yarn:

yarn add @renaatdemuynck/canvas-lms-dark-mode-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import darkModePlugin from '@renaatdemuynck/canvas-lms-dark-mode-plugin';

addPlugin(darkModePlugin);

run();

About

Adds 'dark mode' to Canvas

Resources

License

Stars

Watchers

Forks

Packages

No packages published