mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
17 lines
353 B
JavaScript
17 lines
353 B
JavaScript
/*
|
|
* Material Ocean
|
|
* (c) 2020 Abubakar Yagoub <i@blacksuan19.me> (https://blacksuan19.tk)
|
|
* under GNU's GPL3 license
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
module.exports = {
|
|
id: "69e7ccb2-4aef-484c-876d-3de1b433d2b9",
|
|
tags: ["theme", "dark"],
|
|
name: "Material Ocean",
|
|
desc: "a Material theme with oceanic colors",
|
|
version: "0.1",
|
|
author: "blacksuan19",
|
|
};
|