From 2bc47f75098c1be1cffdf2decdc163297e4e7bf9 Mon Sep 17 00:00:00 2001 From: Avelino Date: Thu, 27 Apr 2023 13:18:22 -0300 Subject: [PATCH 1/2] plugins/theme: add Monotropic Coffee ref: https://github.com/avelino/monotropic-coffee-hyper --- plugins.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 5d26feb6..f752a58d 100644 --- a/plugins.json +++ b/plugins.json @@ -635,5 +635,21 @@ "#9272dc" ], "dateAdded": "1597807892019" - } + }, + { + "name": "monotropic-coffee-hyper", + "description": "monochrome theme with coffee-based colors", + "type": "theme", + "preview": "https://raw.githubusercontent.com/avelino/monotropic-coffee-hyper/main/assets/screenshot.png", + "colors": [ + "#593e2c", + "#745b4b", + "#8f796c", + "#aa998e", + "#c6bab3", + "#e2dcd8", + "#fcfaf0" + ], + "dateAdded": "1682612210000" + }, ] From 0249c4b037f09de89312eb0d773b9ca8e97b6971 Mon Sep 17 00:00:00 2001 From: Avelino Date: Thu, 27 Apr 2023 13:20:19 -0300 Subject: [PATCH 2/2] plugins: json lint --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index f752a58d..c35402d0 100644 --- a/plugins.json +++ b/plugins.json @@ -651,5 +651,5 @@ "#fcfaf0" ], "dateAdded": "1682612210000" - }, + } ]