mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-18 19:44:16 +02:00
significantly improved and more accurate vectorscope
This commit is contained in:
@@ -77,6 +77,7 @@ export interface ThemeOscilloscopeTokens {
|
||||
export interface ThemeVectorscopeTokens {
|
||||
background?: string
|
||||
trace?: string
|
||||
phaseRisk?: string
|
||||
bandLow?: string
|
||||
bandMid?: string
|
||||
bandHigh?: string
|
||||
@@ -268,6 +269,7 @@ export interface ResolvedOscilloscopeTheme {
|
||||
|
||||
export interface ResolvedVectorscopeTheme {
|
||||
trace: string
|
||||
phaseRisk: string
|
||||
guides: string
|
||||
guidesSecondary: string
|
||||
labels: string
|
||||
|
||||
Reference in New Issue
Block a user