mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-30 02:41:34 +00:00
Add accessible interface font choices (#1306)
This commit is contained in:
@@ -357,6 +357,12 @@ export type ThemeId =
|
||||
| "one-dark"
|
||||
| "gruvbox";
|
||||
export type FontSizeId = "xs" | "sm" | "md" | "lg" | "xl";
|
||||
export type UiFontId =
|
||||
| "jetbrains-mono"
|
||||
| "system-sans"
|
||||
| "fira-code"
|
||||
| "source-code-pro"
|
||||
| "caskaydia-cove";
|
||||
|
||||
export type ToolsTab =
|
||||
"ssh-tools" | "snippets" | "macros" | "history" | "split-screen";
|
||||
|
||||
Reference in New Issue
Block a user