themes

Visual Studio 2010 code display colour scheme - where do I find some properties?

I'm working on my own colour scheme for displaying code in visual studio. I can't find some text section name so I don't know where to change it's colour. :( Can anybody help me and tell me where do I find them, I mean what is the name of the following sections: 1)The grey one (documentation tag value and it's quote) - picture below ...

How to change WPF Listbox/ListBoxItem DataTemplate for selected item WITHOUT affecting style & theming?

This question is very similar to Change WPF DataTemplate..., which I have read and implemented. It worked beautifully at first, but I ran into a problem with it. That problem is that, when using themes in your application such as those in the WPF Futures project (e.g. Expression Dark), the ListBoxItems all revert back to the default WPF...

How to get started with PHP themes?

I have a web application developed using PHP. I want my users to select themes for their pages throughout the application. Where should I start before using PHP themes? What should I know about Themes in a PHP application? Edit: My question about themes is only about changing the color of the layout, not the images. Suppose My ADM...

using code blocks in head content and link tags

I'm building an asp.net app using themes, and I've assigned a theme to the app using the web config. I have a bookmark icon that I want to use for my page and it is located in the themes directory, but I am having trouble referencing the themes location from a link tag in my header. First I tried putting a code block inside the link ta...

MVC Folder Structure for Project with Multiple Themes/Skin

I'm working on a project that has multiple theme/skin and is extensible via plugins. As it stands right now my folder is structured as such. vc/ controller/ home/ view/ classic/ home/ spring/ home/ plugin/ feedReader/ view/ locale/ template/ header.ht...

How can I get the color for a themed tabsheet

How can I determine the background color of a TTabSheet when running on a OS with themes like XP and above? ...

ASP.Net Themes, UserControls and CSS

I'm building a Web application with rougly 30 pages, 12 user controls and 3 masterpages. I've centralized all the CSS in a Theme called Default. The application will expand in the near future. What is a best practice in separating css files? Should I: A - Put everything in one big CSS file separated by comment sections (every page ha...

Is it possible to change the animation speeds in Silverlight themes?

Is it possible to change the animation speeds that are used in the Silverlight toolkit themes? Specifically, I like the look of the Expression Dark theme, however I feel that some of the animations it uses take too long and make it feel sluggish. I'd like to be able to modify the animation speeds thru a setting, and be able to do so ...

WordPress Child Theme

I use the following code in my Single.php file to grab show a different single template file based on what the user is viewing. <?php if (in_category('Portfolio')) { include (TEMPLATEPATH . '/single-work.php'); } elseif (in_category('Blog')) { include (TEMPLATEPATH . '/single-blog.php'); } ?> The proble...

How can I use variables to DRY up Vim colorthemes

I would like to tidy up my Vim color scheme file, by replacing #ABCDEF colors with variables. For example, I would like to replace this: highlight String guifg=#61CE3C highlight Identifier guifg=#61CE3C highlight Type guifg=#84A7C1 with something like this (pseudo-code vimscript): my_string =#61CE3C my_type =#84A7C1 high...

dark VS2008, Windows 7 theme, configuration

So there's plenty of vs.settings files for nice dark syntax highlighting in VS2008, but I find them basically unusable since they're surrounded by an otherwise white visual studio application and general windows environment. I'd like an adequate dark windows 7 theme I can use while coding in VS. All of the 3rd party Win7 themes (that ut...

User selected CSS stylesheet in Rails

I'm working on a site in Rails and I'd like for the user to be able to change the CSS stylesheet to either a light or dark theme. I have this in my view so that I can use a variable for the stylesheet: <%= stylesheet_link_tag @current_stylesheet %> I tried to change that variable by having a link in my view something like this: <%...

Looking for QT styling with borderless window Tutorial or how to

Hello all im new to qt c++ i downloaded the latest windows version dome some tutorials and its great i saw some styling options that the qt framework has and its great , but now i need to build my application that its main windows (form) it designed/skinned with image without the rectangle borders (borderless ? ) . how can i do it wit...

How can I control the placement of the comments region in Drupal 6?

I'm developing a theme for a Drupal blog; the mock-up I created requires the post content, trackbacks block and comments block to appear in a central column, with borders running either side. I've got the CSS and HTML working correctly, so that's not the issue here. My problem is that the comments block as generated by Drupal is plac...

Change Windows Mobile 5 Theme via C#

I'm trying to find a way to change the theme of a Windows Mobile 5 device from within my software. Does anyone have any experience in this area? Dylan ...

magento - menu distorted for subcategory items

Hey guys, My problem is that I have a category which appears on the top menu bar (using HelloClean theme). I added a number of subcategories but on mouse over of the parent category the subcategories in the dropdown appear completely distorted. I think i know the reason but have no idea how to fix it. As I'm using the a HelloClean t...

I can't edit selected text foreground color in Visual Studio 2010. Anyone know how to do this?

Let me show you: As you can see "Item foreground" is disabled. I want to believe there's something wrong on my end because being able to choose the colors you use to program in is a basic right for a programmer. No one should ever take that feature away and go unpunished. ...

What is best practice on ASP.NET MVC projects and extensionable/skinned systems?

Hi! I've been wondering about best practices on creating a project in MVC, and let others create extension/modules/plugins and skins/themes etc, for it. For example WordPress is great at this. Just upload a file or folder. Or even browse the plugins directly from your WP administration and install by a simple click. Does anybody here...

Why is there space at the right of my website? (Wordpress)

Hi. I have a wordpress site. I don't know how this happened, but now it obviously has got a lot of spae to the right! Can some of you see through the souce and see if you find anything suspicious? It would be really appreciated! Thanks :) Site: gone! :) ...

Visual guide to System.Windows.SystemColors

All throughout the Windows UX Guide it is suggested to use the appropriet SystemColors within an application to ensure that an application's default theme is consistent with teh rest of the system. I totally aggree, the only problem is that there seems to be no guide for how named values within the SystemColors type map to actual common ...