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

请求将EvaTheme的Windows终端配色方案添加到Windows Terminal Themes网站 #127

Closed
TomDan-GodsHand opened this issue Jun 19, 2024 · 6 comments
Labels

Comments

@TomDan-GodsHand
Copy link

@fisheva 你好
我非常喜欢EvaTheme,它的配色方案非常舒适。为了让我的Windows Terminal也能体验到同样的效果,我基于EvaTheme的终端配色制作了一个自定义的配色方案。

配色方案详情:

颜色来源:配色方案的颜色直接来源于EvaTheme的终端配色。
修改:由于Windows Terminal不支持配色方案中的透明度,我从EvaThem.nvim中复制了选中时的背景色,以保持EvaTheme视觉体验的一致性和完整性。
请求:

我想询问是否可以将我制作的EvaTheme配色方案添加到WindowsTerminalThemes网站上,供其他人发现和使用。这个网站是发现和分享终端主题的优秀资源,我相信我的EvaTheme配色方案也会是一个很好的补充。

如果你不同意将我的配色方案加入网站,我也会尊重这个决定,并从我的个人仓库中删除它。

地址是https://github.com/TomDan-GodsHand/Eva-themes

代码:

        {
            "background": "#282C34",
            "black": "#000000",
            "blue": "#4283F5",
            "brightBlack": "#676E95",
            "brightBlue": "#6495EE",
            "brightCyan": "#56B7C3",
            "brightGreen": "#4EC150",
            "brightPurple": "#FF6AB3",
            "brightRed": "#F14C4C",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FF8A4C",
            "cursorColor": "#9DA5B3",
            "cyan": "#56B7C3",
            "foreground": "#B0B7C3",
            "green": "#4EC150",
            "name": "Eva Dark",
            "purple": "#CF68E1",
            "red": "#E51400",
            "selectionBackground": "#394E75",
            "white": "#8A97C3",
            "yellow": "#E4BF7F"
        },
        {
            "background": "#EBEEF5",
            "black": "#FAFAFA",
            "blue": "#4480F4",
            "brightBlack": "#AAADB4",
            "brightBlue": "#4D91F8",
            "brightCyan": "#00BEC4",
            "brightGreen": "#44C145",
            "brightPurple": "#EF8ED8",
            "brightRed": "#F14C4C",
            "brightWhite": "#888888",
            "brightYellow": "#FF6D12",
            "cursorColor": "#FFFFFF",
            "cyan": "#00BEC4",
            "foreground": "#5D5D5F",
            "green": "#44C145",
            "name": "Eva Light",
            "purple": "#C838C6",
            "red": "#EC0000",
            "selectionBackground": "#B0CBF7",
            "white": "#000000",
            "yellow": "#F0AA0B"
        },

截图:
mmexport1718781697928.png

mmexport1718781693066.png

感谢您考虑我的请求!我希望EvaTheme社区和Windows Terminal Themes的用户们能发现并使用这个配色方案,享受它带来的美好体验。

@fisheva
Copy link
Owner

fisheva commented Jun 19, 2024

Awesome! 感谢您拓展了Eva Theme的使用范围!请问在README里这里的点击 Terminal 跳转链接是放 https://github.com/TomDan-GodsHand/Eva-themes 吗?

image

@TomDan-GodsHand
Copy link
Author

你好,是的,但是有一个问题,软件的名字是叫做Windows Terminal ,而不是Terminal 。
非常感谢你的认可,希望EvaTheme 能发展的更好!

@fisheva
Copy link
Owner

fisheva commented Jun 20, 2024

OK, 已更新附上您的链接~🎉
企业微信截图_20240620094750

@TomDan-GodsHand
Copy link
Author

非常感谢

@fisheva fisheva closed this as completed Jun 22, 2024
@fisheva fisheva pinned this issue Jun 22, 2024
@sharpchen
Copy link
Contributor

@fisheva I think it's better to have a specification for Console Colors so one can port the color theme consistently for other terminal emulators.

@fisheva
Copy link
Owner

fisheva commented Nov 27, 2024

@sharpchen
企业微信截图_20241126191810
This is the description of the Terminal Colors on the official website, without explaining what printing text these ANSI Colors correspond to. I just assign various colors of Eva Theme to these APIs in my daily use of Terminal, making the overall style look good. Then, after several rounds of user feedback and modifications, it became what it is now.

I tried to copy these colors to Terminal on Mac by color name, and found that the correspondence between API and text is different from that in VSCode. So I can't give a summary specification.

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

No branches or pull requests

3 participants