Tagged Questions
Themes and theming can be used to give another look and feel to existing UI and has a close relation to templating.
183
votes
11answers
111k views
Color Themes for Eclipse? [closed]
I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along).
My current excuse is that ...
147
votes
24answers
83k views
Dark color scheme for Eclipse?
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 ...
67
votes
16answers
41k views
36
votes
2answers
9k 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 ...
30
votes
19answers
41k 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?
20
votes
2answers
24k 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>
...
19
votes
3answers
2k 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 ...
18
votes
4answers
7k 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 ...
18
votes
2answers
8k 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 ...
17
votes
2answers
2k 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 ...
16
votes
2answers
17k views
jquery ui themes and html tables
is there anyway 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 look different.
15
votes
5answers
11k 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 ...
15
votes
4answers
11k 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 ...
15
votes
9answers
1k 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 ...
14
votes
3answers
6k views
How to create a jQuery Mobile theme
How do I create a jQueryMobile theme?
Is it overriding the CSS the best way?
13
votes
3answers
797 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, ...
13
votes
4answers
4k 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 ...
12
votes
4answers
323 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 ...
12
votes
4answers
3k 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 ...
12
votes
6answers
2k 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?
11
votes
5answers
4k views
Metro theme for website
Anyone know of an easy way to style a website with a windows phone 7 like metro theme? CSS or jQuery theme would work.
EDIT: Changed title to CSS as asp.net and mvc don't have much to do with it.
11
votes
3answers
8k views
How can I theme the taxonomy/term/x page?
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 ...
11
votes
6answers
15k 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
...
11
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 ...
11
votes
4answers
19k 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?
10
votes
3answers
685 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:
...
10
votes
2answers
709 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 ...
10
votes
2answers
3k views
Android widget design - default black background
In the new version(s) of Android such as version 2.1, default widget (music widget, news and weather widget, youtube widget) have been restyled to use a black background with a white radial gradient ...
10
votes
2answers
3k views
GWT 2.0 Themes?
The default GWT themes are hideous. Does anyone know where a developer can find prepackaged themes that one can just 'drop' into an app and make the app look beautiful? Even worse, GWT 2.0's new ...
10
votes
4answers
4k views
How to take control of style sheets in ASP.NET Themes with the StylePlaceHolder and Style control
Update: This turned into a blog post, with updated links and code, over at my blog: ...
10
votes
4answers
7k views
ASP.NET Theme Images
How would I set an image to come from a theme directory (my theme changes so I don't want to directly reference) I am sure this is possible but every example I find doesn't seem to work. They are ...
10
votes
4answers
33k views
9
votes
1answer
321 views
C#: Glass Forms?
How can I use aero glass to cover my entire forms? Here is an example of what I mean:
9
votes
3answers
4k 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, ...
9
votes
3answers
781 views
Find out to which highlight-group a particular keyword/symbol belongs in vim
I am coming to Vim from TextMate, and I would like to customise my vim colorscheme. It would be really helpful if I could find out to which highlight-group(s) any particular word or symbol belongs. In ...
9
votes
15answers
1k views
Resources on wordpress theme-development
What are the best resources for Wordpress theme-development? I am currently in the phase of starting my own blog, and don't want to use one of the many free themes. I already have a theme for my ...
8
votes
3answers
237 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 ...
8
votes
4answers
827 views
ReCAPTCHA ajax loaded theme problem
Can not figure out how to theme an ajax loaded recaptcha. The below code does not work.
From Google Recaptcha
Saw this post Recaptcha ajax API custom theme not working, but I am definitely viewing ...
8
votes
3answers
917 views
How to switch an Application between Themed and not Themed at run-time?
Very much like the "Project|Options|Application|Enable runtime themes" CheckBox, but dynamically at run-time instead.
[Delphi XE targetting Win XP or Win 7]
I tried playing a bit with ...
8
votes
2answers
726 views
To use Wordpress themes in Rails apps?
Wordpress themes are beautiful!
Is there any guideline to use Wordpress themes in a rails app? Even better, are there rails app templates which can use the Wordpress themes already?
Thanks!
8
votes
2answers
11k 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 users selects a theme, this code is executed:
if (...) {
...
8
votes
6answers
8k views
Minimal theme for Eclipse
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 ...
8
votes
2answers
1k views
Themable User Controls in WPF
How can I create a UserControl in WPF that has a basic default style but can also easily themed when needed?
Do you have some good guidelines, blog entries or example that explain this specific ...
8
votes
2answers
12k views
TextMate's Dawn color theme for Emacs
Does anybody know if there is a color theme like the TextMate Dawn theme, for Emacs ? I simply don't like the way the fonts look on my dark emacs theme and I am not sure if it's emacs's fault or just ...
7
votes
1answer
165 views
How can I integrate visual designers into the development process?
We have developed a mildly sophisticated web application using JQueryUI and themes. We chose this approach because we could do it ourselves, using Themeroller to build a theme and JQueryUI classes or ...
7
votes
2answers
399 views
Is it possible to create themes for android mobile
I have googled and gone through some of the posts, im not clear about creating the themes for the android phone. I just want to create the themes for the android mobile. Not necessary to be an app.As ...
7
votes
4answers
3k 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 ...
7
votes
1answer
155 views
How to find the correct color to edit with the Visual Studio 2010 Theme Editor?
I really like the Dark Expression theme for the Visual Studio 2010 Color Theme Editor, apart from a few things here and there.
One example is that certain UI elements (such as e.g. Smart Tags) are ...
7
votes
3answers
1k views
Link for Jeffs VS Color Theme?
http://www.codinghorror.com/blog/files/exported-font-and-colors-for-jeff-atwood-sept-19.zip
The Link is not working,
anybody has a mirror, or an export for VS 2008?
7
votes
2answers
2k 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 ...