Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@thorchain/asgardex-theme

veado1.7kMIT0.1.1TypeScript support: included

ASGARDEX global theme configuration

THORChain, ASGARDEX, THEME

readme

@thorchain/asgardex-theme

Global theme for asgardex UI

Installation

yarn add @thorchain/asgardex-theme

Usage

Theme config

import themes from '@thorchain/asgardex-theme'

themes.dark // dark theme
themes.light // light theme

Theme type

import { ThemeType } from '@thorchain/asgardex-theme'

// dark
ThemeType.DARK
// light
ThemeType.LIGHT