update
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
// Generated by scripts/generate-iterm-themes.js
|
||||
// Source: https://github.com/mbadolato/iTerm2-Color-Schemes
|
||||
// IMPORTANT: Add the 'default' theme manually to this file if needed.
|
||||
import type { ITheme } from 'xterm';
|
||||
|
||||
import type { TerminalTheme } from '../types/terminal-theme.types';
|
||||
|
||||
// 定义预设主题数组的类型,确保包含 preset_key
|
||||
|
||||
type PresetThemeDefinition = Omit<TerminalTheme, '_id' | 'createdAt' | 'updatedAt'> & { preset_key: string };
|
||||
|
||||
export const presetTerminalThemes: PresetThemeDefinition[] = [
|
||||
|
||||
Reference in New Issue
Block a user