dangayle / hyperterminator-ui

A starter template for creating Atom UI themes.
MIT License
2 stars 1 forks source link

Applied overrides solving some active styles in UI #9

Closed rpichioli closed 4 years ago

rpichioli commented 5 years ago

I have some issues in my Atom with active itens.

It happens in some different places and components, and I'm purposing the changes I've done locally for your analysis as a pull request.

In general, the overrides solve some colors in active items at git panel structures, settings and lists.

There's a new less file for settings.

Regards, Rodrigo

dangayle commented 5 years ago

I will try to get this done today, thank you!

On Thursday, Jul 04, 2019 at 8:18 AM, Rodrigo Quiñones Pichioli <notifications@github.com (mailto:notifications@github.com)> wrote:

I have some issues in my Atom with active itens.

It happens in some different places and components, and I'm purposing the changes I've done locally for your analysis as a pull request.

In general, the overrides solve some colors in active items at git panel structures, settings and lists.

There's a new less file for settings.

Regards, Rodrigo

You can view, comment on, or merge this pull request online at:

https://github.com/dangayle/hyperterminator-ui/pull/9

Commit Summary Overrides to solve colors in active items at git panel structures, settings and lists

File Changes M index.less (https://github.com/dangayle/hyperterminator-ui/pull/9/files#diff-0) (1) M styles/git.less (https://github.com/dangayle/hyperterminator-ui/pull/9/files#diff-1) (7) M styles/lists.less (https://github.com/dangayle/hyperterminator-ui/pull/9/files#diff-2) (3) A styles/settings.less (https://github.com/dangayle/hyperterminator-ui/pull/9/files#diff-3) (7)

Patch Links: https://github.com/dangayle/hyperterminator-ui/pull/9.patch https://github.com/dangayle/hyperterminator-ui/pull/9.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/dangayle/hyperterminator-ui/pull/9?email_source=notifications&email_token=AAA7US457IFF4F4GELCTVWLP5YIEHA5CNFSM4H54KHE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5M5ODA), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAA7US6SQRAJU7FDPC33KELP5YIEHANCNFSM4H54KHEQ).

rpichioli commented 5 years ago

Nice, you 're welcome!