mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
update texts by Alex request
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
c98d4173ed
commit
8fac949d21
@ -79,13 +79,8 @@ export const Application = observer(() => {
|
||||
<Select
|
||||
themeName="lens"
|
||||
options={[
|
||||
{ label: "Match current theme", value: "" },
|
||||
...themeStore.themeOptions.map((option) => {
|
||||
return {
|
||||
...option,
|
||||
label: <span>Match theme <em>{option.label}</em></span>,
|
||||
};
|
||||
}),
|
||||
{ label: "Match theme", value: "" },
|
||||
...themeStore.themeOptions,
|
||||
]}
|
||||
value={userStore.terminalTheme}
|
||||
onChange={({ value }) => userStore.terminalTheme = value}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Dark (Lens)",
|
||||
"name": "Dark",
|
||||
"type": "dark",
|
||||
"description": "Original Lens dark theme",
|
||||
"author": "Mirantis",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Light (Lens)",
|
||||
"name": "Light",
|
||||
"type": "light",
|
||||
"description": "Original Lens light theme",
|
||||
"author": "Mirantis",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user