arc-design / arc-theme

A flat theme with transparent elements
GNU General Public License v3.0
695 stars 55 forks source link

thunar top border sidebar #261

Open dimebag88 opened 4 years ago

dimebag88 commented 4 years ago

I'm new to GitHub and programming and found an easy appearance tweak for xfce/thunar.

/common/gtk-3.0/3.20/sass/_applications.scss

thunar section

scrolledwindow.sidebar { border-top: none; } (sorry for hitting the submit-button too early)

fossfreedom commented 4 years ago

Hi - could you please add a before & after picture so that we can see what the change looks like please?

dimebag88 commented 4 years ago

Thanks for consideration! There you go: Before (two adjacent borders of sidebar and toolbar): Arc-darker-before Arc-dark-before After (one border and cleaner look): Arc-after Arc-dark-after Arc-darker-after

fossfreedom commented 4 years ago

Thanks. Happy with that suggestion. Please can you fork, make the changes - test the build - then if all is well do a pull request?

TIA

dimebag88 commented 4 years ago

Sorry for the delay - started work again a few weeks back and forgot about my suggestion. I'm currently in the process of figuring out some other things about the theme:

  1. no separators with comboboxes (buttons) (see screenshot): screenshotarc
  2. icons in thunar toolbar (left, right, up, home) look blurred when scaled (see screenshots of the original post) - this is just a two-liner and could easily be removed.

I'm new to this and it will take me a while to figure out forking/setting up pull requests - if anyone wants to step in for the approved suggestion I'd be glad.