Posts Tagged ‘color’
Change selection box color in Windows 8 and 7
The selection box that appears when you hold the left mouse-button and drag your mouse away is blue by default on all versions of Windows. However you can change this setting by using two registry values in Windows 7 and Windows 8.
Open the registry by typing regedit into the Windows 7 menu search on Windows 7 or by right-clicking the bottom left corner on Windows 8 and opening a Run… prompt. Enter regedit into it.
- In the registry you will see a tree structure on the left pane – in it, browse for Computer\HKEY_CURRENT_USER\Control Panel\Colors and click it once.
- On the right pane, look for the value of HotTrackingColor. It is given in three values representing the ratios of red, green and blue that range from 0 to 255. Enter values that mix to the color you want to have (you can check the color values in a graphic editor).
- Do the same for he value of Hilight.
These two values also alter the color of hyperlinks and the color of highlighted text. After you set the values, close the registry and reboot your machine. Afterwards the selection box should have the color you chose.
The two different values each stand for a different part of the box – the first determines the color of the inner transparent space, the second determines the color of the non-transparent border. This means you can have different colors for each.
Change selection color in Ubuntu 12.04 themes (Linux)
The color of selection elements in themes used by Ubuntu 12.04 is determined by a single value and is therefore the same for all of them: highlightened buttons, files, menu items as well as the selection box that you get by holding and dragging your mouse.
You can set this value in the settings.ini of each theme. The settings file of the Ambiance theme for example is located in /usr/share/themes/Ambiance/gtk-3.0
Before you edit the file, create a backup copy of it in case you want to reset the theme to its original state. Just copy the file somewhere else to do that. Afterwards, open the original file as administrator. This is easily done using the terminal:
sudo gedit /usr/share/themes/Ambiance/gtk-3.0/settings.ini
The value that determines selection color is nselected_bg_color – it is formated as hexadecimal value (#000000). You can now use a graphic editor to find out the hexadecimal value of the color you want to use – if you wanted to use red for example, you would have the value #FF0000.
Afterwards save the file and log out of your current session. After the next login, all elements of selection should now have the color of your choice:
Change terminal color theme in Linux
Since every aspect of Linux is customizable, so is the terminal. Why not spice it up instead of working on a plain white box?
To do so, just open one and go to the Edit menu where you select Profile Preferences. This changes the style of the Default profile. In the Colors and Background tabs, you can change the visual aspects of the terminal. Set new text and background colors here and alter the terminal’s opacity.
On the other menus, you can create more profiles that you can save and also change fonts.
Customize Grub bootloader menu
Grub is the bootloader most Linux operating systems use at the moment – you most likely only interact with it while choosing the operating system you want to use if you are on a multi-boot system. But although you only see it for a short time, why not spice it up a bit? With what we are going to do, we can change font and background color or even use a background picture, change boot order and other handy stuff. You might think about that especially if you don’t like Ubuntu’s purple background color – so here’s how:
To do what we want to, you need the Grub Customizer which is available by ppa. To install it, run the following commands in a terminal:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Now open Grub Customizer from a terminal or the menu, go to Preferences and customize your Grub menu to your likings:
Adjust Aero To Wallpaper Color on Windows 7
There is a tool called <em>Aero Adjuster</em> that works as a tray-icon in the taskbar and changes the colors of your Windows 7 Aero theme every time you change your wallpaper. Furthermore you also have the option to change brightness and/or to invert the colors, ignore black, white and grey tones and to only choose a specific region of the wallpaper (e.g. Top right, Bottom left).
It works automatically but can also be applied manually after changing options.
Download Aero Adjuster here: http://samusaranfreak.deviantart.com/art/Aero-Adjuster-261383189






