fix: make titles dynamic to font accent

This commit is contained in:
ZanzyTHEbar 2023-02-12 17:42:09 +00:00
parent 5730912f03
commit cf5382bd6e
16 changed files with 17 additions and 18 deletions

View File

@ -3,7 +3,7 @@ import ImageCard from '../../vue/images/ImageComponent.vue'
import { image_settings } from '../../static/image_settings'
</script>
# Fox IR V2 Buil dInstructions {.text-[#ab5ac7]}
# Fox IR V2 Buil dInstructions {.text-[var(--font-accent)]}
## Step 15: Prepare to solder IR LED PCB V2s

View File

@ -3,7 +3,7 @@ import CheckBoxList from '../vue/CheckBoxList.vue'
import { InProgress, Completed, Planned } from '../static/dev_roadmap'
</script>
# EyeTrackVR Development Roadmap {.text-[#ab5ac7]}
# EyeTrackVR Development Roadmap {.text-[var(--font-accent)]}
This will contain a list of features that are in progress, completed, and planned.

View File

@ -5,7 +5,7 @@ import { image_settings } from '../../static/image_settings'
import { alerts } from '../../static/alerts'
</script>
# Configuring the firmware {.text-[#ab5ac7]}
# Configuring the firmware {.text-[var(--font-accent)]}
## Once you have opened the project, you should see something on the left side like this

View File

@ -1,4 +1,4 @@
# What is this? {.text-[#ab5ac7]}
# What is this? {.text-[var(--font-accent)]}
Firmware is the second part of the equation to get your trackers going. It lives on the ESP32 chip, and is responsible for streaming video data from the tracker.

View File

@ -1,4 +1,4 @@
# MDNS {.text-[#ab5ac7]}
# MDNS {.text-[var(--font-accent)]}
## What is it?

View File

@ -1,4 +1,4 @@
# REST API {.text-[#ab5ac7]}
# REST API {.text-[var(--font-accent)]}
## What is it?

View File

@ -3,7 +3,7 @@ import ImageCard from '../../vue/images/ImageComponent.vue'
import { image_settings } from '../../static/image_settings'
</script>
# Setting up the environment {.text-[#ab5ac7]}
# Setting up the environment {.text-[var(--font-accent)]}
This procedure will show how to prepare your system for uploading the firmware to your tracker.

View File

@ -5,7 +5,7 @@ import { image_settings } from '../../static/image_settings'
import { alerts } from '../../static/alerts'
</script>
# Building and uploading the firmware manually {.text-[#ab5ac7]}
# Building and uploading the firmware manually {.text-[var(--font-accent)]}
Uploading your firmware must initially be done over cable. Once you have the tracker connected to your WiFi after your first firmware update, you can opt to use OTA in the future.

View File

@ -1,4 +1,4 @@
# Things To Know Before You Start {.text-[#ab5ac7]}
# Things To Know Before You Start {.text-[var(--font-accent)]}
## This page will be an overview of things to know and understand before you start this project

View File

@ -1,4 +1,4 @@
# Creating Your Own Mount {.text-[#ab5ac7]}
# Creating Your Own Mount {.text-[var(--font-accent)]}
## This page will include a basic rundown on how to create your own camera mount for a headset that may not have any existing community mounts

View File

@ -7,7 +7,7 @@ import { image_settings } from '../../static/image_settings'
import { alerts } from '../../static/alerts'
</script>
# Build Guide {.text-[#ab5ac7]}
# Build Guide {.text-[var(--font-accent)]}
## This page will contain a step-by-step assembly guide

View File

@ -4,7 +4,7 @@ import { alerts } from '../../static/alerts'
import PartsList from '../../vue/parts_list/PartsList.vue'
</script>
# Parts List {.text-[#ab5ac7]}
# Parts List {.text-[var(--font-accent)]}
<Alerts :options="alerts.parts_list_one">
<template v-slot:content>
@ -111,7 +111,6 @@ Mounts with a `★` next to them are the reccomended mounts for the respected hm
<PartsList />
### Other Headsets
If you own another headset not listed above, that means there are no mounts designed for them yet. If you have basic skills in modeling or think up a solution to mount cams and emitters, please try to make a mount and then let us in the discord know so it can be added here. Any headset that can fit the camera is potentially compatible. If you are willing, give it a shot to design a mount for the rest of the community.

View File

@ -2,7 +2,7 @@
import FAQ from '../../vue/faq/FAQ.vue'
</script>
# Frequently Asked Questions {.text-[#ab5ac7]}
# Frequently Asked Questions {.text-[var(--font-accent)]}
<br>

View File

@ -3,14 +3,14 @@ import Alerts from '../../vue/alerts/Alerts.vue'
import { alerts } from '../../static/alerts'
</script>
# How to set up your avatar for eye tracking: {.text-[#ab5ac7]}
# How to set up your avatar for eye tracking: {.text-[var(--font-accent)]}
Currently, the best resource is the [VRC Face Tracking Wiki](https://github.com/benaclejames/VRCFaceTracking/wiki/Eye-Tracking-Setup) and [Discord](https://discord.gg/Fh4FNehzKn).
I hope to have a good video available from a community member that shows and explains the process eventually.
If you have the skills to make one, please do.
### We currently use the following paramaters.
### We currently use the following paramaters
`LeftEyeX`

View File

@ -7,7 +7,7 @@ import { alerts } from '../../static/alerts'
import { Requirements } from '../../static/app_build_requirements'
</script>
# Build the app from source {.text-[#ab5ac7]}
# Build the app from source {.text-[var(--font-accent)]}
## This guide will show how to build the app from source

View File

@ -7,7 +7,7 @@ import { alerts } from '../../static/alerts'
import { Requirements } from '../../static/app_build_requirements'
</script>
# How to install, run and adjust the EyeTrackVR app. {.text-[#ab5ac7]}
# How to install, run and adjust the EyeTrackVR app. {.text-[var(--font-accent)]}
### Step 1: Download the EyeTrackVR Installer and install the EyeTrackVR app