new: support pick ssh term theme

This commit is contained in:
lollipopkit
2023-02-02 16:52:30 +08:00
parent c479d18714
commit 82a201d3dc
15 changed files with 366 additions and 63 deletions

View File

@@ -50,10 +50,10 @@ class S {
return Localizations.of<S>(context, S);
}
/// `\nAll rights reserved.\n\nThanks to the following people who participated in the test.`
/// `\n\nThanks to the following people who participated in the test.`
String get aboutThanks {
return Intl.message(
'\nAll rights reserved.\n\nThanks to the following people who participated in the test.',
'\n\nThanks to the following people who participated in the test.',
name: 'aboutThanks',
desc: '',
args: [],
@@ -1381,6 +1381,16 @@ class S {
);
}
/// `Terminal theme`
String get termTheme {
return Intl.message(
'Terminal theme',
name: 'termTheme',
desc: '',
args: [],
);
}
/// `ttl`
String get ttl {
return Intl.message(