Onyxia
HomeGitHubDemo InstanceSlack
v6
  • Documentation
  • Release Notes & Upgrade Instructions
  • Vulnerability Disclosure
v6
  • 🏁Install
  • 🎨Theme
  • đŸ•šī¸User guide
  • đŸ”ŦCatalog of services
  • 🔓Security consideration
  • âŦ†ī¸Migration guides
    • âŦ†ī¸v5 -> v6
    • âŦ†ī¸v4 -> v5
    • âŦ†ī¸Migrating to the new helm repo
  • 👨‍đŸ’ģTechnical doc
    • đŸ–Ĩī¸The Web Application
      • âš™ī¸Technical stack
      • 📐Architecture
    • 🔌The REST API
  • đŸ›Ŗī¸Roadmap
Powered by GitBook
On this page
  • France
  • Ultraviolet

Theme

Under construction

France

  web:
    env:
      FONT: |
        { 
          "fontFamily": "Marianne", 
          "dirUrl": "%PUBLIC_URL%/fonts/Marianne", 
          "400": "Marianne-Regular.woff2",
          "400-italic": "Marianne-Regular_Italic.woff2",
          "500": "Marianne-Medium.woff2",
          "700": "Marianne-Bold.woff2",
          "700-italic": "Marianne-Bold_Italic.woff2"
        }
      PALETTE_OVERRIDE: |
        {
          "focus": {
            "main": "#000091",
            "light": "#9A9AFF",
            "light2": "#E5E5F4"
          },
          "dark": {
            "main": "#2A2A2A",
            "light": "#383838",
            "greyVariant1": "#161616",
            "greyVariant2": "#9C9C9C",
            "greyVariant3": "#CECECE",
            "greyVariant4": "#E5E5E5"
          },
          "light": {
            "main": "#F1F0EB",
            "light": "#FDFDFC",
            "greyVariant1": "#E6E6E6",
            "greyVariant2": "#C9C9C9",
            "greyVariant3": "#9E9E9E",
            "greyVariant4": "#747474"
          }
        }

Ultraviolet

web:
    env:
      FONT: |
        { 
          "fontFamily": "Geist", 
          "dirUrl": "%PUBLIC_URL%/fonts/Geist", 
          "400": "Geist-Regular.woff2",
          "500": "Geist-Medium.woff2",
          "600": "Geist-SemiBold.woff2",
          "700": "Geist-Bold.woff2"
        }
      PALETTE_OVERRIDE: |
        {
          "focus": {
            "main": "#067A76",
            "light": "#0AD6CF",
            "light2": "#AEE4E3"
          },
          "dark": {
            "main": "#2D1C3A",
            "light": "#4A3957",
            "greyVariant1": "#22122E",
            "greyVariant2": "#493E51",
            "greyVariant3": "#918A98",
            "greyVariant4": "#C0B8C6"
          },
          "light": {
            "main": "#F7F5F4",
            "light": "#FDFDFC",
            "greyVariant1": "#E6E6E6",
            "greyVariant2": "#C9C9C9",
            "greyVariant3": "#9E9E9E",
            "greyVariant4": "#747474"
          }
        }
PreviousInstallNextUser guide

Last updated 1 year ago

🎨