1
0
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:
Roman 2022-01-12 12:40:33 +02:00
parent c98d4173ed
commit 8fac949d21
3 changed files with 4 additions and 9 deletions

View File

@ -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}

View File

@ -1,5 +1,5 @@
{
"name": "Dark (Lens)",
"name": "Dark",
"type": "dark",
"description": "Original Lens dark theme",
"author": "Mirantis",

View File

@ -1,5 +1,5 @@
{
"name": "Light (Lens)",
"name": "Light",
"type": "light",
"description": "Original Lens light theme",
"author": "Mirantis",