Themes and theming can be used to give another look and feel to existing UI and has a close relation to templating.
287
votes
21answers
155k views
Dark color scheme for Eclipse? [closed]
Is Eclipse at all themeable? I would like to install a dark color scheme for it, since I much prefer white text on dark background than the other way around.
Edit: so apparently there is NO easy way ...
118
votes
6answers
50k views
How can I switch themes in Visual Studio 2012
The Visual Studio 2012 offers two themes, Light and Dark. I want to switch the theme to Dark, but I'm not able to find any menus or options to do that.
I found out a way importing settings from:
...
97
votes
19answers
69k views
Any free WPF themes? [closed]
I'm not a designer, so I'm looking for some free WPF themes.
Any suggestions?
73
votes
5answers
56k views
Eclipse IDE for Java - Full Dark Theme
Is there any way to completely turn Eclipse to a dark IDE?
Here's a Picture of what I'm asking:
I don't mind doing 1 hour of work to do something like this :D
EDIT:
As Konstantin Komissarchik said, ...
68
votes
2answers
17k views
What is so special about Generic.xaml?
I've been trying to figure out how to organize my ResourceDictionary files for reuse and sharing with other members of my team.
I keep coming across "Generic.xaml", but if I look on MSDN for ...
61
votes
9answers
39k views
Metro theme for website
Anyone know of an easy way to style a website with a windows phone 7 like metro theme ?
Either a CSS or a jQuery-based theme would work.
56
votes
10answers
56k views
How to change theme for AlertDialog
I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I added the following line of code in styles.xml
@drawable/color_panel_background
...
41
votes
4answers
7k views
Eclipse's Package explorer background color follows windows theme. I want to change the color without changing windows' theme. Possible?
Maybe a way to alter the colors locally (as in application dependant)?
A background color of eclipse is white, the same white of windows' active window background color. If I change the color on the ...
37
votes
3answers
50k views
jQuery UI themes and HTML tables
Is there any way to theme an HTML table (CSS) with using the jQuery CSS themes?
All of my components look like they belong together except for my HTML table which looks different.
36
votes
19answers
61k views
Visual Studio color theme [closed]
What Visual Studio color theme do you use?
Or just the default?
Also see: What color scheme do you use for programming?
30
votes
4answers
37k views
How to set default WPF Window Style in app.xaml?
I am trying to set the default Style for every window in my WPF Windows application in my app.xaml. So far i have this in app.xaml:
<Application.Resources>
<ResourceDictionary>
...
28
votes
6answers
34k views
How to change current Theme at runtime in Android
I've created a PreferenceActivity that allows the user to choose the theme he wants to apply to the entire application.
When the user selects a theme, this code is executed:
if (...) {
...
26
votes
4answers
16k views
GWT theme style overrides my css style
I have some html files with their own css. I want to use them in a gwt application so i copied the html and the css files in the application.
The problem is when i open the html it uses the gwt theme ...
26
votes
4answers
8k views
Best blogging software themes for programmers [closed]
Anyone knows a blogging theme (like for Wordpress) that isn't super narrow and full of panels.
I am looking for a blog that has the most space for post and easier on the eyes (probably light grey or ...
24
votes
6answers
22k views
Trouble referencing a Resource Dictionary that contains a Merged Dictionary
I have a library, CommonLibraryWpfThemes, with several Resource Dictionary XAML files in it. My Themes/Generic.xml file contains a ResourceDictionary.MergedDictionaries declaration that merges all the ...
24
votes
1answer
9k views
Why so complex to set style from code in Android
If you want to set the style of a Button you create from code you have to do something like this;
Button btn = new Button (mActivity, null, R.attr.someattribute);
in attrs.xml, you set up a ...
24
votes
4answers
18k views
Asp.Net MVC Themes, how to?
I have a ASP.Net 2.0 site and want to translate it into MVC paradigm (I'm new to this), but starting from Zero.
I have some themes in my old site, but reading here and there, it seems like Themes ...
23
votes
1answer
15k views
Metro-like theme for WPF [closed]
I would like to know where i can get the theme that looks like Zune application for Windows (or MetroTwit) for WPF.
I google it but i only get the theme for Silverlight 4, not WPF.
23
votes
4answers
61k views
Free ASP.Net and/or CSS Themes [closed]
Where can I get some decent looking free ASP.Net or CSS themes?
23
votes
3answers
3k views
ASP.NET Themes - Should They Be Used?
I'd been reading up on themes in my ASP.NET book and thought that it could be a very handy solution, then I met some problems.
The theme picks up every single CSS file in the folder
If you want to ...
22
votes
3answers
2k views
Windows Visual Themes: Gallery of Parts and States?
Microsoft Windows lets programmers draw GUI elements using the look and feel of the current theme using functions like DrawThemeBackground and DrawThemeText. The elements are specified by Class, Part, ...
22
votes
2answers
15k views
Windows 7 theme for WPF?
Is there any way to make a WPF app look like it's running on Windows 7 even if it's running on XP? I'm looking for some kind of theme I can just paste in. I'm aware of the themes project on Codeplex ...
21
votes
7answers
7k views
Tap outside Android dialog to dismiss it?
I was wondering if it's possible to somehow tap outside a popup dialog (or an Activity with a dialog theme), and dismiss it by just tapping outside of it?
I made a quick picture to illustrate it:
...
20
votes
5answers
32k views
How do I get the path of the current drupal theme?
The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?
20
votes
4answers
16k views
How to create a jQuery Mobile theme
How do I create a jQueryMobile theme?
Is it overriding the CSS the best way?
20
votes
6answers
13k views
Minimal theme for Eclipse [closed]
I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a ...
20
votes
4answers
8k views
PreferenceActivity and theme not applying
Hi all I have set the theme in the manifest file like this:
android:theme="@android:style/Theme.Light"
But I have a problem in the Preferences Activity, in the main preferences the theme shows ok, ...
19
votes
1answer
5k views
How to create Multiple Themes/Skins for iphone apps? [closed]
I have an iphone app ready and approved by the app store. Now I want to create different themes for my app. Can someone please help me out, with info/links/steps on how to create themes for my app?
I ...
19
votes
4answers
4k views
Set Emacs defaut font face per-buffer/mode
How do you change the default face which Emacs uses to style text on a per-mode basis?
For example, say that I am already happy with the face customizations that I have, which include a default ...
18
votes
2answers
20k views
Dark Theme for Visual Studio 2010 With Productivity Power Tools
There's a lot of new things going on in the Productivity Power Tools extensions, and I find that many of the new features come with very weird color combinations, that many times make the text ...
17
votes
9answers
2k views
CSS - Separation of Color and Position
I'm just wondering what others do in this respect:
Do you try to keep positional CSS (layout) separate from color/flavor CSS (color, background-color, background-images, font-size and family) ?
Use ...
17
votes
3answers
2k views
ggplot2: How can one copy a default theme and modify it?
I would like to create a new theme for ggplot that is based on theme_bw(). Than I would like to modify this new theme. Seems like an easy endeavor, but i've been working on it for more than one hour ...
17
votes
3answers
16k views
How can I theme the taxonomy/term/x page? [closed]
Although it was easy to find some info online about how to theme other stuff (e.g. search results), it is impossible to find a straightforward article about how to theme the output of a ...
16
votes
7answers
17k views
Revert to Eclipse default settings
Please read before replying.
I know there is the option in Eclipse to 'restore defaults'.
The problem is I had imported a .epf to change my editors font/colors.
I'm not a big fan of the changes ...
16
votes
1answer
1k views
How to upgrade a custom jQuery UI theme?
I created 2 custom themes with themeroller for JQuery UI 1.7 with themeroller. Now that I update to jQuery UI 1.8.5, I want to make sure that also my themes are updated. How can I automatically ...
16
votes
3answers
5k views
To use layout_marginLeft in a button style applied as a theme?
I used an attribute layout_marginLeft="30dip" in a style defined for buttons. When I apply this style individually for each button, the left margin is placed as I wanted.
But then I defined a theme, ...
15
votes
5answers
12k views
Not targeting the latest versions of Android
I have a warning when trying to test theme on latest Android SDK Package 4.2.
Here is my manifest file:
<?xml version="1.0" encoding="utf-8"?>
<manifest ...
15
votes
3answers
10k views
TinyMCE skin or theme that caresses the eyeballs like a milk to a goat [closed]
Where can I find a visually appealing TinyMCE skin or theme?
I'm looking for skin that's a little less Office 98.
15
votes
1answer
8k views
ASP.NET MVC 3, how to do themes right
I'm looking for input on how to do "themes" in MVC 3 in the best way. I guess a custom view engine is needed to take care of locating the view files etc.
I also would like the theme system to be ...
14
votes
4answers
16k views
JQuery Mobile default data-theme
Does anyone know how to set a default data-theme for jquery-mobile?
It looks like it´s necessary to set the data-theme for every component.
Even when you set the data-theme for the page data-role it ...
14
votes
7answers
4k views
Best Practices: CSS or Themes in ASP.NET?
When should I use ASP.NET Themes, and when should I use CSS? What are the advantages or disadvantages of using one over the other?
14
votes
13answers
1k views
Simple clean CMS for programming project website
What is the best yet simple CMS for closed-source programming project hosting? I'd like to keep webpage plain and simple, include screenshot, basic features and blog headlines on main page, then have ...
14
votes
4answers
884 views
The kitchen sink of HTML pages
I'm designing web themes and I'd like to put together a "kitchen sink" HTML page which contains the most common design elements of a web page. It's great to show theme features but also helps me ...
14
votes
2answers
2k views
Is there a jQueryUI LessCss template out there?
We are making extensive use of LessCss and and jQueryUI in a current project and we've looked all over for the jQueryUI theme in Less format. Has any one come across this? And if so, can you point me ...
14
votes
2answers
5k views
android Theme.Holo.Dialog changing blue lines to orange
Default color for lines on Android theme Theme.Holo.Dialog are blue.
I'd like to know how to change this to any other color.
Orange in my case
I can change text or background etc.. orveriding the ...
14
votes
1answer
2k views
Android Themes: Define colors/gradients in “baseTheme.xml”, use within controls, override in “subThemeX.xml”
I'm having a hard time figuring out how to implement a more complex Theme/Style situation in android.
I've studied the different Styling/Theming tutorials provided by Android, but they don't fit the ...
13
votes
2answers
4k views
What is the ThemeInfo attribute for?
Whenever I create a new WPF application or WPF user control library, the AssemblyInfo.cs file includes the following attribute:
[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
//where ...
13
votes
2answers
2k views
Which theme attribute changes the text color of an EditText's error message
In my form I use setError("") on an EditText field. My Application-Theme extends android:Theme.Holo.
I have manually set an image with a dark background for android:errorMessageBackground and ...
12
votes
2answers
15k views
Changing Visual Studio 2010 Theme
How do I install the .vssettings file I downloaded into VS2010 to "apply" a theme?
12
votes
4answers
16k views
Finding all available styles defined by android platform themes
In several android styling tutorials parent style elements are used that i can not find in the android.R.style.* styles (http://developer.android.com/reference/android/R.style.html).
A few examples ...
