-1
votes
0answers
7 views

What is current codeacademy color theme? [closed]

I am doing JS course on CodeAcademy and their theme colours are awesome. They are using Ace editor, however I could not figure out which exact theme it is. Theme screenshot, could Zou help me figure ...
0
votes
0answers
67 views

How to change the dialog and power menu text color in an android theme

Okay, so I'm creating an android theme and for the life of me I cannot find out how to change the menu or dialog font color. I've tried adding <color ...
0
votes
1answer
41 views

Interaction of Themes, background colors, and Action bar

I am failing to understand the mode of interaction between the appearance of action bar and and thematization. My app is set to use the default theme, which I take to be dark: <style ...
0
votes
2answers
131 views

extjs change chart axes label color

I have a chart with axes labels and I want to change the color of the labels from black to red. I've looked here: http://www.sencha.com/learn/drawing-and-charting/ under "theming" and I think I can do ...
1
vote
2answers
89 views

How to choose a background color according to windows phone theme in xaml

I have Grids on my listbox items and I want to choose their background color according the light or dark theme. For exemple, if I'm in light theme the backgroud color of my grid will be red and if ...
0
votes
1answer
73 views

ActionBarSherlock theme color

I wish to replace red color to the default color of ActionBarSherlock, i search but don't know what to insert it the style.xml, below is my code: <style name="Theme.Red" ...
1
vote
1answer
298 views

LESS CSS - Change variable value for theme colors depending on body class

Getting to grips with LESS here but one thing is still a little unclear. Lets say I have multiple color themes for my website, controlled by a class on the body tag. From this I can redefine the ...
0
votes
1answer
34 views

Is it possible to retrieve phone's color theme?

Depending on the phone brand, windows phone users can choose between more or less twenty colors. When they do, it directly changes the color of the main tiles. Since this setting must be stored ...
0
votes
0answers
115 views

Twilight terminal color theme not working [OS 10.6.8]

I'm trying to get output like it shows on this theme page: https://github.com/dsalzr/twilight-terminal-theme#readme I followed the instructions to install the theme and add export ...
4
votes
2answers
4k views

Android - Change Holo theme default blue color

I would like to customize Holo theme by changing the default blue color to fit my company color. Is there an easy way to do this? Or I have to redefine the style of all components with blue parts, ...
0
votes
0answers
85 views

Expression Web 4: is there any way to change the theme of the code editor from white to dark color?

My eyes hurt on white back ground I usually prefer to write on dark fonts. I haven't found anything that could change the code editor's color, for example in eclipse I use the oblivion theme, how can ...
1
vote
2answers
1k views

Change Eclipse window color

I've been using Eclipse for a while now, as we need it in class to work with xml files. I'm rather a fan of using dark backgrounds, as I find it easyer for the eyes. I've found this topic on how to ...
0
votes
1answer
461 views

VS2012 Text Editor colors with Windows Domain User

I'm having problem with the text editor. I see all text colors right but 'Classes words' in black instead of light-blue. I've tried resetting all settings, changing between dark and light theme, ...
1
vote
1answer
2k views

Visual Studio 2012 colour theme format

I've found the colour theme settings for Visual Studio 2012 at HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Themes I can duplicate a dark output window in the light scheme by copying ...
0
votes
0answers
241 views

How do I change my taskbar color?

I'm a pretty new developer; my experience is in assembly, C, and C++. I would like to make a program that: Runs in the background (as a process or at most a notification, so that it does not have ...
1
vote
1answer
596 views

Change Preference Item Summary Text Color in Android 4

I have the below sample of preference items <CheckBoxPreference android:key="chkSound" android:summary="Sound is Off" android:title="Sound" /> I use a theme in the res/values ...
0
votes
1answer
92 views

android - how to update the theme not in the onCreate event?

In my android app, I set the theme like this: @Override public void onCreate(Bundle savedInstanceState){ ThemeSetterActivity.setStyle(Main_MenuActivity.this); // this just calls ...
2
votes
3answers
161 views

android - how to loop through all activities?

In my android app, i can change the theme, but to see the change I have to exit the app and open it again. This is how I change the theme. ThemeSetterActivity.setStyle(signup.this); which happens ...
0
votes
0answers
153 views

How do I change the color of a label when I have themes enabled? [duplicate]

Possible Duplicate: Delphi XE2 VCL styles, remove a style or disable a class skinning from a TLabel Well, I have a Delphi XE2 theme enabled, and I am trying to change the color of a TLabel ...
0
votes
1answer
1k views

How to change background image for focused state of edittext

I know the title of my question sounds like a question that already has been answered. However, my question is somehow different and I couldn't find a solution In my app I have a login screen with ...
0
votes
0answers
151 views

In Aptana Studio 3, javascript variables are colored inconsistently, regardless of the theme used. How do I fix this?

In the simple function that follows, number displays in blue after the function (in the studio default theme), which is the correct color for a variable, but it displays in white in the second ...
1
vote
2answers
1k views

Change dark blue background in Visual Studio 2010 IDE

The dark blue background in the Visual Studio 2010 IDE is driving me nuts. How can I change the background to a slate silver color?
2
votes
1answer
309 views

How can I set the color of a docked form in a tab sheet to the correct color?

When I dock a TForm to a TTabSheet the form has a gray background color. The tab sheet on the other hand has a white background color. It gets more complicated when theming is disabled (e.g. classic ...
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 ...
1
vote
1answer
557 views

Icon color on different themes

Different Android devices have different themes. That means, that background colors, like in dialogs, may differ among Android versions and among manufacturers. This may result into icons getting ...
0
votes
1answer
153 views

IR_Black for OSX Lion colors dont display

Hey so I installed IR_Black.terminal using the tutorial here: http://blog.toddwerth.com/entries/13 And it's super simple. Download file, run file. Done. However i've done this on 3 different mamcbook ...
1
vote
1answer
2k views

Netbeans color scheme settings

Trying to create Sublime Text environment in Netbeans IDE. The screen below is before moving cursor into any "path" And after As you see, bg color of multiple instances changed. The problem ...
1
vote
0answers
170 views

Opaque buttons in android app

I'm making an android app using the Theme.Holo.Light theme. When I assign a background colour, all controls on the page (i.e.: spinners and buttons) get 'splashed' with this colour. Is there a way ...
2
votes
1answer
3k views

UI color in Eclipse

I just added "Eclipse Color Themes" to my Eclipse UI and I am able to change text editing. Is there a way to change the whole Eclipse UI (Project Explorer, Console, Problems, etc... )? Not just text ...
0
votes
1answer
853 views

Drupal (7.x) Change content title color in the default Bartik theme

By using "Appearance > Settings > Bartik" I can change almost any color and use a custom Color Scheme. So I changed the colors, a black background and bright (blue/white) text. However, the one thing ...
1
vote
1answer
1k views

How to match text color with notification color bar?

My application use white color font which is okay on my phone that has a black theme. But on other phone the notification bar color and the menus background color is white or a light color. Is there ...
0
votes
2answers
245 views

Creating a color def file or choosing a theme for Windows Mobile 6.5 Application

I developing an application in C# on Windows mobile 6.5 and .NET 3.5 CF. I'm using multiple forms and would like to have a common color scheme that is easily changed by just changing a color ...
1
vote
1answer
591 views

How to change the theme of application if the system theme has been change in Windows Phone 7

How to change the theme of application if the system theme has been change in Windows Phone 7 if application in Runing?
2
votes
1answer
171 views

The simpliest way to change only colors in theme

I'm using WPF Toolkit Themes( http://wpf.codeplex.com/wikipage?title=WPF%20Themes ). Actually I'm using only ExpressionDark. But I want to change colors for every control. Need I override all ...
10
votes
2answers
8k views

How to change visual studio themes?

I have downloaded a theme from here and want to use it with visual studio. I tried downloading the Visual Studio Color Theme Editor, but it only supports .vstheme files, not the .vssettings extension ...
1
vote
1answer
385 views

Get colors of current gtk style

I use PyGTK and I want to get colors of a widget (for example bg color), I run such a code: gdkColorToRgb = lambda gc: (gc.red//257, gc.green//257, gc.blue//257) widget = gtk.HBox() ## for example ...
4
votes
2answers
1k views

Adjusting shell mode color schemes

The color schemes in emacs shell mode appear as primary colors (high saturation) and look primiitive, and some colors, for example, purple, do not appear: I want to adjust the colors so that they ...
4
votes
1answer
688 views

Using Dark Eclipse Color Theme and Comparison Editor

I am using eclipse color theme plugin to have a dark background. (http://www.eclipsecolorthemes.org/). The plugin works really great. One problem I have is that dark backgrounds look terrible with ...
1
vote
1answer
1k views

Set default theme colors for widgets?

Widget colors differ between devices: the Galaxy Tab, for instance, uses a bluish/teal color for highlighted tabs and for preference sub-text, whereas the Dell Streak uses a dark gray. Is it possible ...
0
votes
1answer
1k views

Changing the Settings item description text color in Android?

I use a Samsung Vibrant, and one of the annoying bits that Samsung tossed on their TouchWiz skin was changing the color of the Settings menu item description text from white (AOSP) to light blue. ...
2
votes
1answer
2k views

Change Application Bar icon color in light theme - Windows Phone 7

I have a favourite icon on the ApplicationBar that I want to change to yellow image when the item is favourited. This works well on Dark Theme but when the user change to White Theme, it becomes black ...
1
vote
1answer
787 views

Netbeans color theming problem

I'm trying to sort out my netbeans color theme and I'm almost there apart from one annoying highlight I can't seem to find anywhere! It only shows it self in HTML and CSS that I have seen so far! Its ...
3
votes
2answers
148 views

How do I change the color-theme of [] and () in Emacs?

I want to have a very distinct color on [] and () but not the same.
0
votes
1answer
421 views

Visual Studio Fonts and Colors - Ref Keyword

I just imported new fonts and colors for Visual Studio 2008. I want to change the color on the ref keyword on a parameter to stand out a little more. Anyone know what option that is in the Display ...
2
votes
3answers
9k views

Android: Use default highlight colors in a custom button

I want to use a Button in my android app but I want to customize how it looks. However, I want the highlight and selected colors of the button to be the same as the default colors (i.e. the dark and ...
0
votes
1answer
2k views

Android easy switch color-scheme of application

How would you implement different color themes in your app? All I can see now is plain set color onCreate every activity and control... Also, how would you store different color schemes in xml? Just ...
0
votes
1answer
858 views

emacs color-theme problem

I created my own color theme using this website. I've added a new .el file to my ./site-lisp/color-theme/themes directory with the following code: (defun your-config-name-here () (interactive) ...
0
votes
1answer
423 views

How to change Visual Studio 2008 menu items color ( not the text editor but windows of VS more like skin)

i am working in Visual Studio 2008 and is bored of default theme of blue menu items so wanted to chage it. but so far have no clue ho to do it. found a theme editor which changes themes but this is ...
3
votes
1answer
4k views

What Color is the Windows' System.Control? (Visual Studio Design View)

In Visual Studio Design View, the selection of Form Colors in the Properties Pane are selectable from the "Custom", "Web", and "System" tabs. Of course, the color number can be used, too. When the ...
6
votes
3answers
9k views

TabWidget white foreground color?

I don't know what I did but for a period of time my TabWidget had white colored tabs which looked really nice. I never set a theme or background/foreground color in my project at all. The next time I ...

1 2