BSM Simple

GTK2 Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

24
Become a Fan
8.0

Description:
A small, light and smooth theme for GTK based desktops. It use only Clearlooks engine, so may work fine in every system up-to-date.

I have used it with faenza, elementary and awoken icons, so I suggest you to try one of these.

If you have an older version installed, please remove it BEFORE install the new one:
rm -rf ~/.themes/BSM*

Any bug/suggestion, please write a comment. And don't forget your vote.

Included in package
- Classic
- Dark
- Dark Panel
- Dark Menu
Last changelog:

11.05.2011 - 1.3
- Bugfix for Unity panels. (thanks to parsifail)

17.04.2011 - 1.2
- Completly new XFWM Dark, corrections in toolbar of Dark Menu theme and set Faenza icons as default icon theme.

16.04.2011 - 1.1
- Better metacity theme (a little bit larger). Dark themes' bugfixes (thanks to altavatar) and other minor corrections.

02.02.2011 - 1.0
- Evolution' scrollbars bug fix

02.01.2011 - 0.9
- New panels' spacing, new tab style, minor bug fixes. Perfectly integrated to Firefox 4.

09.01.2010 - 0.8
- Gnome's bug fixes for dark themes.

08.31.2010 - 0.7
- Included a new Menu version. Xfwm's buttons are editable.

08.26.2010 - 0.6
- Included a Beta dark version. Xfwm rebuilded (classic and dark) with less border.

08.20.2010 - 0.5
- Bugs on gnome's pane in dark theme fixed

08.14.2010 - 0.4
- New style with dark panel. Xfwm4 upgraded (closer to metacity now). Some little fix in the panel spacing.

07.07.2010 - 0.3
- Bigger icons in Gnome's menu. New menubars and toolsbars style, inspired in unified GUIs, like Mac OS and KDE Oxygen.

04.25.2010 - 0.2
- Gnome's support added. Fixed color bugs from Gnome-panel. Added a metacity theme.

04.25.2010 - 0.1
- New rounded buttons. Now the windows have a darker background color. New menubar/xfwm, inspired by shiki gtk theme. Some bug's fixes, like the space between the panel's itens.

03.17.2010 - rc1
- Default colors' bug fixed and Gnome theme index rebuilded. One gtk, one xfwm and one metacity theme.

03.16.2010 - beta
- First package. One gtk, one xfwm theme


Ratings & Comments

66 Comments

foxbrush

Hi I am new to this, kind of don't know where to start. How to install this nice theme ? My system is linuxmint 15 cinnamon. Thank you

aliagnome

You must have figured it out by now, but anyways, here is the thing: Just extract the downloaded tarball and move the themes (all the versions) into ~/.themes :)

meagainlol

Dude i installed this theme,but no have a border for Lxde! Just blue clearlooks. I use Lubuntu 12.04

nekron29

Hi There ! Ever considered of porting your theme to GTK3; i am using Debian Testing - Gnome 3.0.2 and i would sure like to use your theme :) You can use the GTK2 version for the GTK2 apps. Think about it and let us know ! Great job ! Thanks and rgds !

hozza

I would also really like a GTK3 theme for this! :O

enigmaster

Here's another one who would like to see GTK3 support for this theme. I use it on every machine, I really love it!

AntonioRobin

This theme fine!!! So simple, so clean. Only one question. Please how can I customize the colors of icon notification indicator about mail / message. I consider as the most beautiful simple dark panel. But in this variant this icon or translucent white if isn't present the notification or simply white if there is a notification. Isn't evident. If it was green or blue it would be better.

johnbendie

Please how can I customize the colors of my bsm theme. I can't see the text highlighted in firefox search box for the dark theme. And I have to strain my eyes to see the scroll bars too. But I love the dark theme and will like to customize these areas. thanks.

TursonX

Currently is 2016. BSM Dark looks beauty on Linux Mint 17.3. The one only issue is this cannot be applied to Firefox GUI (tabs bar, tool bar, bookmark bar, context menu, side bars, main panels, scroll bars, etc.).

TursonX

Hi Bruno, I read your Reply, but now this is not here. Please, if you have time, update your beauty BSM Dark Theme to GTK3 (Firefox on Mate not support GTK2 themes, currently), and make bottom bar not full black, due a not visible some icons. Or what is the line to change bar color? Thanks!

realpiotao

Hey, I really love this theme. At first glance it looks pretty, clearly, smoothly and softly. Is it possible to make also an icon toolbar dark, but keep the content of the window light? Similar to Dust theme, if you mind... This would be very nice and will perfectly fit to some setup. I can do it by myself, just tell me where to change the settings :)

parsifail

Hello, and first I'd like to say thanks for this great theme, I've been using it for probably about a year now and I'm very pleased with it. Recently, when I upgraded to Xfce 4.8, the weather panel plugin started displaying text in black (on the Dark Menu theme), so it was practically unreadable. Screenshot: http://images.steven-mcdonald.id.au/xfce-weather-plugin-unreadable.png It turns out this plugin is using text (rather than fg) colour, and since there's no text definition in panel.rc, it was using the one from gtkrc. I fixed it by adding explicit text colour definitions to the two affected themes (Dark Menu and Dark Panel). Patch to fix the themes: http://ftp.steven-mcdonald.id.au/bsm-simple/fix-panel-text.patch Thanks again, Steven.

brunomarquesbr

Thank you for report this bug. I already use Debian, but just the "stable" releases, so my XFCE version is 4.6. I'll update the theme as soon as possible, probably tomorow. Are you using the 1.2 theme version? I rewrite the XFWM Dark theme, it's amazing now!!! =)

parsifail

> I'll update the theme as soon as possible, > probably tomorow. Awesome, thanks for the quick reply! =) > Are you using the 1.2 theme version? I rewrite > the XFWM Dark theme, it's amazing now!!! =) Yes, I updated today, it's great! I especially love the way the buttons turn red on mouseover. Thanks again! =)

realpiotao

Parsifail, what is this nice clock you have on the screenshot? Is that a special applet or smth? I'd like it very much!

dweight

Your themes are very beautiful, I like them very much but there is a disturbing problem.. When I use a superuser mode (synaptic, startup manager etc.) the theme of the su window goes to basic ugly gnome theme. I'v tried to copy themes files to /usr/share/themes but it wont work at all. I'm using ubuntu 10.10 x86_64 with gnome.

brunomarquesbr

I think your problem is permission. Try make the theme folders (and sub-folders/files)as read-only to others users. This command may solve the problem (run as ROOT): chmod -R 750 /usr/share/themes/BSM* Did it solve it?

brunomarquesbr

chmod -R 777 /usr/share/themes/BSM*

dweight

I'm afraid it isn't work too.

brunomarquesbr

I've tried to reproduce the bug in a VM (Ubuntu 10.04 LTS), but it's all good. Try execute this sequence as ROOT: http://pastebin.com/qt7nymJC

dweight

Yeah! This method solved the problem :) Great job! I wish all developers ware as helpful as you :) Thanks mate!

brunomarquesbr

Thank you! I wish you come back here in the next releases...

altavatar

I really like this theme, but I've noticed a bug with menus in BSM Simple Dark. Here is a screenshot of a Thunar preferences menu: http://imgur.com/DjwDp Notice that the non-highlighted menu options are not legible.

altavatar

I was able to fix this bug by editing BSM Simple Dark Menu/gtk-2.0/gtkrc, and changing line #492 as follows: Replace: text[NORMAL] = @fg_color With: text[NORMAL] = darker (@selected_fg_color)

altavatar

I've also found that commenting out line # 364 of BSM Simple Dark Menu/gtk-2.0 makes things look better in Eclipse: #bg[NORMAL] = @bg_color

Pling
0 Affiliates
Details
license
version 1.3
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 3

More GTK2 Themes from brunomarquesbr:

BSM Suite
brunomarquesbr
last update date: 16 years ago

Score 5.0

Flat BSM
brunomarquesbr
last update date: 16 years ago

Score 5.0

Aurora Leopard BSM Dark
brunomarquesbr
last update date: 16 years ago

Score 5.0

Aurora Leopard BSM
brunomarquesbr
last update date: 16 years ago

Score 4.6

Murrina-BSM
brunomarquesbr
last update date: 17 years ago

Score 5.0

Murrina-BSM-alt
brunomarquesbr
last update date: 17 years ago

Score 5.0

Other GTK2 Themes:

Ambiance-Humanlooks
scarrs
last update date: 8 years ago

Score 6.7

Cryogenic-Clearlooks
luisito76
last update date: 19 years ago

Score 5.0

Cairo style for GNOME
kimmik
last update date: 17 years ago

Score 5.0

New wave metal
seb551
last update date: 17 years ago

Score 5.0

Lion of Juda
grace7
last update date: 16 years ago

Score 5.0

Jungle Theme (based on jungle icons)
mataza
last update date: 16 years ago

Score 5.0