How to set window border color? #8517
Answered
by
FabianLars
billywatkins
asked this question in
Q&A
-
Hello, I am trying to set the window color, but I can't find any API to do that. Can this be achieved with https://crates.io/crates/cocoa? I want something similar to how Spacedriveapp has a border color, which is also written in Tauri. |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jan 1, 2024
Replies: 1 comment 1 reply
-
The window border color looks like the default to me (if you disabled decorations you may need https://github.com/tauri-apps/window-shadows to get the borders back). The window background color to me looks like it's done via html/css (having |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
billywatkins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The window border color looks like the default to me (if you disabled decorations you may need https://github.com/tauri-apps/window-shadows to get the borders back). The window background color to me looks like it's done via html/css (having
transparent: true
in the tauri window config)