themes

What color scheme do you use for programming?

I get a lot of attention at work because I am the only one who bothered to change the default color settings in Visual Studio. I just modified them myself. I can provide the settings file if anyone cares to import it. Here's an example of how it looks. It reminds me of DOS/BASIC programming before I actually knew how to program. I al...

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 website, so I want to read about best-practices. Any advice on how to get started would be very welcome :) I have now created my theme (woh...

Visual Studio color theme

What Visual Studio color theme do you use? Or just the default? Also see: What color scheme do you use for programming? ...

Free ASP.Net and/or CSS Themes

Where can I get some decent looking free ASP.Net or CSS themes? ...

How can I change the way my Drupal theme displays the front page

I am trying to build an website for my college's magazine. I used the "views" module to show a block of static content I created on the front page. My question is: how can I edit the theme's css so it changes the way that block of static content is displayed? For reference, here's the link to the site (in portuguese, and with almost ze...

How can you find out where the style for a ASP .Net web page element came from?

I have a quandary. My web application (C#, .Net 3.0, etc) has Themes, CSS sheets and, of course, inline style definitions. Now that's alot of chefs adding stuff to the soup. All of this results, not surprisingly, in my pages having bizarre styling on occasion. I am sure that all these styles are applied in a hierarchical method (alth...

ASP.NET 2.0: Skin files only work when placed at the root theme folder?

I have found that skin files only work if they are placed at the root theme folder in the App_Themes folder. For example, if you have 2 themes in the App_Themes folder, you cannot add another sub folder to the theme folder and place a seperate skin file in that subfolder. It's not much of a limitation, but it would give you more flex...

How to set the header sort glyph in a .NET ListView?

How do i set the column which has the header sort glyph, and its direction, in a .NET 2.0 WinForms ListView. Bump The listview is .net is not a managed control, it is a very thin wrapper around the Win32 ListView common control. It's not even a very good wrapper - it doesn't expose all the features of the real listview. The Win32 list...

How can I provide dynamic CSS styles or custom theme for web site?

There are plenty of ways to provide a dynamic style/theme for a web site, but I am looking for some help on some best practices or techniques that have worked well for others. I am creating a web site that needs to provide the ability for customers to create or specify their own colors, style, theme, or layout. I'm not convinced how mu...

Color Themes for Eclipse?

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 it hurts my eyes. I'm currently using the excellent zenburn theme in emacs, and would love to find it for eclipse. However, I find that chan...

How should I organize my ASP.Net themes and common CSS files

I am currently working on a project where a programmer who fancied themselves a graphic designer attempted their hand at ASP.Net themes. The CSS is pretty bad, but that is another question altogether. What I really need help with is the best way to organize ASP.Net Themes and the CSS that lies within them. Imagine that there is a direct...

Vista skin l&f

is there anywhere on the web free vista look and feel theme pack for java? ...

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 to do it. Shame, I really prefer Eclipse to NetBeans, but I cannot stand the white background (and NetBeans does support themes). ...

How can I design an ASP.NET website delaying the style/theme?

I need to build a prototype for an intranet website, and I want to focus on usability (layout, navigability, etc) and leave the theme for later (I have very bad taste, so this will probably be done by someone else) I know about ASP.NET's capability of switching themes instantly, but how do I have to design the WebForms for it to be easy...

ASP.NET Themes samples/starter kits

I was wondering if there was somewhere I could get some starter kit / theme sample for ASP.NET. I am not a designer, but I need to build a prototype for a project, and if I do it myself it'll certainly be awful Do you know where I could find that (ASP.NET specific)? ...

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 usually along the lines of: asp:image ID="Image1" runat="server" ImageUrl="~/Web/Mode1.jpg" / where Web would be a sub directory in my themes...

Preview theme in drupal

I am using drupal for the first time. I have successfully developed my first drupal website to a certain extent. I have used my own custom theme for the front-end and blue marine theme for administrator. Now my client's requirement is that when he clicks on preview button before submitting the page in admin panel, he wants to see the pre...

Where can I find JQuery UI themes besides "flora"?

Is there a repository for JQuery UI themes? ...

Any free WPF themes?

Hi, I'm not a designer, so I'm looking for some free WPF themes. Any suggestions? ...

Can you set a page's title via CSS or a Skin in ASP.net 2.0

I am using asp.net 2.0 I know can set the pages title via the code behind. But is it possible to set the page title using Theme, skin or css? I need to display a different title depending on the theme selected. ...