From 922cf35f222db96a33cf9fa1eb61fa9521d3dbbb Mon Sep 17 00:00:00 2001 From: KazukyAkayashi <39823221+kazukyakayashi@users.noreply.github.com> Date: Thu, 14 May 2020 17:08:30 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8171ffe..aed0028 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,21 @@ Copy this code on misskey theme editor : tag:'#a3be8c', bg: '#2e3440', fg: '#eceff4', + fgHighlighted: '@link', panel: '#3b4252', - header: 'rgba(46, 52, 64, 0.75)', - link: '@accent', - mention: '@accent', + navFg: '@fg', + navHoverFg: '@accent', + navActive: '@accent', + navIndicator: '@accent', + header: 'rgba(59, 66, 82, 0.75)', + link: '#b48ead', + mention: '#bf616a', hashtag: '@tag', - renote: '#bf616a', + renote: '#d08770', pageBg: '@bg', - badge:'#bf616a', - divider:'rgba(46, 52, 64, 0.7)', - driveFolderBg:'@panel', + badge: '#a3be8c', + divider: 'rgba(46, 52, 64, 0.7)', + driveFolderBg: '@panel', }, } ```