Update README.md

Dark theme update.
This commit is contained in:
KazukyAkayashi 2021-01-15 09:00:02 +01:00 committed by GitHub
parent f82d557525
commit f11645936a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,34 +8,38 @@ Copy this code on misskey theme editor.
``` ```
{ {
id: 'Nord', id: '5de572f1-608f-4e8b-9e48-62a519f0c7aa',
name: 'Nord', name: 'Nord',
author: 'KazukyAkayashi', author: '@kazukyakayashi@meow.zarchbox.fr',
desc: 'Theme based on Nord theme color', desc: 'Theme based on Nord theme color',
base: 'dark', base: 'dark',
props: { props: {
accent: '#8fbcbb', accent: '#8fbcbb',
bg: '#2e3440', bg: '#2e3440',
fg: '#eceff4', fg: '#eceff4',
fgHighlighted: '@link', fgHighlighted: '@accent',
panel: '#3b4252', panel: '#3b4252',
navBg: '#3b4252', navBg: '#3b4252',
navFg: '@fg', navFg: '@fg',
navHoverFg: '@accent', navHoverFg: '@accent',
navActive: '@accent', navActive: '@accent',
navIndicator: '@accent', navIndicator: '#bf616a',
header: 'rgba(59, 66, 82, 0.75)', indicator: '#bf616a',
header: 'rgba(46, 52, 64, 0.50)',
link: '#b48ead', link: '#b48ead',
mention: '#bf616a', mention: '#bf616a',
hashtag: '#a3be8c', hashtag: '#a3be8c',
renote: '#d08770', renote: '#d08770',
cwFg: '#eceff4',
pageBg: '@bg', pageBg: '@bg',
badge: '#a3be8c', badge: '#a3be8c',
divider: 'rgba(46, 52, 64, 0.7)', divider: 'rgba(46, 52, 64, 0.5)',
driveFolderBg: '@panel', driveFolderBg: '@panel',
infoWarnBg: '#ebcb8b',
infoWarnFg: '#2e3440',
}, },
} }
``` ```