misskey-nebula-theme/README.md

58 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-02-20 09:18:46 +00:00
# Nebula theme
Theme inspired by the unusual Nebula effect from Team Fortress 2 😅
## Use
```
{
id: '1f75fa87-93de-4f3e-bc79-5b352e37a2c1',
base: 'dark',
2021-02-20 09:20:24 +00:00
desc: 'Theme inspired by the unusual Nebula effect from Team Fortress 2',
2021-02-20 09:18:46 +00:00
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',
}
```
2021-02-20 09:48:08 +00:00
You can add this code in Stylus to change the background of the link previews :
```
.mk-url-preview > a > article[data-v-454399c2] {
background-color: rgb(77, 69, 115);
filter: brightness(92%);
}
```
2021-02-20 09:18:46 +00:00
#Screenshot
![Nebula](nebula-misskey.png)