-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add missing header bars and CSD #28
Conversation
Copied the header bars and CSD stuff from the MediterraneanNight theme to all other themes. See: rbrito#26
ab00685
to
0522123
Compare
Hi, Robert. On Feb 03 2015, Robert Painsi wrote:
Great!
Great. There is not so much work left, I think.
I won't merge it right now, pending some experiments. Which theme do you
If I remember correctly, headerbars are the new "embedded" bars with titles
That's my original idea: to refactor/change the files so that they are as As a consequence, one of the ideas that I had was that the theme would be In other words, find as much commonality as possible.
Great! I will wait a little bit before merging the changes, so that we can Thanks, Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA |
All right!
MediterraneanDarkest with colored min/max/close buttons and no noisy stuff 😼
Great idea! Let's see how far we can get 😼 |
Uhh! Nevertheless these changes shouldn't be merged. The MediterraneanDarkest theme has no round corners at the titlebar. With these changes it will have them and I don't like them 😾 |
Closed because of enhanced version. Details #19 (comment) Nevertheless this doesn't solve the issue and I also have to retract all of my comments above. It should be redone by scratch. Also some code has been changed and all undefined colors have been defined (correctly?). https://github.com/robertpainsi/pkg-mediterranean-gtk-themes/blob/cad144ac32d3cec1cbc8d8138f44ffb7b1fc4994/MediterraneanNight/gtk-3.0/scss/gtk.scss#L43-L46 |
Copied the header bars and CSD stuff from the MediterraneanNight theme
to all other themes.
See: #26
This doesn't close #26 but fixes all differences in the gtk-3.0 themes. I will add the missing changes which has to be done for gtk-2.0 to the corresponding issue.
Nevertheless... I still have some concerns about the added stuff. Variables like unfocused_borders, button_hover_gradient_color_a and some more aren't defined anywhere in the collection... So, is this a problem? If so, we have to define it in every theme (including MediterraneanNight).
I also didn't test it because I have no idea what these changes do or which parts of a window are effected 😸.
BTW: The result of comparing all gtk-widgets.css files:
This means, these files are almost identical! 😸
I'll try to remove the differences completely later.