mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 21:29:01 +00:00
17 lines
377 B
JavaScript
17 lines
377 B
JavaScript
/*
|
|
* gruvbox dark
|
|
* (c) 2021 jordanrobinson <me@jordanrobinson.co.uk> (https://jordanrobinson.co.uk)
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'ad0f5c5c-8b62-4b20-8a54-929e663ea368',
|
|
tags: ['theme', 'dark'],
|
|
name: 'gruvbox dark',
|
|
desc: 'gruvbox dark, based on the vim theme from morhetz.',
|
|
version: '0.2.0',
|
|
author: 'jordanrobinson',
|
|
};
|