mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Add custom themes
This commit is contained in:
@@ -3,6 +3,7 @@ import { UpdateInfo } from 'electron-updater'
|
||||
|
||||
import { Settings } from '../Settings.js'
|
||||
import { Download, DownloadProgress } from './download.interface.js'
|
||||
import { ThemeColors } from './theme.interface.js'
|
||||
import { UpdateProgress } from './update.interface.js'
|
||||
|
||||
export interface ContextBridgeApi {
|
||||
@@ -45,6 +46,10 @@ export interface IpcInvokeEvents {
|
||||
input: OpenDialogOptions
|
||||
output: OpenDialogReturnValue
|
||||
}
|
||||
getThemeColors: {
|
||||
input: string
|
||||
output: ThemeColors | null
|
||||
}
|
||||
}
|
||||
|
||||
export type IpcInvokeHandlers = {
|
||||
|
||||
Reference in New Issue
Block a user