catppuccin / windows-terminal

🪟 Soothing pastel theme for Windows Terminal
MIT License
449 stars 19 forks source link

Actually different bright colors #19

Open perrylets opened 4 months ago

perrylets commented 4 months ago

For the all the colors like red, green and blue, the bright version and the normal version are the same, it would be good to be able to have the colors be different. I haven't found the pallete to be very good for this because it lacks some contrast between some colors, making a bright version of green that isn't closer to blue impossible to find, so for my custom config I used colors from other flavors ('im using mocha).

AdalZanabria commented 4 months ago

If I remember correctly, a lot of ports repeat the bright colors with just the normal colors because there are some tui applications that don't recognize the bright colors and are unusable 🤔 I'm curious on the input from other team members.

unseen-ninja commented 4 months ago

so for my custom config I used colors from other flavors

This is actually a very valid approach. I have been using Latte's accents as bright colours on my personal setup for ages as well. But we're currently also exploring a way of introducing better ANSI colours. There currently are test-driving configs for catppuccin/wezterm at feat/new_ansi and catppuccin/kitty at feat/new_ansi. Once that's fully fletched out we're going to first introduce those palaette changes to all the differnt terminal repositories but I can't name an ETA or anything as of rn. It's all fairly fresh in development.

perrylets commented 4 months ago

so for my custom config I used colors from other flavors

This is actually a very valid approach. I have been using Latte's accents as bright colours on my personal setup for ages as well. But we're currently also exploring a way of introducing better ANSI colours. There currently are test-driving configs for catppuccin/wezterm at feat/new_ansi and catppuccin/kitty at feat/new_ansi. Once that's fully fletched out we're going to first introduce those palaette changes to all the differnt terminal repositories but I can't name an ETA or anything as of rn. It's all fairly fresh in development.

I'm confused with the wezterm repo. All the changes are in the toml files, but they aren't loaded in the lua file. So, are the changes being applied to wezterm or not?