Token Negotiator
  • Introduction
  • Quick Start
    • Getting Started with NFT's
    • Getting Started with Fungible Tokens
    • Getting Started with Off Chain Tokens
  • Learn
    • Installation
    • Supported Chains
    • Supported Wallets
    • Supported Attestations
    • Event Hooks
    • Issuer Configurations
      • Issuer Configuration EVM
      • Issuer Configuration Solana
      • Issuer Configuration Flow
      • Issuer Configuration Ultra
      • Issuer Configuration Socios
      • Issuer Configuration Off Chain
    • Active Negotiation (UI)
      • Custom Views
      • View Navigation
      • Theme
      • Configuration Options
    • Passive Negotiation (no UI)
      • Wallet Connection
    • Token Authentication
      • Off Chain Authentication
      • On Chain Token Authentication (evm)
    • Smart Contract and wallet Interaction
      • Sign message
    • Off Chain Token Issuers
  • Reference
  • Articles
  • Videos
  • Showcase
  • Contribution
  • Support
  • Migrating from version 2x to 3x
  • Github Examples
Powered by GitBook
On this page
  1. Learn
  2. Active Negotiation (UI)

Theme

Custom theme

Token Negotiator Active mode comes with its own set of styles. To adjust these, its recommended you import your own version of the following style sheet.

import "@tokenscript/token-negotiator/dist/theme/style.css";

Here are two ways this can be done.

Working directly with CSS

  1. Copy @tokenscript/token-negotiator/dist/theme/style.css into your project.


https://www.npmjs.com/package/@tokenscript/token-negotiator?activeTab=code
  1. Import the styles, adjusting as required.

import "new path to the css/style.css";

Working with Less

  1. Copy Token Negotiator's /theme directory into your Less supported project.

https://github.com/TokenScript/token-negotiator/tree/main/src/theme
  1. Import the styles, adjusting as required.

PreviousView NavigationNextConfiguration Options

Last updated 1 year ago

For support and any questions please reach out to us on or via sayhi@smarttokenlabs.com

discord