Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help customizing #29

Closed
meetdilip opened this issue Nov 22, 2017 · 9 comments
Closed

Need help customizing #29

meetdilip opened this issue Nov 22, 2017 · 9 comments

Comments

@meetdilip
Copy link

meetdilip commented Nov 22, 2017

Hi,

I just tried the Ant theme on 16.04 + Unity. Thanks for the awesome work.

I would like to customize it a bit to my liking. in the launcher, the icons are highlighted by a bubble. Is it possible to make them flat ? Some colour + transparency for highlighting.

I hope you will be able to help me out with this. Thanks for your time.

I solved changing colours using

For gtk < 3.20 :

Change the selected_bg_color variable in the gtk.css file (under Ant/gtk-3.0/)
Reload the theme.
@EliverLara
Copy link
Owner

Hi, to remove the "bubble" in the launcher icons:

  • Download and extract this file.
  • Copy the contents of the extracted folder in the unity folder under (Ant/unity/)
  • Restart the theme

@meetdilip
Copy link
Author

Thanks @EliverLara

Is it possible to remove rounded corners from the breadcrumbs ?

Also, can I make the highlighting at the top like this for breadcrumbs ?

screenshot-2017-11-23 ubuntu loco council election results

@EliverLara
Copy link
Owner

Yes, for both check out the "csd.css" file under (Ant/gtk-3.0/widgets)

@meetdilip
Copy link
Author

meetdilip commented Nov 23, 2017

Thanks @EliverLara . I got the launcher bubbles removed. But there was no highlighting for the open apps. Which file defines it ?

@EliverLara
Copy link
Owner

I'm not sure about that, maybe this could be of more help, , I'm sorry.

@meetdilip
Copy link
Author

meetdilip commented Nov 23, 2017

I picked those launcher icons from Adapta. It works fine now.

I tried adding border-bottom to csd.css . It was not working however. Can you review this code, please ?

.titlebar .button,
.titlebar .button:active,
.titlebar .button:checked {
    padding: 5px;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #696
    color: @header_fg_color;
    font: bold;
}

.titlebar .button:hover,
.titlebar .button:active:hover,
.titlebar .button:checked,
.titlebar .button:active {
    border-bottom: 1px solid #696
    color: @selected_bg_color;
}

I am trying to replace the Ant-Red with a border bottom or top of a colour of my choice. Thanks.

@EliverLara
Copy link
Owner

I am not able to test the code right now because i'm using gtk3.20, but as a tip if the border property doesn't work try to use box-shadow to simulate the border, if that does not help, let me know

@meetdilip
Copy link
Author

meetdilip commented Nov 23, 2017

@EliverLara Can you tell me how to try border-bottom in gtk 3.2 as well ? I have Sass installed.

How can we check the gtk version ? Thanks.

Update :

Desktop: Unity 7.4.0 (Gtk 3.18.9-1ubuntu3.3)

@EliverLara
Copy link
Owner

For gtk3.20+ check out the "_header-bars.scss" file under (Ant/gtk-3.20/widgets)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants