Loukas Agorgianitis
Loukas Agorgianitis
When doing `flatpak update` now flatpak outputs: ``` Info: app com.sindresorhus.Caprine branch stable is end-of-life, with reason: This application is delisted. ``` I suppose its a matter of time until...
I have this problem too with the plain `Arc` variant on Thunar when right clicking files
Also if this helps, i tested `arc-gtk-theme` from official archlinux repos on a vanilla VM and the problem only appears AFTER you install `gvfs` alongside thunar
Another more elegant fix would be to add the following to your `~/.config/gtk-3.0/gtk.css`: ``` .standard-view treeview.view:selected:not(:focus) { color: #5c616c; } ```
An even better solution would be the bellow: ``` @define-color theme_unfocused_selected_bg_color @bg_color; .standard-view treeview.view:selected:not(:focus) { color: @fg_color; } ``` Change `@bg_color` to `#dadde1` or anything else to match your needs....
FYIW, it seems that the highlight issue is caused by the option located in `View -> Show File Highlight` in Thunar. Disabling this option, no workaround is needed. Its seems...
Is there any specific reason this is stalled? What kind of work do we need to push this forward?
Just noticed this too!
@someone-stole-my-name please merge this upstream, some of these deprecations will be eol in nvim 0.12.0
@someone-stole-my-name can we merge this?