Replies: 1 comment
-
|
I use the following directories for my config.ghostty file and the apps reflect their config as expected
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: How to configure custom RGB colors for background, text, cursor, and selection?
Context
Desired color scheme
I want cmux to use these exact RGB values (same as my Terminal.app profile):
0, 0, 255#0000FF(pure blue)255, 255, 255#FFFFFF(pure white)255, 255, 255#FFFFFF(pure white)162, 255, 44#A2FF2C(acid green)255, 255, 255#FFFFFFWhat I've tried
~/.config/ghostty/configwith:~/.config/cmuxterm/configand~/.config/cmux/configCurrent behavior
Questions
~/.config/ghostty/configby default, or is there a cmux-specific config path?Environment
~/Applications/cmux.app/Contents/Info.plist]Thanks for your help! 🎨

Beta Was this translation helpful? Give feedback.
All reactions