Add new theme

This commit is contained in:
syuilo 2018-10-08 15:23:20 +09:00
parent 25f7e00a66
commit 98622f1d8d
2 changed files with 22 additions and 0 deletions

View file

@ -13,12 +13,14 @@ export type Theme = {
export const lightTheme: Theme = require('../theme/light.json5');
export const darkTheme: Theme = require('../theme/dark.json5');
export const pinkTheme: Theme = require('../theme/pink.json5');
export const blackTheme: Theme = require('../theme/black.json5');
export const halloweenTheme: Theme = require('../theme/halloween.json5');
export const builtinThemes = [
lightTheme,
darkTheme,
pinkTheme,
blackTheme,
halloweenTheme
];

View file

@ -0,0 +1,20 @@
{
id: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2',
name: 'Future',
author: 'syuilo',
base: 'dark',
vars: {
primary: 'rgb(94, 158, 185)',
secondary: 'rgb(22, 24, 30)',
text: 'rgb(214, 218, 224)',
},
props: {
renoteGradient: '#0a2d3c',
renoteText: '$primary',
quoteBorder: '$primary',
},
}