Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion WT theme #43

Open
rafaeldellaquila opened this issue Feb 2, 2024 · 1 comment
Open

Suggestion WT theme #43

rafaeldellaquila opened this issue Feb 2, 2024 · 1 comment

Comments

@rafaeldellaquila
Copy link

I've been used your theme for a long time and i would like to use the colors at my terminals, so i make a suggestion for windows terminal theme and colors schematic.

settings for color theme:

"schema": [
  {
      "name": "Min Theme Based",
      "background": "#1A1A1A",
      "foreground": "#CCC",
      "cursorColor": "#FFF",
      "selectionBackground": "#FFF",
      "black": "#0e0e0e",
      "brightBlack": "#767676",
      "blue": "#63abfd",
      "brightBlue": "#79b8ff",
      "green": "#63fd77",
      "brightGreen": "#88fc97",
      "purple": "#915ef0",
      "brightPurple": "#b392f0",
      "red": "#ff4d5c",
      "brightRed": "#FF7A84",
      "white": "#fafafa",
      "brightWhite": "#F2F2F2",
      "yellow": "#FF9800",
      "brightYellow": "#ffb74c",
      "cyan": "#71b1fa",
      "brightCyan": "#79b8ff"
  },
...
]

settings for themes:

    "themes":
    [
        {
            "name": "Min Theme Based",
            "tab":
            {
                "background": "#1A1A1AFF",
                "showCloseButton": "always",
                "unfocusedBackground": "#262626FF"
            },
            "tabRow":
            {
                "background": "#1A1A1AFF",
                "unfocusedBackground": "#1A1A1AFF"
            },
            "window":
            {
                "applicationTheme": "dark",
                "useMica": false
            }
        },
    ...
    ]

i'm sending here for you and other people who can like to use it.

@pwsandoval
Copy link

I think the color of the eyelashes should be the reverse color, to better highlight the active tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants