jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

Arc Grey version #157

Closed vnbubba closed 2 years ago

vnbubba commented 2 years ago

Hello, as that title, can you keep maintain the gray version from below link? I don't like light blue because it's too bright. https://github.com/pinpox/arc-grey-theme

jnsh commented 2 years ago

Hello. Sorry but I won't maintain any additional forks.

However, if you only dislike the blue highlight color, it should be relatively simple to change by running single sed command on the arc-theme source code to change every instance of the highlight color HEX color value, and then recompiling. Changing rest of the colors gets a bit trickier unfortunately.

For example (change XXXXXX to your preferred HEX color value for the higlight, arc-grey used 999999 apparently): find common -name "*" -type f -exec sed -i 's/'5294E2'/'XXXXXX'/gI' {} \;