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
|
<Select
|
||||||
themeName="lens"
|
themeName="lens"
|
||||||
options={[
|
options={[
|
||||||
{ label: "Match current theme", value: "" },
|
{ label: "Match theme", value: "" },
|
||||||
...themeStore.themeOptions.map((option) => {
|
...themeStore.themeOptions,
|
||||||
return {
|
|
||||||
...option,
|
|
||||||
label: <span>Match theme <em>{option.label}</em></span>,
|
|
||||||
};
|
|
||||||
}),
|
|
||||||
]}
|
]}
|
||||||
value={userStore.terminalTheme}
|
value={userStore.terminalTheme}
|
||||||
onChange={({ value }) => userStore.terminalTheme = value}
|
onChange={({ value }) => userStore.terminalTheme = value}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Dark (Lens)",
|
"name": "Dark",
|
||||||
"type": "dark",
|
"type": "dark",
|
||||||
"description": "Original Lens dark theme",
|
"description": "Original Lens dark theme",
|
||||||
"author": "Mirantis",
|
"author": "Mirantis",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Light (Lens)",
|
"name": "Light",
|
||||||
"type": "light",
|
"type": "light",
|
||||||
"description": "Original Lens light theme",
|
"description": "Original Lens light theme",
|
||||||
"author": "Mirantis",
|
"author": "Mirantis",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user