
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MinimaLista is a minimal version of Murrina-LiNsta by etiennealaurent. All the images and colors are from Murrina-LiNsta.
This version 0.10, contains extra color style codes for menubars, scrollbars, panels, and progressbars. By default it is not enabled. To enable it, replace gtkrc with gtkrc-extra_colors.
The tarball also contains a modified gnome-theme-manager that has color controls for the extra colors. It contains a precompiled version built on Ubuntu feisty with the most recent updates applied. The tarball also contains the source code patch that was applied to the control-center_2.18.1.orig.tar.gz that can be obtained from Ubuntu.com source repositories.
If you don't want to install the binaries, you can always change the colors by editing the gnome-color-scheme settings in the gtkrc.
The second screenshot shows this new experimental code in action.
Enjoy.
Metacity theme is a slightly modified version of StormCloud by hbweb500. Images were changed to match the black panels.
Requires:
- murrine gtk2 engine
- pixmap gtk2 engine
13 years ago
version 0.11
- Removed some files from gnome-theme-manager tarball as they were destroying the mime info on the system. sorry
version 0.10
- Added experimental colors for menubars, scrollbars, panels, and progressbars.
- Included is a replacement gnome-theme-manager that includes settings for new colors.
version 0.9
- The colors of the scrollbars and selection better matches the selected color.
- Fixed up some other colors
version 0.8
- Added experimental support for gtk-color-style
- Menubars, scrollbars, and progress bars get their color from selection color
- Panels are now colorable. To change the color of the panel, open the gtkrc file and change the bg[NORMAL] entry in the theme-panel secion.
version 0.7
- resyncing upload
version 0.6
- fixed bug with toolbar buttons
version 0.5
- Darkened the default text.
- Added new menubar images for OO/FF and standard menubars
- Changed ordering of PanelToplevel and PanelToplevel*button. This should fix some errors with white buttons and white text.
- thnx KnuxT15 (AKA: Techokami)
version 0.4
- Added a custom menu bar image for OO and FF which is much lighter than the default. It doesn't look the best, but at least the text can be seen. If anyone wants to contribute a better image. I'll be glad to add it.
version 0.3
- Added padding in tasklist buttons.
- Themed the panel menu buttons
version 0.2
- Added support for a black XFCE panel.
- Changed panel button to allow 64 px height
13 years ago
version 0.11
- Removed some files from gnome-theme-manager tarball as they were destroying the mime info on the system. sorry
version 0.10
- Added experimental colors for menubars, scrollbars, panels, and progressbars.
- Included is a replacement gnome-theme-manager that includes settings for new colors.
version 0.9
- The colors of the scrollbars and selection better matches the selected color.
- Fixed up some other colors
version 0.8
- Added experimental support for gtk-color-style
- Menubars, scrollbars, and progress bars get their color from selection color
- Panels are now colorable. To change the color of the panel, open the gtkrc file and change the bg[NORMAL] entry in the theme-panel secion.
version 0.7
- resyncing upload
version 0.6
- fixed bug with toolbar buttons
version 0.5
- Darkened the default text.
- Added new menubar images for OO/FF and standard menubars
- Changed ordering of PanelToplevel and PanelToplevel*button. This should fix some errors with white buttons and white text.
- thnx KnuxT15 (AKA: Techokami)
version 0.4
- Added a custom menu bar image for OO and FF which is much lighter than the default. It doesn't look the best, but at least the text can be seen. If anyone wants to contribute a better image. I'll be glad to add it.
version 0.3
- Added padding in tasklist buttons.
- Themed the panel menu buttons
version 0.2
- Added support for a black XFCE panel.
- Changed panel button to allow 64 px height
Fingel
13 years ago
Any idea on how to fix that?
Report
rogun
13 years ago
My dislikes are minor, but here goes:
1. The window buttons in the metacity theme should have some sort of indicator active for when you're hovering over them, imo. This is an important visual cue for people with high resolutions with small buttons. It's not a big deal to me, because I'm using a different window decorator anyway, but it would be if I wanted to use the one that comes with this theme.
2. The second one may be a result of you darkening colors in response to a post above, but the vast differences in color hue is very undesirable to me. Specifically speaking, my menubar and button highlight, for the active window in my window list, are both a dark orange, as I want them to be. But the scrollbar, menu-item and button highlight are nearly pastel and I'm unable to adjust them to go with the dark rich orange visible throughout the rest of my theme.
Having said all that, I really do like it a lot!
Report
FiremanSam
13 years ago
For the time being, if you want to change the saturation of the scrollbars, just edit the gtkrc file and locate the theme-scrollbar section and replace:
mix(0.5, @bg_color, @selected_bg_color)
with @selected_bg_color.
This will give a full saturation color for the scrollbars.
If you want to saturate the button-hilight, just replace the "mix" settings with the @selected_bg_color though out the gtkrc file.
Report
rogun
13 years ago
Thanks!
I'll be looking forward to your extensions for the color dialog box, because I didn't realize this was possible.
Report
FiremanSam
13 years ago
Report
rogun
13 years ago
Report
thevoiceless
13 years ago
Report
FiremanSam
13 years ago
If you want an orange colored theme, simply open the theme details from the gnome-theme-manager and select the colors tab. The selected items colors controls the menubar, scrollbar and selections.
Report
thevoiceless
13 years ago
Jeez, I always forget that...thank you =)
Report
twodogs
13 years ago
Report
FiremanSam
13 years ago
Report
KnuxT15
13 years ago
Add this:
widget_class "*Panel*GtkToggleButton" style "theme-panelbuttons"
And for my next performance, I'll make these buttons use the Murrine engine instead of pixmap! :D
Report
FiremanSam
13 years ago
Report
KnuxT15
13 years ago
Also, if you DO do it like that, then launch notification-created buttons use theme-panel (when means no skinning), but making it more generalized will skin the buttons in logoff/shutdown dialogues (a big no-no!)
Oh, and I wish I could change my username on this CMS. I don't go by "KnuxT15" anymore >_>
Report
FiremanSam
13 years ago
####### GNOME PANEL SETTINGS ###################
class "*PanelApplet*" style "theme-panel"
class "*PanelWidget*" style "theme-panel"
widget_class "*PanelToplevel*" style "theme-panel"
widget_class "*PanelToplevel*GtkToggleButton" style "theme-panelbuttons"
widget_class "*PanelApplet*" style "theme-panel"
widget_class "*PanelWidget*" style "theme-panel"
################################################
Report
KnuxT15
13 years ago
2: Yes, that's essentially what I'm suggesting.
Report
KnuxT15
13 years ago
widget_class "*PanelToplevel*Button" style "theme-panelbuttons"
widget_class "*PanelToplevel*" style "theme-panel"
Read it carefully. You set PanelToplevel*Button's style to theme-panelbuttons, but then in the next line you override THAT with something that covers all of PanelToplevel*'s styles to theme-panel.
Report
KnuxT15
13 years ago
Report
Speaktrap
13 years ago
Report
IvoMoelans
13 years ago
Report
FiremanSam
13 years ago
The problem arises because OO and FF use the MenuItem text color to draw the MenuBar entries.
I, and many other (I'm sure) are trying to solve this. As soon as something is found, I will update the theme.
Report
IvoMoelans
13 years ago
Report
IvoMoelans
13 years ago
Report