From cd13bb986291d334fde72e1c02e930b8ef50bb07 Mon Sep 17 00:00:00 2001 From: KazukyAkayashi <39823221+kazukyakayashi@users.noreply.github.com> Date: Sat, 20 Feb 2021 10:18:46 +0100 Subject: [PATCH] Update README.md --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a84b25..a419f8f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,48 @@ -# misskey-nebula-theme -Theme +# Nebula theme +Theme inspired by the unusual Nebula effect from Team Fortress 2 😅 + +## Use + +``` +{ + id: '1f75fa87-93de-4f3e-bc79-5b352e37a2c1', + base: 'dark', + desc: 'Violet dark theme, inspired by Nord theme and Twilight/Dawn theme by Guérin', + name: 'Nebula', + props: { + bg: '#251F41', + fg: '#eceff4', + cwBg: '#6D5EB0', + cwFg: '#fefefe', + link: '#DB9499', + badge: '#9C9CD8', + navBg: '#4D4573', + navFg: '#B7B1D3', + panel: '#4D4573', + accent: '#DB9499', + header: '@panel', + pageBg: '@panel', + renote: '#DBB3C4', + divider: 'rgba(37, 31, 65, 0.2)', + hashtag: '#A9A9DF', + mention: '#bf616a', + cwHoverBg: '#6051A4', + indicator: '#BE6F91', + navActive: '@accent', + infoWarnBg: '#ECD379', + infoWarnFg: '#2e3440', + navHoverFg: '@accent', + navIndicator: '#BE6F91', + driveFolderBg: '@panel', + fgHighlighted: '@accent', + panelHeaderBg: '#282244', + panelHeaderFg: '#B7B1D3', + panelHeaderDivider: 'rgba(64, 57, 96, 0.75)', + }, + author: '@kazukyakayashi@meow.zarchbox.fr', +} +``` + +#Screenshot + +![Nebula](nebula-misskey.png)