Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardi/google-calendar-minimal-dark
minimal and dark theme for Google Calendar
https://github.com/cardi/google-calendar-minimal-dark
dark-theme google-calendar theme
Last synced: about 1 month ago
JSON representation
minimal and dark theme for Google Calendar
- Host: GitHub
- URL: https://github.com/cardi/google-calendar-minimal-dark
- Owner: cardi
- License: cc0-1.0
- Created: 2016-01-25T22:23:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T22:14:30.000Z (about 5 years ago)
- Last Synced: 2024-10-24T22:02:37.850Z (3 months ago)
- Topics: dark-theme, google-calendar, theme
- Language: CSS
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-calendar-minimal-dark
Simple extension for Mozilla Firefox and Google Chrome that injects a
minimal and dark theme CSS into Google Calendar.It's recommended that you become familiar with keyboard shortcuts in
Google Calendar to navigate through the different views. The theme looks
best for the "Month" view.(You can also use a style manager like [Stylish][stylish] or
[Stylus][stylus], but this extension seems to incur the least overhead
and only affects Google Calendar.)[stylish]: https://addons.mozilla.org/en-US/firefox/addon/stylish/
[stylus]: https://addons.mozilla.org/en-US/firefox/addon/styl-us/## installation (chrome)
1. Go to Extensions (Window -> Extensions) or `chrome://extensions`
2. Check the "Developer Mode" checkbox
3. Click on "Load unpacked extensions..."
4. Select the directory containing this extension and click on "Select"## installation (firefox)
1. Go to `about:debugging#/runtime/this-firefox` in the address bar
2. Click on "Load Temporary Add-on"
3. Navigate to the `manifest.json` file and select it## usage
Style is injected by default after Google Calendar loads.
Press `O` (`Shift` + `o`) to toggle the CSS.
## css stylesheet
The CSS stylesheet (licensed under [`MIT`][mit]) is created and
maintained by [@pyxeler][pyxeler], which I've further modified for my
preferences.[pyxeler]: https://github.com/pyxelr/Dark_Google_Calendar
[mit]: https://opensource.org/licenses/MIT## changelog
2019-06-05 Calvin Ardi
* uses a modified CSS from @pyxelr2019-05-08 Calvin Ardi
* update LICENSE to cc0-1.0
* update README with some clarifications2016-01-28 Calvin Ardi
* tweak CSS for better 'Today' visibility2016-01-26 Calvin Ardi
* implement keyboard shortcut to toggle CSS
* move CSS injection to after document load using JavaScript to
support toggle.2016-01-25 Calvin Ardi
* modify and update CSS
* pack as a Chrome extension that injects CSS prior to DOM render## LICENSE
* stylesheet: [MIT][mit]
* everything else: [CC0 1.0 Universal](./LICENSE)