@thorchain/asgardex-theme

ASGARDEX global theme configuration

Usage no npm install needed!

<script type="module">
  import thorchainAsgardexTheme from 'https://cdn.skypack.dev/@thorchain/asgardex-theme';
</script>

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