1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/ipc/native-theme.ts
Alex Andreev beba2c0068 Set nativeTheme ipc handlers and callers
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2022-03-05 08:49:17 +03:00

9 lines
275 B
TypeScript

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
export const setNativeThemeChannel = "theme:set-native-theme";
export const getNativeThemeChannel = "theme:get-native-theme";