David Schaller

Results 11 comments of David Schaller

My Font is `base07` and my status bar is `base0D`. The green "Open remote Window"-button in the left of the status bar is using `base0B`. Also tested `polarity = "dark";`,...

So, indeed the base color of the status bar should be `base0D` in your [VSCode-Stylix-Theme (template.mustache)](https://github.com/danth/stylix/blob/c3c9f4784b4f08f6676340126858d936edbce1fa/modules/vscode/template.mustache#L226). So the color of catppuccin theme is the problem here. I would recommend to...

I am currently using the following settings apart from the default in [modules/vscode/template.mustache](https://github.com/danth/stylix/blob/fcff15ac5ffbe81f1c66e352f3167c270d79cdab/modules/vscode/template.mustache): ```nix programs.vscode.userSettings = { "workbench.colorCustomizations" = { "[Stylix]" = { "button.background" = "#${config.lib.stylix.colors.base0D}BB"; "button.foreground" = "#${config.lib.stylix.colors.base06}"; "button.secondaryBackground"...

I understand. So feel free to close this issue if it is irrelevant.

I think i have found a clue: > [libadwaita documentation #compatibility-colors ](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/named-colors.html#compatibility-colors) > ``` > @theme_selected_bg_color @accent_bg_color > @theme_selected_fg_color @accent_fg_color > ``` It seems libadwaita and adw-gtk3 are using the...

I was missing `nixos-rebuild test` too.

After updating recently I also experience this now with AMD and NixOS. flake.nix inputs (versions i am using): ``` hyprland = { url = "github:hyprwm/Hyprland/tags/v0.40.0"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprland-plugins...

> ... if you run kitty with KITTY_DISABLE_WAYLAND set to 1. Can confirm it, this works for me too.

I'm on unstable (25.11) freshly updated today 2025-06-01, but the problem is still persisting. I'm also using the nixos stylix module, so that can't be it.

Here is more information, why that happens: https://github.com/flathub/com.valvesoftware.Steam/issues/66 What i could read, because of `--persist=.` which is the default for now.